Shades of Dark Khaki #B5B170
Tints of Dark Khaki #B5B170
RGB
CMYK
RGB Variations
Color information
#B5B170 (or 0xB5B170) is known color: Dark Khaki. HEX triplet: B5, B1 and 70. RGB value is (181,177,112). Sum of RGB (Red+Green+Blue) = 181+177+112=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B170 is #4A4E8F. Grayscale: #ABABAB. Windows color (decimal): -4869776 or 7385525. OLE color: 7385525.
HSL color Cylindrical-coordinate representation of color #B5B170: 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 #B5B170 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 177 | 112 | - |
| 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.7 | 42.44 | 21.53 | - |
| YUV | 170.79 | 94.83 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 177 | 112 | 0 | 0.02 | 0.38 | 0.29 | 56.52 | 0.32 | 0.57 |
| Hex | B5 | B1 | 70 | 0 | 2 | 26 | 1D | 39 | 20 | 39 |
| Octal | 265 | 261 | 160 | 0 | 2 | 46 | 35 | 71 | 40 | 71 |
| Binary | 10110101 | 10110001 | 1110000 | 0 | 10 | 100110 | 11101 | 111001 | 100000 | 111001 |
Color Harmonies of #B5B170
Complementary color
Monochromatic Colors of #B5B170
Black with #B5B170
Text Example
Text Example
White with #B5B170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B170; }
p { color: rgb(181,177,112); }
H1.HeaderClassName
{
color: #B5B170;
}
.AnyTagClassName
{
color: #B5B170;
}
</style>
background-color css
<style>
a { background-color: #B5B170; }
a { background-color: rgb(181,177,112); }
div.DivClassName
{
background-color: #B5B170;
}
.BgClassName
{
background-color: #B5B170;
}
</style>
border-color css
<style>
span { border-color: #B5B170; }
span { border-color: rgb(181,177,112); }
td.TdClassName
{
border-color: #B5B170;
}
.TagClassName
{
border-color: #B5B170;
}
</style>