Shades of Husk #B49C4B
Tints of Husk #B49C4B
RGB
CMYK
RGB Variations
Color information
#B49C4B (or 0xB49C4B) is known color: Husk. HEX triplet: B4, 9C and 4B. RGB value is (180,156,75). Sum of RGB (Red+Green+Blue) = 180+156+75=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49C4B is #4B63B4. Grayscale: #9A9A9A. Windows color (decimal): -4940725 or 4955316. OLE color: 4955316.
HSL color Cylindrical-coordinate representation of color #B49C4B: hue angle of 46.29º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B49C4B is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 156 | 75 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.29 |
| HSL | 46.29º | 0.41% | 0.5% | - |
| HSV(B) | 46.29º | 0.58% | 0.71% | - |
| XYZ | 31.98 | 33.99 | 11.53 | - |
| YUV | 153.94 | 83.45 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 75 | 0 | 0.13 | 0.58 | 0.29 | 46.29 | 0.41 | 0.5 |
| Hex | B4 | 9C | 4B | 0 | D | 3A | 1D | 2E | 29 | 32 |
| Octal | 264 | 234 | 113 | 0 | 15 | 72 | 35 | 56 | 51 | 62 |
| Binary | 10110100 | 10011100 | 1001011 | 0 | 1101 | 111010 | 11101 | 101110 | 101001 | 110010 |
Color Harmonies of #B49C4B
Complementary color
Monochromatic Colors of #B49C4B
Black with #B49C4B
Text Example
Text Example
White with #B49C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49C4B; }
p { color: rgb(180,156,75); }
H1.HeaderClassName
{
color: #B49C4B;
}
.AnyTagClassName
{
color: #B49C4B;
}
</style>
background-color css
<style>
a { background-color: #B49C4B; }
a { background-color: rgb(180,156,75); }
div.DivClassName
{
background-color: #B49C4B;
}
.BgClassName
{
background-color: #B49C4B;
}
</style>
border-color css
<style>
span { border-color: #B49C4B; }
span { border-color: rgb(180,156,75); }
td.TdClassName
{
border-color: #B49C4B;
}
.TagClassName
{
border-color: #B49C4B;
}
</style>