#BCA166

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

Shades of Laser #BCA166

Tints of Laser #BCA166

Color information

#BCA166 (or 0xBCA166) is unknown color: approx Laser. HEX triplet: BC, A1 and 66. RGB value is (188,161,102). Sum of RGB (Red+Green+Blue) = 188+161+102=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA166 is #435E99. Grayscale: #A2A2A2. Windows color (decimal): -4415130 or 6726076. OLE color: 6726076.

HSL color Cylindrical-coordinate representation of color #BCA166: hue angle of 41.16º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCA166 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB188161102-
CMYK00.140.460.26
HSL41.16º39.09%56.86%-
HSV(B)41.16º45.74%73.73%-
XYZ35.8837.1417.85-
YUV162.3593.95146.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.69%
GREEN value IS 161 (63.28% from 255) = 35.70%
BLUE value IS 102 (40.23% from 255) = 22.62%
R=41.69%
G=35.70%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816110200.140.460.2641.1639.0956.86
HexBCA1660E2E1A292739
Octal2742411460165632514771
Binary101111001010000111001100111010111011010101001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA166; }

 p { color: rgb(188,161,102); }

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

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

 a { background-color: rgb(188,161,102); }

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

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

 span { border-color: rgb(188,161,102); }

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