Shades of Dark Khaki #B7B16F
Tints of Dark Khaki #B7B16F
RGB
CMYK
RGB Variations
Color information
#B7B16F (or 0xB7B16F) is known color: Dark Khaki. HEX triplet: B7, B1 and 6F. RGB value is (183,177,111). Sum of RGB (Red+Green+Blue) = 183+177+111=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B16F is #484E90. Grayscale: #ABABAB. Windows color (decimal): -4738705 or 7319991. OLE color: 7319991.
HSL color Cylindrical-coordinate representation of color #B7B16F: hue angle of 55º 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 #B7B16F is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 177 | 111 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.28 |
| HSL | 55º | 0.33% | 0.58% | - |
| HSV(B) | 55º | 0.39% | 0.72% | - |
| XYZ | 38.12 | 42.66 | 21.26 | - |
| YUV | 171.27 | 93.99 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 111 | 0 | 0.03 | 0.39 | 0.28 | 55 | 0.33 | 0.58 |
| Hex | B7 | B1 | 6F | 0 | 3 | 27 | 1C | 37 | 21 | 3A |
| Octal | 267 | 261 | 157 | 0 | 3 | 47 | 34 | 67 | 41 | 72 |
| Binary | 10110111 | 10110001 | 1101111 | 0 | 11 | 100111 | 11100 | 110111 | 100001 | 111010 |
Color Harmonies of #B7B16F
Complementary color
Monochromatic Colors of #B7B16F
Black with #B7B16F
Text Example
Text Example
White with #B7B16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B16F; }
p { color: rgb(183,177,111); }
H1.HeaderClassName
{
color: #B7B16F;
}
.AnyTagClassName
{
color: #B7B16F;
}
</style>
background-color css
<style>
a { background-color: #B7B16F; }
a { background-color: rgb(183,177,111); }
div.DivClassName
{
background-color: #B7B16F;
}
.BgClassName
{
background-color: #B7B16F;
}
</style>
border-color css
<style>
span { border-color: #B7B16F; }
span { border-color: rgb(183,177,111); }
td.TdClassName
{
border-color: #B7B16F;
}
.TagClassName
{
border-color: #B7B16F;
}
</style>