#BCA45D

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

Shades of Laser #BCA45D

Tints of Laser #BCA45D

Color information

#BCA45D (or 0xBCA45D) is unknown color: approx Laser. HEX triplet: BC, A4 and 5D. RGB value is (188,164,93). Sum of RGB (Red+Green+Blue) = 188+164+93=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA45D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA45D is #435BA2. Grayscale: #A3A3A3. Windows color (decimal): -4414371 or 6137020. OLE color: 6137020.

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

Color convert

RGB18816493-
CMYK00.130.510.26
HSL44.84º41.48%55.1%-
HSV(B)44.84º50.53%73.73%-
XYZ35.9938.0315.8-
YUV163.0888.45145.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.25%
GREEN value IS 164 (64.45% from 255) = 36.85%
BLUE value IS 93 (36.72% from 255) = 20.90%
R=42.25%
G=36.85%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881649300.130.510.2644.8441.4855.1
HexBCA45D0D331A2d2937
Octal2742441350156332555167
Binary101111001010010010111010110111001111010101101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA45D; }

 p { color: rgb(188,164,93); }

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

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

 a { background-color: rgb(188,164,93); }

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

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

 span { border-color: rgb(188,164,93); }

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