Shades of Husk #BF9D4D
Tints of Husk #BF9D4D
RGB
CMYK
RGB Variations
Color information
#BF9D4D (or 0xBF9D4D) is known color: Husk. HEX triplet: BF, 9D and 4D. RGB value is (191,157,77). Sum of RGB (Red+Green+Blue) = 191+157+77=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9D4D is #4062B2. Grayscale: #9E9E9E. Windows color (decimal): -4219571 or 5086655. OLE color: 5086655.
HSL color Cylindrical-coordinate representation of color #BF9D4D: hue angle of 42.11º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF9D4D is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 157 | 77 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.25 |
| HSL | 42.11º | 0.47% | 0.53% | - |
| HSV(B) | 42.11º | 0.6% | 0.75% | - |
| XYZ | 34.88 | 35.73 | 12.08 | - |
| YUV | 158.05 | 82.26 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 157 | 77 | 0 | 0.18 | 0.60 | 0.25 | 42.11 | 0.47 | 0.53 |
| Hex | BF | 9D | 4D | 0 | 12 | 3C | 19 | 2A | 2F | 35 |
| Octal | 277 | 235 | 115 | 0 | 22 | 74 | 31 | 52 | 57 | 65 |
| Binary | 10111111 | 10011101 | 1001101 | 0 | 10010 | 111100 | 11001 | 101010 | 101111 | 110101 |
Color Harmonies of #BF9D4D
Complementary color
Monochromatic Colors of #BF9D4D
Black with #BF9D4D
Text Example
Text Example
White with #BF9D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9D4D; }
p { color: rgb(191,157,77); }
H1.HeaderClassName
{
color: #BF9D4D;
}
.AnyTagClassName
{
color: #BF9D4D;
}
</style>
background-color css
<style>
a { background-color: #BF9D4D; }
a { background-color: rgb(191,157,77); }
div.DivClassName
{
background-color: #BF9D4D;
}
.BgClassName
{
background-color: #BF9D4D;
}
</style>
border-color css
<style>
span { border-color: #BF9D4D; }
span { border-color: rgb(191,157,77); }
td.TdClassName
{
border-color: #BF9D4D;
}
.TagClassName
{
border-color: #BF9D4D;
}
</style>