#BCA162

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

Shades of Laser #BCA162

Tints of Laser #BCA162

Color information

#BCA162 (or 0xBCA162) is unknown color: approx Laser. HEX triplet: BC, A1 and 62. RGB value is (188,161,98). Sum of RGB (Red+Green+Blue) = 188+161+98=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA162 is #435E9D. Grayscale: #A2A2A2. Windows color (decimal): -4415134 or 6463932. OLE color: 6463932.

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

Color convert

RGB18816198-
CMYK00.140.480.26
HSL42º40.18%56.08%-
HSV(B)42º47.87%73.73%-
XYZ35.6937.0616.83-
YUV161.8991.95146.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 161 (63.28% from 255) = 36.02%
BLUE value IS 98 (38.67% from 255) = 21.92%
R=42.06%
G=36.02%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881619800.140.480.264240.1856.08
HexBCA1620E301A2a2838
Octal2742411420166032525070
Binary101111001010000111000100111011000011010101010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA162; }

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

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

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

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

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

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

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

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