Shades of Husk #B2934E
Tints of Husk #B2934E
RGB
CMYK
RGB Variations
Color information
#B2934E (or 0xB2934E) is known color: Husk. HEX triplet: B2, 93 and 4E. RGB value is (178,147,78). Sum of RGB (Red+Green+Blue) = 178+147+78=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B2934E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2934E is #4D6CB1. Grayscale: #949494. Windows color (decimal): -5074098 or 5149618. OLE color: 5149618.
HSL color Cylindrical-coordinate representation of color #B2934E: hue angle of 41.4º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2934E is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 147 | 78 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.30 |
| HSL | 41.4º | 0.39% | 0.5% | - |
| HSV(B) | 41.4º | 0.56% | 0.7% | - |
| XYZ | 30.17 | 30.88 | 11.58 | - |
| YUV | 148.4 | 88.27 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 147 | 78 | 0 | 0.17 | 0.56 | 0.30 | 41.4 | 0.39 | 0.5 |
| Hex | B2 | 93 | 4E | 0 | 11 | 38 | 1E | 29 | 27 | 32 |
| Octal | 262 | 223 | 116 | 0 | 21 | 70 | 36 | 51 | 47 | 62 |
| Binary | 10110010 | 10010011 | 1001110 | 0 | 10001 | 111000 | 11110 | 101001 | 100111 | 110010 |
Color Harmonies of #B2934E
Complementary color
Monochromatic Colors of #B2934E
Black with #B2934E
Text Example
Text Example
White with #B2934E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2934E; }
p { color: rgb(178,147,78); }
H1.HeaderClassName
{
color: #B2934E;
}
.AnyTagClassName
{
color: #B2934E;
}
</style>
background-color css
<style>
a { background-color: #B2934E; }
a { background-color: rgb(178,147,78); }
div.DivClassName
{
background-color: #B2934E;
}
.BgClassName
{
background-color: #B2934E;
}
</style>
border-color css
<style>
span { border-color: #B2934E; }
span { border-color: rgb(178,147,78); }
td.TdClassName
{
border-color: #B2934E;
}
.TagClassName
{
border-color: #B2934E;
}
</style>