#BCA05C

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

Shades of Laser #BCA05C

Tints of Laser #BCA05C

Color information

#BCA05C (or 0xBCA05C) is unknown color: approx Laser. HEX triplet: BC, A0 and 5C. RGB value is (188,160,92). Sum of RGB (Red+Green+Blue) = 188+160+92=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA05C is #435FA3. Grayscale: #A0A0A0. Windows color (decimal): -4415396 or 6070460. OLE color: 6070460.

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

Color convert

RGB18816092-
CMYK00.150.510.26
HSL42.5º41.74%54.9%-
HSV(B)42.5º51.06%73.73%-
XYZ35.2436.6115.33-
YUV160.6289.28147.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.73%
GREEN value IS 160 (62.89% from 255) = 36.36%
BLUE value IS 92 (36.33% from 255) = 20.91%
R=42.73%
G=36.36%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881609200.150.510.2642.541.7454.9
HexBCA05C0F331A2a2a37
Octal2742401340176332525267
Binary101111001010000010111000111111001111010101010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA05C; }

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

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

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

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

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

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

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

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