Shades of Dark Khaki #B4B06C
Tints of Dark Khaki #B4B06C
RGB
CMYK
RGB Variations
Color information
#B4B06C (or 0xB4B06C) is known color: Dark Khaki. HEX triplet: B4, B0 and 6C. RGB value is (180,176,108). Sum of RGB (Red+Green+Blue) = 180+176+108=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B06C is #4B4F93. Grayscale: #A9A9A9. Windows color (decimal): -4935572 or 7123124. OLE color: 7123124.
HSL color Cylindrical-coordinate representation of color #B4B06C: hue angle of 56.67º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4B06C is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 176 | 108 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.29 |
| HSL | 56.67º | 0.32% | 0.56% | - |
| HSV(B) | 56.67º | 0.4% | 0.71% | - |
| XYZ | 37.05 | 41.84 | 20.31 | - |
| YUV | 169.44 | 93.33 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 176 | 108 | 0 | 0.02 | 0.40 | 0.29 | 56.67 | 0.32 | 0.56 |
| Hex | B4 | B0 | 6C | 0 | 2 | 28 | 1D | 39 | 20 | 38 |
| Octal | 264 | 260 | 154 | 0 | 2 | 50 | 35 | 71 | 40 | 70 |
| Binary | 10110100 | 10110000 | 1101100 | 0 | 10 | 101000 | 11101 | 111001 | 100000 | 111000 |
Color Harmonies of #B4B06C
Complementary color
Monochromatic Colors of #B4B06C
Black with #B4B06C
Text Example
Text Example
White with #B4B06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B06C; }
p { color: rgb(180,176,108); }
H1.HeaderClassName
{
color: #B4B06C;
}
.AnyTagClassName
{
color: #B4B06C;
}
</style>
background-color css
<style>
a { background-color: #B4B06C; }
a { background-color: rgb(180,176,108); }
div.DivClassName
{
background-color: #B4B06C;
}
.BgClassName
{
background-color: #B4B06C;
}
</style>
border-color css
<style>
span { border-color: #B4B06C; }
span { border-color: rgb(180,176,108); }
td.TdClassName
{
border-color: #B4B06C;
}
.TagClassName
{
border-color: #B4B06C;
}
</style>