Shades of Husk #B2974A
Tints of Husk #B2974A
RGB
CMYK
RGB Variations
Color information
#B2974A (or 0xB2974A) is known color: Husk. HEX triplet: B2, 97 and 4A. RGB value is (178,151,74). Sum of RGB (Red+Green+Blue) = 178+151+74=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B2974A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2974A is #4D68B5. Grayscale: #969696. Windows color (decimal): -5073078 or 4888498. OLE color: 4888498.
HSL color Cylindrical-coordinate representation of color #B2974A: hue angle of 44.42º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2974A is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 151 | 74 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.30 |
| HSL | 44.42º | 0.41% | 0.49% | - |
| HSV(B) | 44.42º | 0.58% | 0.7% | - |
| XYZ | 30.66 | 32.09 | 11.06 | - |
| YUV | 150.3 | 84.95 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 151 | 74 | 0 | 0.15 | 0.58 | 0.30 | 44.42 | 0.41 | 0.49 |
| Hex | B2 | 97 | 4A | 0 | F | 3A | 1E | 2C | 29 | 31 |
| Octal | 262 | 227 | 112 | 0 | 17 | 72 | 36 | 54 | 51 | 61 |
| Binary | 10110010 | 10010111 | 1001010 | 0 | 1111 | 111010 | 11110 | 101100 | 101001 | 110001 |
Color Harmonies of #B2974A
Complementary color
Monochromatic Colors of #B2974A
Black with #B2974A
Text Example
Text Example
White with #B2974A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2974A; }
p { color: rgb(178,151,74); }
H1.HeaderClassName
{
color: #B2974A;
}
.AnyTagClassName
{
color: #B2974A;
}
</style>
background-color css
<style>
a { background-color: #B2974A; }
a { background-color: rgb(178,151,74); }
div.DivClassName
{
background-color: #B2974A;
}
.BgClassName
{
background-color: #B2974A;
}
</style>
border-color css
<style>
span { border-color: #B2974A; }
span { border-color: rgb(178,151,74); }
td.TdClassName
{
border-color: #B2974A;
}
.TagClassName
{
border-color: #B2974A;
}
</style>