#BCA266

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

Shades of Laser #BCA266

Tints of Laser #BCA266

Color information

#BCA266 (or 0xBCA266) is unknown color: approx Laser. HEX triplet: BC, A2 and 66. RGB value is (188,162,102). Sum of RGB (Red+Green+Blue) = 188+162+102=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA266 is #435D99. Grayscale: #A3A3A3. Windows color (decimal): -4414874 or 6726332. OLE color: 6726332.

HSL color Cylindrical-coordinate representation of color #BCA266: hue angle of 41.86º 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 #BCA266 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB188162102-
CMYK00.140.460.26
HSL41.86º39.09%56.86%-
HSV(B)41.86º45.74%73.73%-
XYZ36.0637.4917.91-
YUV162.9393.61145.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.59%
GREEN value IS 162 (63.67% from 255) = 35.84%
BLUE value IS 102 (40.23% from 255) = 22.57%
R=41.59%
G=35.84%
B=22.57%

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
Decimal18816210200.140.460.2641.8639.0956.86
HexBCA2660E2E1A2a2739
Octal2742421460165632524771
Binary101111001010001011001100111010111011010101010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA266; }

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

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

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

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

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

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

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

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