Shades of Dark Khaki #B7B170
Tints of Dark Khaki #B7B170
RGB
CMYK
RGB Variations
Color information
#B7B170 (or 0xB7B170) is known color: Dark Khaki. HEX triplet: B7, B1 and 70. RGB value is (183,177,112). Sum of RGB (Red+Green+Blue) = 183+177+112=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B170 is #484E8F. Grayscale: #ABABAB. Windows color (decimal): -4738704 or 7385527. OLE color: 7385527.
HSL color Cylindrical-coordinate representation of color #B7B170: hue angle of 54.93º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7B170 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 177 | 112 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.28 |
| HSL | 54.93º | 0.33% | 0.58% | - |
| HSV(B) | 54.93º | 0.39% | 0.72% | - |
| XYZ | 38.18 | 42.68 | 21.56 | - |
| YUV | 171.38 | 94.49 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 112 | 0 | 0.03 | 0.39 | 0.28 | 54.93 | 0.33 | 0.58 |
| Hex | B7 | B1 | 70 | 0 | 3 | 27 | 1C | 37 | 21 | 3A |
| Octal | 267 | 261 | 160 | 0 | 3 | 47 | 34 | 67 | 41 | 72 |
| Binary | 10110111 | 10110001 | 1110000 | 0 | 11 | 100111 | 11100 | 110111 | 100001 | 111010 |
Color Harmonies of #B7B170
Complementary color
Monochromatic Colors of #B7B170
Black with #B7B170
Text Example
Text Example
White with #B7B170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B170; }
p { color: rgb(183,177,112); }
H1.HeaderClassName
{
color: #B7B170;
}
.AnyTagClassName
{
color: #B7B170;
}
</style>
background-color css
<style>
a { background-color: #B7B170; }
a { background-color: rgb(183,177,112); }
div.DivClassName
{
background-color: #B7B170;
}
.BgClassName
{
background-color: #B7B170;
}
</style>
border-color css
<style>
span { border-color: #B7B170; }
span { border-color: rgb(183,177,112); }
td.TdClassName
{
border-color: #B7B170;
}
.TagClassName
{
border-color: #B7B170;
}
</style>