Shades of Dark Khaki #B0B46E
Tints of Dark Khaki #B0B46E
RGB
CMYK
RGB Variations
Color information
#B0B46E (or 0xB0B46E) is known color: Dark Khaki. HEX triplet: B0, B4 and 6E. RGB value is (176,180,110). Sum of RGB (Red+Green+Blue) = 176+180+110=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B46E is #4F4B91. Grayscale: #ABABAB. Windows color (decimal): -5196690 or 7255216. OLE color: 7255216.
HSL color Cylindrical-coordinate representation of color #B0B46E: hue angle of 63.43º 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 #B0B46E is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 180 | 110 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.29 |
| HSL | 63.43º | 0.32% | 0.57% | - |
| HSV(B) | 63.43º | 0.39% | 0.71% | - |
| XYZ | 37.04 | 43 | 21.1 | - |
| YUV | 170.82 | 93.67 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 180 | 110 | 0.02 | 0 | 0.39 | 0.29 | 63.43 | 0.32 | 0.57 |
| Hex | B0 | B4 | 6E | 2 | 0 | 27 | 1D | 3F | 20 | 39 |
| Octal | 260 | 264 | 156 | 2 | 0 | 47 | 35 | 77 | 40 | 71 |
| Binary | 10110000 | 10110100 | 1101110 | 10 | 0 | 100111 | 11101 | 111111 | 100000 | 111001 |
Color Harmonies of #B0B46E
Complementary color
Monochromatic Colors of #B0B46E
Black with #B0B46E
Text Example
Text Example
White with #B0B46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B46E; }
p { color: rgb(176,180,110); }
H1.HeaderClassName
{
color: #B0B46E;
}
.AnyTagClassName
{
color: #B0B46E;
}
</style>
background-color css
<style>
a { background-color: #B0B46E; }
a { background-color: rgb(176,180,110); }
div.DivClassName
{
background-color: #B0B46E;
}
.BgClassName
{
background-color: #B0B46E;
}
</style>
border-color css
<style>
span { border-color: #B0B46E; }
span { border-color: rgb(176,180,110); }
td.TdClassName
{
border-color: #B0B46E;
}
.TagClassName
{
border-color: #B0B46E;
}
</style>