Shades of Husk #B7944C
Tints of Husk #B7944C
RGB
CMYK
RGB Variations
Color information
#B7944C (or 0xB7944C) is known color: Husk. HEX triplet: B7, 94 and 4C. RGB value is (183,148,76). Sum of RGB (Red+Green+Blue) = 183+148+76=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B7944C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7944C is #486BB3. Grayscale: #969696. Windows color (decimal): -4746164 or 5018807. OLE color: 5018807.
HSL color Cylindrical-coordinate representation of color #B7944C: hue angle of 40.37º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7944C is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 148 | 76 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.28 |
| HSL | 40.37º | 0.43% | 0.51% | - |
| HSV(B) | 40.37º | 0.58% | 0.72% | - |
| XYZ | 31.42 | 31.77 | 11.31 | - |
| YUV | 150.26 | 86.1 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 148 | 76 | 0 | 0.19 | 0.58 | 0.28 | 40.37 | 0.43 | 0.51 |
| Hex | B7 | 94 | 4C | 0 | 13 | 3A | 1C | 28 | 2B | 33 |
| Octal | 267 | 224 | 114 | 0 | 23 | 72 | 34 | 50 | 53 | 63 |
| Binary | 10110111 | 10010100 | 1001100 | 0 | 10011 | 111010 | 11100 | 101000 | 101011 | 110011 |
Color Harmonies of #B7944C
Complementary color
Monochromatic Colors of #B7944C
Black with #B7944C
Text Example
Text Example
White with #B7944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7944C; }
p { color: rgb(183,148,76); }
H1.HeaderClassName
{
color: #B7944C;
}
.AnyTagClassName
{
color: #B7944C;
}
</style>
background-color css
<style>
a { background-color: #B7944C; }
a { background-color: rgb(183,148,76); }
div.DivClassName
{
background-color: #B7944C;
}
.BgClassName
{
background-color: #B7944C;
}
</style>
border-color css
<style>
span { border-color: #B7944C; }
span { border-color: rgb(183,148,76); }
td.TdClassName
{
border-color: #B7944C;
}
.TagClassName
{
border-color: #B7944C;
}
</style>