Shades of Husk #BF9D4E
Tints of Husk #BF9D4E
RGB
CMYK
RGB Variations
Color information
#BF9D4E (or 0xBF9D4E) is known color: Husk. HEX triplet: BF, 9D and 4E. RGB value is (191,157,78). Sum of RGB (Red+Green+Blue) = 191+157+78=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9D4E is #4062B1. Grayscale: #9E9E9E. Windows color (decimal): -4219570 or 5152191. OLE color: 5152191.
HSL color Cylindrical-coordinate representation of color #BF9D4E: hue angle of 41.95º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF9D4E is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 157 | 78 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.25 |
| HSL | 41.95º | 0.47% | 0.53% | - |
| HSV(B) | 41.95º | 0.59% | 0.75% | - |
| XYZ | 34.92 | 35.74 | 12.27 | - |
| YUV | 158.16 | 82.76 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 157 | 78 | 0 | 0.18 | 0.59 | 0.25 | 41.95 | 0.47 | 0.53 |
| Hex | BF | 9D | 4E | 0 | 12 | 3B | 19 | 2A | 2F | 35 |
| Octal | 277 | 235 | 116 | 0 | 22 | 73 | 31 | 52 | 57 | 65 |
| Binary | 10111111 | 10011101 | 1001110 | 0 | 10010 | 111011 | 11001 | 101010 | 101111 | 110101 |
Color Harmonies of #BF9D4E
Complementary color
Monochromatic Colors of #BF9D4E
Black with #BF9D4E
Text Example
Text Example
White with #BF9D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9D4E; }
p { color: rgb(191,157,78); }
H1.HeaderClassName
{
color: #BF9D4E;
}
.AnyTagClassName
{
color: #BF9D4E;
}
</style>
background-color css
<style>
a { background-color: #BF9D4E; }
a { background-color: rgb(191,157,78); }
div.DivClassName
{
background-color: #BF9D4E;
}
.BgClassName
{
background-color: #BF9D4E;
}
</style>
border-color css
<style>
span { border-color: #BF9D4E; }
span { border-color: rgb(191,157,78); }
td.TdClassName
{
border-color: #BF9D4E;
}
.TagClassName
{
border-color: #BF9D4E;
}
</style>