Shades of Husk #B5934A
Tints of Husk #B5934A
RGB
CMYK
RGB Variations
Color information
#B5934A (or 0xB5934A) is known color: Husk. HEX triplet: B5, 93 and 4A. RGB value is (181,147,74). Sum of RGB (Red+Green+Blue) = 181+147+74=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B5934A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5934A is #4A6CB5. Grayscale: #959595. Windows color (decimal): -4877494 or 4887477. OLE color: 4887477.
HSL color Cylindrical-coordinate representation of color #B5934A: hue angle of 40.93º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5934A is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 147 | 74 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.29 |
| HSL | 40.93º | 0.42% | 0.5% | - |
| HSV(B) | 40.93º | 0.59% | 0.71% | - |
| XYZ | 30.73 | 31.19 | 10.88 | - |
| YUV | 148.84 | 85.76 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 147 | 74 | 0 | 0.19 | 0.59 | 0.29 | 40.93 | 0.42 | 0.5 |
| Hex | B5 | 93 | 4A | 0 | 13 | 3B | 1D | 29 | 2A | 32 |
| Octal | 265 | 223 | 112 | 0 | 23 | 73 | 35 | 51 | 52 | 62 |
| Binary | 10110101 | 10010011 | 1001010 | 0 | 10011 | 111011 | 11101 | 101001 | 101010 | 110010 |
Color Harmonies of #B5934A
Complementary color
Monochromatic Colors of #B5934A
Black with #B5934A
Text Example
Text Example
White with #B5934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5934A; }
p { color: rgb(181,147,74); }
H1.HeaderClassName
{
color: #B5934A;
}
.AnyTagClassName
{
color: #B5934A;
}
</style>
background-color css
<style>
a { background-color: #B5934A; }
a { background-color: rgb(181,147,74); }
div.DivClassName
{
background-color: #B5934A;
}
.BgClassName
{
background-color: #B5934A;
}
</style>
border-color css
<style>
span { border-color: #B5934A; }
span { border-color: rgb(181,147,74); }
td.TdClassName
{
border-color: #B5934A;
}
.TagClassName
{
border-color: #B5934A;
}
</style>