Shades of Dark Khaki #B4B06F
Tints of Dark Khaki #B4B06F
RGB
CMYK
RGB Variations
Color information
#B4B06F (or 0xB4B06F) is known color: Dark Khaki. HEX triplet: B4, B0 and 6F. RGB value is (180,176,111). Sum of RGB (Red+Green+Blue) = 180+176+111=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B06F is #4B4F90. Grayscale: #AAAAAA. Windows color (decimal): -4935569 or 7319732. OLE color: 7319732.
HSL color Cylindrical-coordinate representation of color #B4B06F: hue angle of 56.52º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4B06F is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 176 | 111 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.29 |
| HSL | 56.52º | 0.32% | 0.57% | - |
| HSV(B) | 56.52º | 0.38% | 0.71% | - |
| XYZ | 37.22 | 41.9 | 21.17 | - |
| YUV | 169.79 | 94.83 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 176 | 111 | 0 | 0.02 | 0.38 | 0.29 | 56.52 | 0.32 | 0.57 |
| Hex | B4 | B0 | 6F | 0 | 2 | 26 | 1D | 39 | 20 | 39 |
| Octal | 264 | 260 | 157 | 0 | 2 | 46 | 35 | 71 | 40 | 71 |
| Binary | 10110100 | 10110000 | 1101111 | 0 | 10 | 100110 | 11101 | 111001 | 100000 | 111001 |
Color Harmonies of #B4B06F
Complementary color
Monochromatic Colors of #B4B06F
Black with #B4B06F
Text Example
Text Example
White with #B4B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B06F; }
p { color: rgb(180,176,111); }
H1.HeaderClassName
{
color: #B4B06F;
}
.AnyTagClassName
{
color: #B4B06F;
}
</style>
background-color css
<style>
a { background-color: #B4B06F; }
a { background-color: rgb(180,176,111); }
div.DivClassName
{
background-color: #B4B06F;
}
.BgClassName
{
background-color: #B4B06F;
}
</style>
border-color css
<style>
span { border-color: #B4B06F; }
span { border-color: rgb(180,176,111); }
td.TdClassName
{
border-color: #B4B06F;
}
.TagClassName
{
border-color: #B4B06F;
}
</style>