#bc9f4c

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

Shades of Husk #BC9F4C

Tints of Husk #BC9F4C

Color information

#BC9F4C (or 0xBC9F4C) is unknown color: approx Husk. HEX triplet: BC, 9F and 4C. RGB value is (188,159,76). Sum of RGB (Red+Green+Blue) = 188+159+76=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9F4C is #4360B3. Grayscale: #9E9E9E. Windows color (decimal): -4415668 or 5021628. OLE color: 5021628.

HSL color Cylindrical-coordinate representation of color #BC9F4C: hue angle of 44.46º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC9F4C is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18815976-
CMYK00.150.600.26
HSL44.46º45.53%51.76%-
HSV(B)44.46º59.57%73.73%-
XYZ34.4436.0111.97-
YUV158.2181.61149.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.44%
GREEN value IS 159 (62.5% from 255) = 37.59%
BLUE value IS 76 (30.08% from 255) = 17.97%
R=44.44%
G=37.59%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881597600.150.600.2644.4645.5351.76
HexBC9F4C0F3C1A2c2e34
Octal2742371140177432545664
Binary101111001001111110011000111111110011010101100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc9f4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc9f4c; }

 p { color: rgb(188,159,76); }

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

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

 a { background-color: rgb(188,159,76); }

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

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

 span { border-color: rgb(188,159,76); }

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