Shades of Husk #B69D4E
Tints of Husk #B69D4E
RGB
CMYK
RGB Variations
Color information
#B69D4E (or 0xB69D4E) is known color: Husk. HEX triplet: B6, 9D and 4E. RGB value is (182,157,78). Sum of RGB (Red+Green+Blue) = 182+157+78=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 78 (30.86% from 255 or 18.71% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B69D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69D4E is #4962B1. Grayscale: #9B9B9B. Windows color (decimal): -4809394 or 5152182. OLE color: 5152182.
HSL color Cylindrical-coordinate representation of color #B69D4E: hue angle of 45.58º 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 #B69D4E is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 157 | 78 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.29 |
| HSL | 45.58º | 0.42% | 0.51% | - |
| HSV(B) | 45.58º | 0.57% | 0.71% | - |
| XYZ | 32.72 | 34.61 | 12.16 | - |
| YUV | 155.47 | 84.28 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 157 | 78 | 0 | 0.14 | 0.57 | 0.29 | 45.58 | 0.42 | 0.51 |
| Hex | B6 | 9D | 4E | 0 | E | 39 | 1D | 2E | 2A | 33 |
| Octal | 266 | 235 | 116 | 0 | 16 | 71 | 35 | 56 | 52 | 63 |
| Binary | 10110110 | 10011101 | 1001110 | 0 | 1110 | 111001 | 11101 | 101110 | 101010 | 110011 |
Color Harmonies of #B69D4E
Complementary color
Monochromatic Colors of #B69D4E
Black with #B69D4E
Text Example
Text Example
White with #B69D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69D4E; }
p { color: rgb(182,157,78); }
H1.HeaderClassName
{
color: #B69D4E;
}
.AnyTagClassName
{
color: #B69D4E;
}
</style>
background-color css
<style>
a { background-color: #B69D4E; }
a { background-color: rgb(182,157,78); }
div.DivClassName
{
background-color: #B69D4E;
}
.BgClassName
{
background-color: #B69D4E;
}
</style>
border-color css
<style>
span { border-color: #B69D4E; }
span { border-color: rgb(182,157,78); }
td.TdClassName
{
border-color: #B69D4E;
}
.TagClassName
{
border-color: #B69D4E;
}
</style>