Shades of Dark Khaki #B7B673
Tints of Dark Khaki #B7B673
RGB
CMYK
RGB Variations
Color information
#B7B673 (or 0xB7B673) is known color: Dark Khaki. HEX triplet: B7, B6 and 73. RGB value is (183,182,115). Sum of RGB (Red+Green+Blue) = 183+182+115=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B673 is #48498C. Grayscale: #AEAEAE. Windows color (decimal): -4737421 or 7583415. OLE color: 7583415.
HSL color Cylindrical-coordinate representation of color #B7B673: hue angle of 59.12º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7B673 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 182 | 115 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.28 |
| HSL | 59.12º | 0.32% | 0.58% | - |
| HSV(B) | 59.12º | 0.37% | 0.72% | - |
| XYZ | 39.35 | 44.76 | 22.79 | - |
| YUV | 174.66 | 94.33 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 182 | 115 | 0 | 0.01 | 0.37 | 0.28 | 59.12 | 0.32 | 0.58 |
| Hex | B7 | B6 | 73 | 0 | 1 | 25 | 1C | 3B | 20 | 3A |
| Octal | 267 | 266 | 163 | 0 | 1 | 45 | 34 | 73 | 40 | 72 |
| Binary | 10110111 | 10110110 | 1110011 | 0 | 1 | 100101 | 11100 | 111011 | 100000 | 111010 |
Color Harmonies of #B7B673
Complementary color
Monochromatic Colors of #B7B673
Black with #B7B673
Text Example
Text Example
White with #B7B673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B673; }
p { color: rgb(183,182,115); }
H1.HeaderClassName
{
color: #B7B673;
}
.AnyTagClassName
{
color: #B7B673;
}
</style>
background-color css
<style>
a { background-color: #B7B673; }
a { background-color: rgb(183,182,115); }
div.DivClassName
{
background-color: #B7B673;
}
.BgClassName
{
background-color: #B7B673;
}
</style>
border-color css
<style>
span { border-color: #B7B673; }
span { border-color: rgb(183,182,115); }
td.TdClassName
{
border-color: #B7B673;
}
.TagClassName
{
border-color: #B7B673;
}
</style>