Shades of Husk #B69D4D
Tints of Husk #B69D4D
RGB
CMYK
RGB Variations
Color information
#B69D4D (or 0xB69D4D) is known color: Husk. HEX triplet: B6, 9D and 4D. RGB value is (182,157,77). Sum of RGB (Red+Green+Blue) = 182+157+77=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B69D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69D4D is #4962B2. Grayscale: #9B9B9B. Windows color (decimal): -4809395 or 5086646. OLE color: 5086646.
HSL color Cylindrical-coordinate representation of color #B69D4D: hue angle of 45.71º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B69D4D is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 157 | 77 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.29 |
| HSL | 45.71º | 0.42% | 0.51% | - |
| HSV(B) | 45.71º | 0.58% | 0.71% | - |
| XYZ | 32.69 | 34.59 | 11.98 | - |
| YUV | 155.36 | 83.78 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 157 | 77 | 0 | 0.14 | 0.58 | 0.29 | 45.71 | 0.42 | 0.51 |
| Hex | B6 | 9D | 4D | 0 | E | 3A | 1D | 2E | 2A | 33 |
| Octal | 266 | 235 | 115 | 0 | 16 | 72 | 35 | 56 | 52 | 63 |
| Binary | 10110110 | 10011101 | 1001101 | 0 | 1110 | 111010 | 11101 | 101110 | 101010 | 110011 |
Color Harmonies of #B69D4D
Complementary color
Monochromatic Colors of #B69D4D
Black with #B69D4D
Text Example
Text Example
White with #B69D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69D4D; }
p { color: rgb(182,157,77); }
H1.HeaderClassName
{
color: #B69D4D;
}
.AnyTagClassName
{
color: #B69D4D;
}
</style>
background-color css
<style>
a { background-color: #B69D4D; }
a { background-color: rgb(182,157,77); }
div.DivClassName
{
background-color: #B69D4D;
}
.BgClassName
{
background-color: #B69D4D;
}
</style>
border-color css
<style>
span { border-color: #B69D4D; }
span { border-color: rgb(182,157,77); }
td.TdClassName
{
border-color: #B69D4D;
}
.TagClassName
{
border-color: #B69D4D;
}
</style>