#BCA566

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

Shades of Laser #BCA566

Tints of Laser #BCA566

Color information

#BCA566 (or 0xBCA566) is unknown color: approx Laser. HEX triplet: BC, A5 and 66. RGB value is (188,165,102). Sum of RGB (Red+Green+Blue) = 188+165+102=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA566 is #435A99. Grayscale: #A4A4A4. Windows color (decimal): -4414106 or 6727100. OLE color: 6727100.

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

Color convert

RGB188165102-
CMYK00.120.460.26
HSL43.95º39.09%56.86%-
HSV(B)43.95º45.74%73.73%-
XYZ36.5938.5618.08-
YUV164.792.62144.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 165 (64.84% from 255) = 36.26%
BLUE value IS 102 (40.23% from 255) = 22.42%
R=41.32%
G=36.26%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816510200.120.460.2643.9539.0956.86
HexBCA5660C2E1A2c2739
Octal2742451460145632544771
Binary101111001010010111001100110010111011010101100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA566; }

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

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

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

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

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

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

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

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