#BCA159

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

Shades of Laser #BCA159

Tints of Laser #BCA159

Color information

#BCA159 (or 0xBCA159) is unknown color: approx Laser. HEX triplet: BC, A1 and 59. RGB value is (188,161,89). Sum of RGB (Red+Green+Blue) = 188+161+89=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 89 (35.16% from 255 or 20.32% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA159 is #435EA6. Grayscale: #A1A1A1. Windows color (decimal): -4415143 or 5874108. OLE color: 5874108.

HSL color Cylindrical-coordinate representation of color #BCA159: hue angle of 43.64º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCA159 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB18816189-
CMYK00.140.530.26
HSL43.64º42.49%54.31%-
HSV(B)43.64º52.66%73.73%-
XYZ35.2936.914.71-
YUV160.8687.45147.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.92%
GREEN value IS 161 (63.28% from 255) = 36.76%
BLUE value IS 89 (35.16% from 255) = 20.32%
R=42.92%
G=36.76%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881618900.140.530.2643.6442.4954.31
HexBCA1590E351A2c2a36
Octal2742411310166532545266
Binary101111001010000110110010111011010111010101100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA159; }

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

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

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

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

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

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

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

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