#BCA25B

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

Shades of Laser #BCA25B

Tints of Laser #BCA25B

Color information

#BCA25B (or 0xBCA25B) is unknown color: approx Laser. HEX triplet: BC, A2 and 5B. RGB value is (188,162,91). Sum of RGB (Red+Green+Blue) = 188+162+91=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA25B is #435DA4. Grayscale: #A1A1A1. Windows color (decimal): -4414885 or 6005436. OLE color: 6005436.

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

Color convert

RGB18816291-
CMYK00.140.520.26
HSL43.92º41.99%54.71%-
HSV(B)43.92º51.6%73.73%-
XYZ35.5537.2915.22-
YUV161.6888.11146.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 162 (63.67% from 255) = 36.73%
BLUE value IS 91 (35.94% from 255) = 20.63%
R=42.63%
G=36.73%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881629100.140.520.2643.9241.9954.71
HexBCA25B0E341A2c2a37
Octal2742421330166432545267
Binary101111001010001010110110111011010011010101100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA25B; }

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

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

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

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

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

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

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

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