#BB9F4D

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

Shades of Husk #BB9F4D

Tints of Husk #BB9F4D

Color information

#BB9F4D (or 0xBB9F4D) is unknown color: approx Husk. HEX triplet: BB, 9F and 4D. RGB value is (187,159,77). Sum of RGB (Red+Green+Blue) = 187+159+77=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9F4D is #4460B2. Grayscale: #9E9E9E. Windows color (decimal): -4481203 or 5087163. OLE color: 5087163.

HSL color Cylindrical-coordinate representation of color #BB9F4D: hue angle of 44.73º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB9F4D is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18715977-
CMYK00.150.590.27
HSL44.73º44.72%51.76%-
HSV(B)44.73º58.82%73.33%-
XYZ34.2335.912.15-
YUV158.0282.28148.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 159 (62.5% from 255) = 37.59%
BLUE value IS 77 (30.47% from 255) = 18.20%
R=44.21%
G=37.59%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871597700.150.590.2744.7344.7251.76
HexBB9F4D0F3B1B2d2d34
Octal2732371150177333555564
Binary101110111001111110011010111111101111011101101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9F4D; }

 p { color: rgb(187,159,77); }

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

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

 a { background-color: rgb(187,159,77); }

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

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

 span { border-color: rgb(187,159,77); }

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