Shades of Husk #B39250
Tints of Husk #B39250
RGB
CMYK
RGB Variations
Color information
#B39250 (or 0xB39250) is known color: Husk. HEX triplet: B3, 92 and 50. RGB value is (179,146,80). Sum of RGB (Red+Green+Blue) = 179+146+80=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B39250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39250 is #4C6DAF. Grayscale: #949494. Windows color (decimal): -5008816 or 5280435. OLE color: 5280435.
HSL color Cylindrical-coordinate representation of color #B39250: hue angle of 40º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B39250 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 146 | 80 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.30 |
| HSL | 40º | 0.39% | 0.51% | - |
| HSV(B) | 40º | 0.55% | 0.7% | - |
| XYZ | 30.32 | 30.72 | 11.92 | - |
| YUV | 148.34 | 89.43 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 146 | 80 | 0 | 0.18 | 0.55 | 0.30 | 40 | 0.39 | 0.51 |
| Hex | B3 | 92 | 50 | 0 | 12 | 37 | 1E | 28 | 27 | 33 |
| Octal | 263 | 222 | 120 | 0 | 22 | 67 | 36 | 50 | 47 | 63 |
| Binary | 10110011 | 10010010 | 1010000 | 0 | 10010 | 110111 | 11110 | 101000 | 100111 | 110011 |
Color Harmonies of #B39250
Complementary color
Monochromatic Colors of #B39250
Black with #B39250
Text Example
Text Example
White with #B39250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39250; }
p { color: rgb(179,146,80); }
H1.HeaderClassName
{
color: #B39250;
}
.AnyTagClassName
{
color: #B39250;
}
</style>
background-color css
<style>
a { background-color: #B39250; }
a { background-color: rgb(179,146,80); }
div.DivClassName
{
background-color: #B39250;
}
.BgClassName
{
background-color: #B39250;
}
</style>
border-color css
<style>
span { border-color: #B39250; }
span { border-color: rgb(179,146,80); }
td.TdClassName
{
border-color: #B39250;
}
.TagClassName
{
border-color: #B39250;
}
</style>