Shades of Dark Khaki #B7B671
Tints of Dark Khaki #B7B671
RGB
CMYK
RGB Variations
Color information
#B7B671 (or 0xB7B671) is known color: Dark Khaki. HEX triplet: B7, B6 and 71. RGB value is (183,182,113). Sum of RGB (Red+Green+Blue) = 183+182+113=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B671 is #48498E. Grayscale: #AEAEAE. Windows color (decimal): -4737423 or 7452343. OLE color: 7452343.
HSL color Cylindrical-coordinate representation of color #B7B671: hue angle of 59.14º degrees, saturation: 0.33, 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 #B7B671 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 182 | 113 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.28 |
| HSL | 59.14º | 0.33% | 0.58% | - |
| HSV(B) | 59.14º | 0.38% | 0.72% | - |
| XYZ | 39.24 | 44.72 | 22.19 | - |
| YUV | 174.43 | 93.33 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 182 | 113 | 0 | 0.01 | 0.38 | 0.28 | 59.14 | 0.33 | 0.58 |
| Hex | B7 | B6 | 71 | 0 | 1 | 26 | 1C | 3B | 21 | 3A |
| Octal | 267 | 266 | 161 | 0 | 1 | 46 | 34 | 73 | 41 | 72 |
| Binary | 10110111 | 10110110 | 1110001 | 0 | 1 | 100110 | 11100 | 111011 | 100001 | 111010 |
Color Harmonies of #B7B671
Complementary color
Monochromatic Colors of #B7B671
Black with #B7B671
Text Example
Text Example
White with #B7B671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B671; }
p { color: rgb(183,182,113); }
H1.HeaderClassName
{
color: #B7B671;
}
.AnyTagClassName
{
color: #B7B671;
}
</style>
background-color css
<style>
a { background-color: #B7B671; }
a { background-color: rgb(183,182,113); }
div.DivClassName
{
background-color: #B7B671;
}
.BgClassName
{
background-color: #B7B671;
}
</style>
border-color css
<style>
span { border-color: #B7B671; }
span { border-color: rgb(183,182,113); }
td.TdClassName
{
border-color: #B7B671;
}
.TagClassName
{
border-color: #B7B671;
}
</style>