Shades of Husk #B5954F
Tints of Husk #B5954F
RGB
CMYK
RGB Variations
Color information
#B5954F (or 0xB5954F) is known color: Husk. HEX triplet: B5, 95 and 4F. RGB value is (181,149,79). Sum of RGB (Red+Green+Blue) = 181+149+79=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5954F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5954F is #4A6AB0. Grayscale: #969696. Windows color (decimal): -4876977 or 5215669. OLE color: 5215669.
HSL color Cylindrical-coordinate representation of color #B5954F: hue angle of 41.18º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B5954F is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 149 | 79 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.29 |
| HSL | 41.18º | 0.41% | 0.51% | - |
| HSV(B) | 41.18º | 0.56% | 0.71% | - |
| XYZ | 31.21 | 31.88 | 11.91 | - |
| YUV | 150.59 | 87.6 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 149 | 79 | 0 | 0.18 | 0.56 | 0.29 | 41.18 | 0.41 | 0.51 |
| Hex | B5 | 95 | 4F | 0 | 12 | 38 | 1D | 29 | 29 | 33 |
| Octal | 265 | 225 | 117 | 0 | 22 | 70 | 35 | 51 | 51 | 63 |
| Binary | 10110101 | 10010101 | 1001111 | 0 | 10010 | 111000 | 11101 | 101001 | 101001 | 110011 |
Color Harmonies of #B5954F
Complementary color
Monochromatic Colors of #B5954F
Black with #B5954F
Text Example
Text Example
White with #B5954F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5954F; }
p { color: rgb(181,149,79); }
H1.HeaderClassName
{
color: #B5954F;
}
.AnyTagClassName
{
color: #B5954F;
}
</style>
background-color css
<style>
a { background-color: #B5954F; }
a { background-color: rgb(181,149,79); }
div.DivClassName
{
background-color: #B5954F;
}
.BgClassName
{
background-color: #B5954F;
}
</style>
border-color css
<style>
span { border-color: #B5954F; }
span { border-color: rgb(181,149,79); }
td.TdClassName
{
border-color: #B5954F;
}
.TagClassName
{
border-color: #B5954F;
}
</style>