Shades of Husk #B6954E
Tints of Husk #B6954E
RGB
CMYK
RGB Variations
Color information
#B6954E (or 0xB6954E) is known color: Husk. HEX triplet: B6, 95 and 4E. RGB value is (182,149,78). Sum of RGB (Red+Green+Blue) = 182+149+78=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B6954E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6954E is #496AB1. Grayscale: #979797. Windows color (decimal): -4811442 or 5150134. OLE color: 5150134.
HSL color Cylindrical-coordinate representation of color #B6954E: hue angle of 40.96º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B6954E is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 149 | 78 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.29 |
| HSL | 40.96º | 0.42% | 0.51% | - |
| HSV(B) | 40.96º | 0.57% | 0.71% | - |
| XYZ | 31.41 | 31.99 | 11.73 | - |
| YUV | 150.77 | 86.93 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 149 | 78 | 0 | 0.18 | 0.57 | 0.29 | 40.96 | 0.42 | 0.51 |
| Hex | B6 | 95 | 4E | 0 | 12 | 39 | 1D | 29 | 2A | 33 |
| Octal | 266 | 225 | 116 | 0 | 22 | 71 | 35 | 51 | 52 | 63 |
| Binary | 10110110 | 10010101 | 1001110 | 0 | 10010 | 111001 | 11101 | 101001 | 101010 | 110011 |
Color Harmonies of #B6954E
Complementary color
Monochromatic Colors of #B6954E
Black with #B6954E
Text Example
Text Example
White with #B6954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6954E; }
p { color: rgb(182,149,78); }
H1.HeaderClassName
{
color: #B6954E;
}
.AnyTagClassName
{
color: #B6954E;
}
</style>
background-color css
<style>
a { background-color: #B6954E; }
a { background-color: rgb(182,149,78); }
div.DivClassName
{
background-color: #B6954E;
}
.BgClassName
{
background-color: #B6954E;
}
</style>
border-color css
<style>
span { border-color: #B6954E; }
span { border-color: rgb(182,149,78); }
td.TdClassName
{
border-color: #B6954E;
}
.TagClassName
{
border-color: #B6954E;
}
</style>