Shades of Dark Khaki #B4B06D
Tints of Dark Khaki #B4B06D
RGB
CMYK
RGB Variations
Color information
#B4B06D (or 0xB4B06D) is known color: Dark Khaki. HEX triplet: B4, B0 and 6D. RGB value is (180,176,109). Sum of RGB (Red+Green+Blue) = 180+176+109=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B06D is #4B4F92. Grayscale: #A9A9A9. Windows color (decimal): -4935571 or 7188660. OLE color: 7188660.
HSL color Cylindrical-coordinate representation of color #B4B06D: hue angle of 56.62º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B4B06D is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 176 | 109 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.29 |
| HSL | 56.62º | 0.32% | 0.57% | - |
| HSV(B) | 56.62º | 0.39% | 0.71% | - |
| XYZ | 37.11 | 41.86 | 20.59 | - |
| YUV | 169.56 | 93.83 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 176 | 109 | 0 | 0.02 | 0.39 | 0.29 | 56.62 | 0.32 | 0.57 |
| Hex | B4 | B0 | 6D | 0 | 2 | 27 | 1D | 39 | 20 | 39 |
| Octal | 264 | 260 | 155 | 0 | 2 | 47 | 35 | 71 | 40 | 71 |
| Binary | 10110100 | 10110000 | 1101101 | 0 | 10 | 100111 | 11101 | 111001 | 100000 | 111001 |
Color Harmonies of #B4B06D
Complementary color
Monochromatic Colors of #B4B06D
Black with #B4B06D
Text Example
Text Example
White with #B4B06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B06D; }
p { color: rgb(180,176,109); }
H1.HeaderClassName
{
color: #B4B06D;
}
.AnyTagClassName
{
color: #B4B06D;
}
</style>
background-color css
<style>
a { background-color: #B4B06D; }
a { background-color: rgb(180,176,109); }
div.DivClassName
{
background-color: #B4B06D;
}
.BgClassName
{
background-color: #B4B06D;
}
</style>
border-color css
<style>
span { border-color: #B4B06D; }
span { border-color: rgb(180,176,109); }
td.TdClassName
{
border-color: #B4B06D;
}
.TagClassName
{
border-color: #B4B06D;
}
</style>