Shades of Husk #B69D4A
Tints of Husk #B69D4A
RGB
CMYK
RGB Variations
Color information
#B69D4A (or 0xB69D4A) is known color: Husk. HEX triplet: B6, 9D and 4A. RGB value is (182,157,74). Sum of RGB (Red+Green+Blue) = 182+157+74=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B69D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69D4A is #4962B5. Grayscale: #9B9B9B. Windows color (decimal): -4809398 or 4890038. OLE color: 4890038.
HSL color Cylindrical-coordinate representation of color #B69D4A: hue angle of 46.11º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B69D4A is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 157 | 74 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.29 |
| HSL | 46.11º | 0.43% | 0.5% | - |
| HSV(B) | 46.11º | 0.59% | 0.71% | - |
| XYZ | 32.58 | 34.55 | 11.43 | - |
| YUV | 155.01 | 82.28 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 157 | 74 | 0 | 0.14 | 0.59 | 0.29 | 46.11 | 0.43 | 0.5 |
| Hex | B6 | 9D | 4A | 0 | E | 3B | 1D | 2E | 2B | 32 |
| Octal | 266 | 235 | 112 | 0 | 16 | 73 | 35 | 56 | 53 | 62 |
| Binary | 10110110 | 10011101 | 1001010 | 0 | 1110 | 111011 | 11101 | 101110 | 101011 | 110010 |
Color Harmonies of #B69D4A
Complementary color
Monochromatic Colors of #B69D4A
Black with #B69D4A
Text Example
Text Example
White with #B69D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69D4A; }
p { color: rgb(182,157,74); }
H1.HeaderClassName
{
color: #B69D4A;
}
.AnyTagClassName
{
color: #B69D4A;
}
</style>
background-color css
<style>
a { background-color: #B69D4A; }
a { background-color: rgb(182,157,74); }
div.DivClassName
{
background-color: #B69D4A;
}
.BgClassName
{
background-color: #B69D4A;
}
</style>
border-color css
<style>
span { border-color: #B69D4A; }
span { border-color: rgb(182,157,74); }
td.TdClassName
{
border-color: #B69D4A;
}
.TagClassName
{
border-color: #B69D4A;
}
</style>