#BCA15C

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

Shades of Laser #BCA15C

Tints of Laser #BCA15C

Color information

#BCA15C (or 0xBCA15C) is unknown color: approx Laser. HEX triplet: BC, A1 and 5C. RGB value is (188,161,92). Sum of RGB (Red+Green+Blue) = 188+161+92=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA15C is #435EA3. Grayscale: #A1A1A1. Windows color (decimal): -4415140 or 6070716. OLE color: 6070716.

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

Color convert

RGB18816192-
CMYK00.140.510.26
HSL43.12º41.74%54.9%-
HSV(B)43.12º51.06%73.73%-
XYZ35.4236.9515.39-
YUV161.2188.95147.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 161 (63.28% from 255) = 36.51%
BLUE value IS 92 (36.33% from 255) = 20.86%
R=42.63%
G=36.51%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881619200.140.510.2643.1241.7454.9
HexBCA15C0E331A2b2a37
Octal2742411340166332535267
Binary101111001010000110111000111011001111010101011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA15C; }

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

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

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

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

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

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

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

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