#BBA56D

Color #BBA56D Laser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laser #BBA56D

Tints of Laser #BBA56D

Color information

#BBA56D (or 0xBBA56D) is unknown color: approx Laser. HEX triplet: BB, A5 and 6D. RGB value is (187,165,109). Sum of RGB (Red+Green+Blue) = 187+165+109=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA56D is #445A92. Grayscale: #A5A5A5. Windows color (decimal): -4479635 or 7185851. OLE color: 7185851.

HSL color Cylindrical-coordinate representation of color #BBA56D: hue angle of 43.08º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBA56D is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB187165109-
CMYK00.120.420.27
HSL43.08º36.45%58.04%-
HSV(B)43.08º41.71%73.33%-
XYZ36.7138.5819.98-
YUV165.1996.29143.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 165 (64.84% from 255) = 35.79%
BLUE value IS 109 (42.97% from 255) = 23.64%
R=40.56%
G=35.79%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716510900.120.420.2743.0836.4558.04
HexBBA56D0C2A1B2b243a
Octal2732451550145233534472
Binary101110111010010111011010110010101011011101011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA56D; }

 p { color: rgb(187,165,109); }

 H1.HeaderClassName
 {
   color: #BBA56D;
 }
 .AnyTagClassName
 {
   color: #BBA56D;
 }
</style>
background-color css

<style>
 a { background-color: #BBA56D; }

 a { background-color: rgb(187,165,109); }

 div.DivClassName
 {
   background-color: #BBA56D;
 }
 .BgClassName
 {
   background-color: #BBA56D;
 }
</style>
border-color css

<style>
 span { border-color: #BBA56D; }

 span { border-color: rgb(187,165,109); }

 td.TdClassName
 {
   border-color: #BBA56D;
 }
 .TagClassName
 {
   border-color: #BBA56D;
 }
</style>