Shades of Dark Khaki #B7B172
Tints of Dark Khaki #B7B172
RGB
CMYK
RGB Variations
Color information
#B7B172 (or 0xB7B172) is known color: Dark Khaki. HEX triplet: B7, B1 and 72. RGB value is (183,177,114). Sum of RGB (Red+Green+Blue) = 183+177+114=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B172 is #484E8D. Grayscale: #ABABAB. Windows color (decimal): -4738702 or 7516599. OLE color: 7516599.
HSL color Cylindrical-coordinate representation of color #B7B172: hue angle of 54.78º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B7B172 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 177 | 114 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.28 |
| HSL | 54.78º | 0.32% | 0.58% | - |
| HSV(B) | 54.78º | 0.38% | 0.72% | - |
| XYZ | 38.29 | 42.73 | 22.15 | - |
| YUV | 171.61 | 95.49 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 114 | 0 | 0.03 | 0.38 | 0.28 | 54.78 | 0.32 | 0.58 |
| Hex | B7 | B1 | 72 | 0 | 3 | 26 | 1C | 37 | 20 | 3A |
| Octal | 267 | 261 | 162 | 0 | 3 | 46 | 34 | 67 | 40 | 72 |
| Binary | 10110111 | 10110001 | 1110010 | 0 | 11 | 100110 | 11100 | 110111 | 100000 | 111010 |
Color Harmonies of #B7B172
Complementary color
Monochromatic Colors of #B7B172
Black with #B7B172
Text Example
Text Example
White with #B7B172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B172; }
p { color: rgb(183,177,114); }
H1.HeaderClassName
{
color: #B7B172;
}
.AnyTagClassName
{
color: #B7B172;
}
</style>
background-color css
<style>
a { background-color: #B7B172; }
a { background-color: rgb(183,177,114); }
div.DivClassName
{
background-color: #B7B172;
}
.BgClassName
{
background-color: #B7B172;
}
</style>
border-color css
<style>
span { border-color: #B7B172; }
span { border-color: rgb(183,177,114); }
td.TdClassName
{
border-color: #B7B172;
}
.TagClassName
{
border-color: #B7B172;
}
</style>