Shades of Husk #B2974C
Tints of Husk #B2974C
RGB
CMYK
RGB Variations
Color information
#B2974C (or 0xB2974C) is known color: Husk. HEX triplet: B2, 97 and 4C. RGB value is (178,151,76). Sum of RGB (Red+Green+Blue) = 178+151+76=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B2974C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2974C is #4D68B3. Grayscale: #969696. Windows color (decimal): -5073076 or 5019570. OLE color: 5019570.
HSL color Cylindrical-coordinate representation of color #B2974C: hue angle of 44.12º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2974C is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 151 | 76 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.30 |
| HSL | 44.12º | 0.4% | 0.5% | - |
| HSV(B) | 44.12º | 0.57% | 0.7% | - |
| XYZ | 30.73 | 32.12 | 11.42 | - |
| YUV | 150.52 | 85.95 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 151 | 76 | 0 | 0.15 | 0.57 | 0.30 | 44.12 | 0.4 | 0.5 |
| Hex | B2 | 97 | 4C | 0 | F | 39 | 1E | 2C | 28 | 32 |
| Octal | 262 | 227 | 114 | 0 | 17 | 71 | 36 | 54 | 50 | 62 |
| Binary | 10110010 | 10010111 | 1001100 | 0 | 1111 | 111001 | 11110 | 101100 | 101000 | 110010 |
Color Harmonies of #B2974C
Complementary color
Monochromatic Colors of #B2974C
Black with #B2974C
Text Example
Text Example
White with #B2974C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2974C; }
p { color: rgb(178,151,76); }
H1.HeaderClassName
{
color: #B2974C;
}
.AnyTagClassName
{
color: #B2974C;
}
</style>
background-color css
<style>
a { background-color: #B2974C; }
a { background-color: rgb(178,151,76); }
div.DivClassName
{
background-color: #B2974C;
}
.BgClassName
{
background-color: #B2974C;
}
</style>
border-color css
<style>
span { border-color: #B2974C; }
span { border-color: rgb(178,151,76); }
td.TdClassName
{
border-color: #B2974C;
}
.TagClassName
{
border-color: #B2974C;
}
</style>