Shades of Dark Khaki #B7B572
Tints of Dark Khaki #B7B572
RGB
CMYK
RGB Variations
Color information
#B7B572 (or 0xB7B572) is known color: Dark Khaki. HEX triplet: B7, B5 and 72. RGB value is (183,181,114). Sum of RGB (Red+Green+Blue) = 183+181+114=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B572 is #484A8D. Grayscale: #AEAEAE. Windows color (decimal): -4737678 or 7517623. OLE color: 7517623.
HSL color Cylindrical-coordinate representation of color #B7B572: hue angle of 58.26º 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 #B7B572 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 181 | 114 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.28 |
| HSL | 58.26º | 0.32% | 0.58% | - |
| HSV(B) | 58.26º | 0.38% | 0.72% | - |
| XYZ | 39.09 | 44.33 | 22.42 | - |
| YUV | 173.96 | 94.16 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 181 | 114 | 0 | 0.01 | 0.38 | 0.28 | 58.26 | 0.32 | 0.58 |
| Hex | B7 | B5 | 72 | 0 | 1 | 26 | 1C | 3A | 20 | 3A |
| Octal | 267 | 265 | 162 | 0 | 1 | 46 | 34 | 72 | 40 | 72 |
| Binary | 10110111 | 10110101 | 1110010 | 0 | 1 | 100110 | 11100 | 111010 | 100000 | 111010 |
Color Harmonies of #B7B572
Complementary color
Monochromatic Colors of #B7B572
Black with #B7B572
Text Example
Text Example
White with #B7B572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B572; }
p { color: rgb(183,181,114); }
H1.HeaderClassName
{
color: #B7B572;
}
.AnyTagClassName
{
color: #B7B572;
}
</style>
background-color css
<style>
a { background-color: #B7B572; }
a { background-color: rgb(183,181,114); }
div.DivClassName
{
background-color: #B7B572;
}
.BgClassName
{
background-color: #B7B572;
}
</style>
border-color css
<style>
span { border-color: #B7B572; }
span { border-color: rgb(183,181,114); }
td.TdClassName
{
border-color: #B7B572;
}
.TagClassName
{
border-color: #B7B572;
}
</style>