Shades of Dark Khaki #B4B66D
Tints of Dark Khaki #B4B66D
RGB
CMYK
RGB Variations
Color information
#B4B66D (or 0xB4B66D) is known color: Dark Khaki. HEX triplet: B4, B6 and 6D. RGB value is (180,182,109). Sum of RGB (Red+Green+Blue) = 180+182+109=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B66D is #4B4992. Grayscale: #ADADAD. Windows color (decimal): -4934035 or 7190196. OLE color: 7190196.
HSL color Cylindrical-coordinate representation of color #B4B66D: hue angle of 61.64º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4B66D is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 182 | 109 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.29 |
| HSL | 61.64º | 0.33% | 0.57% | - |
| HSV(B) | 61.64º | 0.4% | 0.71% | - |
| XYZ | 38.31 | 44.26 | 20.99 | - |
| YUV | 173.08 | 91.84 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 182 | 109 | 0.01 | 0 | 0.40 | 0.29 | 61.64 | 0.33 | 0.57 |
| Hex | B4 | B6 | 6D | 1 | 0 | 28 | 1D | 3E | 21 | 39 |
| Octal | 264 | 266 | 155 | 1 | 0 | 50 | 35 | 76 | 41 | 71 |
| Binary | 10110100 | 10110110 | 1101101 | 1 | 0 | 101000 | 11101 | 111110 | 100001 | 111001 |
Color Harmonies of #B4B66D
Complementary color
Monochromatic Colors of #B4B66D
Black with #B4B66D
Text Example
Text Example
White with #B4B66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B66D; }
p { color: rgb(180,182,109); }
H1.HeaderClassName
{
color: #B4B66D;
}
.AnyTagClassName
{
color: #B4B66D;
}
</style>
background-color css
<style>
a { background-color: #B4B66D; }
a { background-color: rgb(180,182,109); }
div.DivClassName
{
background-color: #B4B66D;
}
.BgClassName
{
background-color: #B4B66D;
}
</style>
border-color css
<style>
span { border-color: #B4B66D; }
span { border-color: rgb(180,182,109); }
td.TdClassName
{
border-color: #B4B66D;
}
.TagClassName
{
border-color: #B4B66D;
}
</style>