#BCA05B

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

Shades of Laser #BCA05B

Tints of Laser #BCA05B

Color information

#BCA05B (or 0xBCA05B) is unknown color: approx Laser. HEX triplet: BC, A0 and 5B. RGB value is (188,160,91). Sum of RGB (Red+Green+Blue) = 188+160+91=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA05B is #435FA4. Grayscale: #A0A0A0. Windows color (decimal): -4415397 or 6004924. OLE color: 6004924.

HSL color Cylindrical-coordinate representation of color #BCA05B: hue angle of 42.68º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCA05B is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB18816091-
CMYK00.150.520.26
HSL42.68º41.99%54.71%-
HSV(B)42.68º51.6%73.73%-
XYZ35.236.5915.1-
YUV160.5188.78147.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.82%
GREEN value IS 160 (62.89% from 255) = 36.45%
BLUE value IS 91 (35.94% from 255) = 20.73%
R=42.82%
G=36.45%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881609100.150.520.2642.6841.9954.71
HexBCA05B0F341A2b2a37
Octal2742401330176432535267
Binary101111001010000010110110111111010011010101011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA05B; }

 p { color: rgb(188,160,91); }

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

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

 a { background-color: rgb(188,160,91); }

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

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

 span { border-color: rgb(188,160,91); }

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