Shades of Husk #B2934F
Tints of Husk #B2934F
RGB
CMYK
RGB Variations
Color information
#B2934F (or 0xB2934F) is known color: Husk. HEX triplet: B2, 93 and 4F. RGB value is (178,147,79). Sum of RGB (Red+Green+Blue) = 178+147+79=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B2934F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2934F is #4D6CB0. Grayscale: #949494. Windows color (decimal): -5074097 or 5215154. OLE color: 5215154.
HSL color Cylindrical-coordinate representation of color #B2934F: hue angle of 41.21º 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 #B2934F is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 147 | 79 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.30 |
| HSL | 41.21º | 0.39% | 0.5% | - |
| HSV(B) | 41.21º | 0.56% | 0.7% | - |
| XYZ | 30.21 | 30.9 | 11.77 | - |
| YUV | 148.52 | 88.77 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 147 | 79 | 0 | 0.17 | 0.56 | 0.30 | 41.21 | 0.39 | 0.5 |
| Hex | B2 | 93 | 4F | 0 | 11 | 38 | 1E | 29 | 27 | 32 |
| Octal | 262 | 223 | 117 | 0 | 21 | 70 | 36 | 51 | 47 | 62 |
| Binary | 10110010 | 10010011 | 1001111 | 0 | 10001 | 111000 | 11110 | 101001 | 100111 | 110010 |
Color Harmonies of #B2934F
Complementary color
Monochromatic Colors of #B2934F
Black with #B2934F
Text Example
Text Example
White with #B2934F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2934F; }
p { color: rgb(178,147,79); }
H1.HeaderClassName
{
color: #B2934F;
}
.AnyTagClassName
{
color: #B2934F;
}
</style>
background-color css
<style>
a { background-color: #B2934F; }
a { background-color: rgb(178,147,79); }
div.DivClassName
{
background-color: #B2934F;
}
.BgClassName
{
background-color: #B2934F;
}
</style>
border-color css
<style>
span { border-color: #B2934F; }
span { border-color: rgb(178,147,79); }
td.TdClassName
{
border-color: #B2934F;
}
.TagClassName
{
border-color: #B2934F;
}
</style>