Shades of Dark Khaki #B7B272
Tints of Dark Khaki #B7B272
RGB
CMYK
RGB Variations
Color information
#B7B272 (or 0xB7B272) is known color: Dark Khaki. HEX triplet: B7, B2 and 72. RGB value is (183,178,114). Sum of RGB (Red+Green+Blue) = 183+178+114=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B272 is #484D8D. Grayscale: #ACACAC. Windows color (decimal): -4738446 or 7516855. OLE color: 7516855.
HSL color Cylindrical-coordinate representation of color #B7B272: hue angle of 55.65º 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 #B7B272 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 178 | 114 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.28 |
| HSL | 55.65º | 0.32% | 0.58% | - |
| HSV(B) | 55.65º | 0.38% | 0.72% | - |
| XYZ | 38.49 | 43.12 | 22.21 | - |
| YUV | 172.2 | 95.16 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 114 | 0 | 0.03 | 0.38 | 0.28 | 55.65 | 0.32 | 0.58 |
| Hex | B7 | B2 | 72 | 0 | 3 | 26 | 1C | 38 | 20 | 3A |
| Octal | 267 | 262 | 162 | 0 | 3 | 46 | 34 | 70 | 40 | 72 |
| Binary | 10110111 | 10110010 | 1110010 | 0 | 11 | 100110 | 11100 | 111000 | 100000 | 111010 |
Color Harmonies of #B7B272
Complementary color
Monochromatic Colors of #B7B272
Black with #B7B272
Text Example
Text Example
White with #B7B272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B272; }
p { color: rgb(183,178,114); }
H1.HeaderClassName
{
color: #B7B272;
}
.AnyTagClassName
{
color: #B7B272;
}
</style>
background-color css
<style>
a { background-color: #B7B272; }
a { background-color: rgb(183,178,114); }
div.DivClassName
{
background-color: #B7B272;
}
.BgClassName
{
background-color: #B7B272;
}
</style>
border-color css
<style>
span { border-color: #B7B272; }
span { border-color: rgb(183,178,114); }
td.TdClassName
{
border-color: #B7B272;
}
.TagClassName
{
border-color: #B7B272;
}
</style>