Shades of Dark Khaki #B7B56D
Tints of Dark Khaki #B7B56D
RGB
CMYK
RGB Variations
Color information
#B7B56D (or 0xB7B56D) is known color: Dark Khaki. HEX triplet: B7, B5 and 6D. RGB value is (183,181,109). Sum of RGB (Red+Green+Blue) = 183+181+109=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B56D is #484A92. Grayscale: #ADADAD. Windows color (decimal): -4737683 or 7189943. OLE color: 7189943.
HSL color Cylindrical-coordinate representation of color #B7B56D: hue angle of 58.38º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7B56D is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 181 | 109 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.28 |
| HSL | 58.38º | 0.34% | 0.57% | - |
| HSV(B) | 58.38º | 0.4% | 0.72% | - |
| XYZ | 38.81 | 44.22 | 20.96 | - |
| YUV | 173.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 181 | 109 | 0 | 0.01 | 0.40 | 0.28 | 58.38 | 0.34 | 0.57 |
| Hex | B7 | B5 | 6D | 0 | 1 | 28 | 1C | 3A | 22 | 39 |
| Octal | 267 | 265 | 155 | 0 | 1 | 50 | 34 | 72 | 42 | 71 |
| Binary | 10110111 | 10110101 | 1101101 | 0 | 1 | 101000 | 11100 | 111010 | 100010 | 111001 |
Color Harmonies of #B7B56D
Complementary color
Monochromatic Colors of #B7B56D
Black with #B7B56D
Text Example
Text Example
White with #B7B56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B56D; }
p { color: rgb(183,181,109); }
H1.HeaderClassName
{
color: #B7B56D;
}
.AnyTagClassName
{
color: #B7B56D;
}
</style>
background-color css
<style>
a { background-color: #B7B56D; }
a { background-color: rgb(183,181,109); }
div.DivClassName
{
background-color: #B7B56D;
}
.BgClassName
{
background-color: #B7B56D;
}
</style>
border-color css
<style>
span { border-color: #B7B56D; }
span { border-color: rgb(183,181,109); }
td.TdClassName
{
border-color: #B7B56D;
}
.TagClassName
{
border-color: #B7B56D;
}
</style>