#BC9D4F

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

Shades of Husk #BC9D4F

Tints of Husk #BC9D4F

Color information

#BC9D4F (or 0xBC9D4F) is unknown color: approx Husk. HEX triplet: BC, 9D and 4F. RGB value is (188,157,79). Sum of RGB (Red+Green+Blue) = 188+157+79=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 79 (31.25% from 255 or 18.63% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9D4F is #4362B0. Grayscale: #9D9D9D. Windows color (decimal): -4416177 or 5217724. OLE color: 5217724.

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

Color convert

RGB18815779-
CMYK00.160.580.26
HSL42.94º44.86%52.35%-
HSV(B)42.94º57.98%73.73%-
XYZ34.2135.3712.42-
YUV157.3883.77149.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 157 (61.72% from 255) = 37.03%
BLUE value IS 79 (31.25% from 255) = 18.63%
R=44.34%
G=37.03%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881577900.160.580.2642.9444.8652.35
HexBC9D4F0103A1A2b2d34
Octal2742351170207232535564
Binary1011110010011101100111101000011101011010101011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9D4F; }

 p { color: rgb(188,157,79); }

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

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

 a { background-color: rgb(188,157,79); }

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

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

 span { border-color: rgb(188,157,79); }

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