#BCA66E

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

Shades of Laser #BCA66E

Tints of Laser #BCA66E

Color information

#BCA66E (or 0xBCA66E) is unknown color: approx Laser. HEX triplet: BC, A6 and 6E. RGB value is (188,166,110). Sum of RGB (Red+Green+Blue) = 188+166+110=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA66E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA66E is #435991. Grayscale: #A6A6A6. Windows color (decimal): -4413842 or 7251644. OLE color: 7251644.

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

Color convert

RGB188166110-
CMYK00.120.410.26
HSL43.08º36.79%58.43%-
HSV(B)43.08º41.49%73.73%-
XYZ37.1939.0920.34-
YUV166.1996.29143.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.52%
GREEN value IS 166 (65.23% from 255) = 35.78%
BLUE value IS 110 (43.36% from 255) = 23.71%
R=40.52%
G=35.78%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816611000.120.410.2643.0836.7958.43
HexBCA66E0C291A2b253a
Octal2742461560145132534572
Binary101111001010011011011100110010100111010101011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA66E; }

 p { color: rgb(188,166,110); }

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

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

 a { background-color: rgb(188,166,110); }

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

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

 span { border-color: rgb(188,166,110); }

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