Shades of Husk #B0914B
Tints of Husk #B0914B
RGB
CMYK
RGB Variations
Color information
#B0914B (or 0xB0914B) is known color: Husk. HEX triplet: B0, 91 and 4B. RGB value is (176,145,75). Sum of RGB (Red+Green+Blue) = 176+145+75=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B0914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0914B is #4F6EB4. Grayscale: #929292. Windows color (decimal): -5205685 or 4952496. OLE color: 4952496.
HSL color Cylindrical-coordinate representation of color #B0914B: hue angle of 41.58º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0914B is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 145 | 75 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.31 |
| HSL | 41.58º | 0.4% | 0.49% | - |
| HSV(B) | 41.58º | 0.57% | 0.69% | - |
| XYZ | 29.3 | 29.99 | 10.9 | - |
| YUV | 146.29 | 87.77 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 75 | 0 | 0.18 | 0.57 | 0.31 | 41.58 | 0.4 | 0.49 |
| Hex | B0 | 91 | 4B | 0 | 12 | 39 | 1F | 2A | 28 | 31 |
| Octal | 260 | 221 | 113 | 0 | 22 | 71 | 37 | 52 | 50 | 61 |
| Binary | 10110000 | 10010001 | 1001011 | 0 | 10010 | 111001 | 11111 | 101010 | 101000 | 110001 |
Color Harmonies of #B0914B
Complementary color
Monochromatic Colors of #B0914B
Black with #B0914B
Text Example
Text Example
White with #B0914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0914B; }
p { color: rgb(176,145,75); }
H1.HeaderClassName
{
color: #B0914B;
}
.AnyTagClassName
{
color: #B0914B;
}
</style>
background-color css
<style>
a { background-color: #B0914B; }
a { background-color: rgb(176,145,75); }
div.DivClassName
{
background-color: #B0914B;
}
.BgClassName
{
background-color: #B0914B;
}
</style>
border-color css
<style>
span { border-color: #B0914B; }
span { border-color: rgb(176,145,75); }
td.TdClassName
{
border-color: #B0914B;
}
.TagClassName
{
border-color: #B0914B;
}
</style>