#BCA45B

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

Shades of Laser #BCA45B

Tints of Laser #BCA45B

Color information

#BCA45B (or 0xBCA45B) is unknown color: approx Laser. HEX triplet: BC, A4 and 5B. RGB value is (188,164,91). Sum of RGB (Red+Green+Blue) = 188+164+91=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA45B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA45B is #435BA4. Grayscale: #A3A3A3. Windows color (decimal): -4414373 or 6005948. OLE color: 6005948.

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

Color convert

RGB18816491-
CMYK00.130.520.26
HSL45.15º41.99%54.71%-
HSV(B)45.15º51.6%73.73%-
XYZ35.93815.34-
YUV162.8587.45145.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.44%
GREEN value IS 164 (64.45% from 255) = 37.02%
BLUE value IS 91 (35.94% from 255) = 20.54%
R=42.44%
G=37.02%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881649100.130.520.2645.1541.9954.71
HexBCA45B0D341A2d2a37
Octal2742441330156432555267
Binary101111001010010010110110110111010011010101101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA45B; }

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

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

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

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

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

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

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

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