Shades of Dark Khaki #B0B375
Tints of Dark Khaki #B0B375
RGB
CMYK
RGB Variations
Color information
#B0B375 (or 0xB0B375) is known color: Dark Khaki. HEX triplet: B0, B3 and 75. RGB value is (176,179,117). Sum of RGB (Red+Green+Blue) = 176+179+117=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B375 is #4F4C8A. Grayscale: #ABABAB. Windows color (decimal): -5196939 or 7713712. OLE color: 7713712.
HSL color Cylindrical-coordinate representation of color #B0B375: hue angle of 62.9º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0B375 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 179 | 117 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.30 |
| HSL | 62.9º | 0.29% | 0.58% | - |
| HSV(B) | 62.9º | 0.35% | 0.7% | - |
| XYZ | 37.24 | 42.75 | 23.12 | - |
| YUV | 171.04 | 97.51 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 179 | 117 | 0.02 | 0 | 0.35 | 0.30 | 62.9 | 0.29 | 0.58 |
| Hex | B0 | B3 | 75 | 2 | 0 | 23 | 1E | 3F | 1D | 3A |
| Octal | 260 | 263 | 165 | 2 | 0 | 43 | 36 | 77 | 35 | 72 |
| Binary | 10110000 | 10110011 | 1110101 | 10 | 0 | 100011 | 11110 | 111111 | 11101 | 111010 |
Color Harmonies of #B0B375
Complementary color
Monochromatic Colors of #B0B375
Black with #B0B375
Text Example
Text Example
White with #B0B375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B375; }
p { color: rgb(176,179,117); }
H1.HeaderClassName
{
color: #B0B375;
}
.AnyTagClassName
{
color: #B0B375;
}
</style>
background-color css
<style>
a { background-color: #B0B375; }
a { background-color: rgb(176,179,117); }
div.DivClassName
{
background-color: #B0B375;
}
.BgClassName
{
background-color: #B0B375;
}
</style>
border-color css
<style>
span { border-color: #B0B375; }
span { border-color: rgb(176,179,117); }
td.TdClassName
{
border-color: #B0B375;
}
.TagClassName
{
border-color: #B0B375;
}
</style>