Shades of Dark Khaki #B7B26C
Tints of Dark Khaki #B7B26C
RGB
CMYK
RGB Variations
Color information
#B7B26C (or 0xB7B26C) is known color: Dark Khaki. HEX triplet: B7, B2 and 6C. RGB value is (183,178,108). Sum of RGB (Red+Green+Blue) = 183+178+108=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B26C is #484D93. Grayscale: #ABABAB. Windows color (decimal): -4738452 or 7123639. OLE color: 7123639.
HSL color Cylindrical-coordinate representation of color #B7B26C: hue angle of 56º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B7B26C is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 178 | 108 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.28 |
| HSL | 56º | 0.34% | 0.57% | - |
| HSV(B) | 56º | 0.41% | 0.72% | - |
| XYZ | 38.16 | 42.99 | 20.47 | - |
| YUV | 171.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 108 | 0 | 0.03 | 0.41 | 0.28 | 56 | 0.34 | 0.57 |
| Hex | B7 | B2 | 6C | 0 | 3 | 29 | 1C | 38 | 22 | 39 |
| Octal | 267 | 262 | 154 | 0 | 3 | 51 | 34 | 70 | 42 | 71 |
| Binary | 10110111 | 10110010 | 1101100 | 0 | 11 | 101001 | 11100 | 111000 | 100010 | 111001 |
Color Harmonies of #B7B26C
Complementary color
Monochromatic Colors of #B7B26C
Black with #B7B26C
Text Example
Text Example
White with #B7B26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B26C; }
p { color: rgb(183,178,108); }
H1.HeaderClassName
{
color: #B7B26C;
}
.AnyTagClassName
{
color: #B7B26C;
}
</style>
background-color css
<style>
a { background-color: #B7B26C; }
a { background-color: rgb(183,178,108); }
div.DivClassName
{
background-color: #B7B26C;
}
.BgClassName
{
background-color: #B7B26C;
}
</style>
border-color css
<style>
span { border-color: #B7B26C; }
span { border-color: rgb(183,178,108); }
td.TdClassName
{
border-color: #B7B26C;
}
.TagClassName
{
border-color: #B7B26C;
}
</style>