Shades of Dark Khaki #B7B275
Tints of Dark Khaki #B7B275
RGB
CMYK
RGB Variations
Color information
#B7B275 (or 0xB7B275) is known color: Dark Khaki. HEX triplet: B7, B2 and 75. RGB value is (183,178,117). Sum of RGB (Red+Green+Blue) = 183+178+117=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B275 is #484D8A. Grayscale: #ACACAC. Windows color (decimal): -4738443 or 7713463. OLE color: 7713463.
HSL color Cylindrical-coordinate representation of color #B7B275: hue angle of 55.45º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B7B275 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 178 | 117 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.28 |
| HSL | 55.45º | 0.31% | 0.59% | - |
| HSV(B) | 55.45º | 0.36% | 0.72% | - |
| XYZ | 38.66 | 43.19 | 23.13 | - |
| YUV | 172.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 117 | 0 | 0.03 | 0.36 | 0.28 | 55.45 | 0.31 | 0.59 |
| Hex | B7 | B2 | 75 | 0 | 3 | 24 | 1C | 37 | 1F | 3B |
| Octal | 267 | 262 | 165 | 0 | 3 | 44 | 34 | 67 | 37 | 73 |
| Binary | 10110111 | 10110010 | 1110101 | 0 | 11 | 100100 | 11100 | 110111 | 11111 | 111011 |
Color Harmonies of #B7B275
Complementary color
Monochromatic Colors of #B7B275
Black with #B7B275
Text Example
Text Example
White with #B7B275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B275; }
p { color: rgb(183,178,117); }
H1.HeaderClassName
{
color: #B7B275;
}
.AnyTagClassName
{
color: #B7B275;
}
</style>
background-color css
<style>
a { background-color: #B7B275; }
a { background-color: rgb(183,178,117); }
div.DivClassName
{
background-color: #B7B275;
}
.BgClassName
{
background-color: #B7B275;
}
</style>
border-color css
<style>
span { border-color: #B7B275; }
span { border-color: rgb(183,178,117); }
td.TdClassName
{
border-color: #B7B275;
}
.TagClassName
{
border-color: #B7B275;
}
</style>