#BCA25C

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

Shades of Laser #BCA25C

Tints of Laser #BCA25C

Color information

#BCA25C (or 0xBCA25C) is unknown color: approx Laser. HEX triplet: BC, A2 and 5C. RGB value is (188,162,92). Sum of RGB (Red+Green+Blue) = 188+162+92=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA25C is #435DA3. Grayscale: #A2A2A2. Windows color (decimal): -4414884 or 6070972. OLE color: 6070972.

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

Color convert

RGB18816292-
CMYK00.140.510.26
HSL43.75º41.74%54.9%-
HSV(B)43.75º51.06%73.73%-
XYZ35.5937.315.45-
YUV161.7988.61146.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 162 (63.67% from 255) = 36.65%
BLUE value IS 92 (36.33% from 255) = 20.81%
R=42.53%
G=36.65%
B=20.81%

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
Decimal1881629200.140.510.2643.7541.7454.9
HexBCA25C0E331A2c2a37
Octal2742421340166332545267
Binary101111001010001010111000111011001111010101100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA25C; }

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

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

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

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

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

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

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

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