#BC9E51

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

Shades of Husk #BC9E51

Tints of Husk #BC9E51

Color information

#BC9E51 (or 0xBC9E51) is unknown color: approx Husk. HEX triplet: BC, 9E and 51. RGB value is (188,158,81). Sum of RGB (Red+Green+Blue) = 188+158+81=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 81 (32.03% from 255 or 18.97% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9E51 is #4361AE. Grayscale: #9E9E9E. Windows color (decimal): -4415919 or 5349052. OLE color: 5349052.

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

Color convert

RGB18815881-
CMYK00.160.570.26
HSL43.18º44.4%52.75%-
HSV(B)43.18º56.91%73.73%-
XYZ34.4535.7412.87-
YUV158.1984.44149.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.03%
GREEN value IS 158 (62.11% from 255) = 37.00%
BLUE value IS 81 (32.03% from 255) = 18.97%
R=44.03%
G=37.00%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881588100.160.570.2643.1844.452.75
HexBC9E51010391A2b2c35
Octal2742361210207132535465
Binary1011110010011110101000101000011100111010101011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9E51; }

 p { color: rgb(188,158,81); }

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

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

 a { background-color: rgb(188,158,81); }

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

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

 span { border-color: rgb(188,158,81); }

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