Shades of Dark Khaki #B7B26F
Tints of Dark Khaki #B7B26F
RGB
CMYK
RGB Variations
Color information
#B7B26F (or 0xB7B26F) is known color: Dark Khaki. HEX triplet: B7, B2 and 6F. RGB value is (183,178,111). Sum of RGB (Red+Green+Blue) = 183+178+111=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B26F is #484D90. Grayscale: #ACACAC. Windows color (decimal): -4738449 or 7320247. OLE color: 7320247.
HSL color Cylindrical-coordinate representation of color #B7B26F: hue angle of 55.83º 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 #B7B26F is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 178 | 111 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.28 |
| HSL | 55.83º | 0.33% | 0.58% | - |
| HSV(B) | 55.83º | 0.39% | 0.72% | - |
| XYZ | 38.32 | 43.06 | 21.33 | - |
| YUV | 171.86 | 93.66 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 111 | 0 | 0.03 | 0.39 | 0.28 | 55.83 | 0.33 | 0.58 |
| Hex | B7 | B2 | 6F | 0 | 3 | 27 | 1C | 38 | 21 | 3A |
| Octal | 267 | 262 | 157 | 0 | 3 | 47 | 34 | 70 | 41 | 72 |
| Binary | 10110111 | 10110010 | 1101111 | 0 | 11 | 100111 | 11100 | 111000 | 100001 | 111010 |
Color Harmonies of #B7B26F
Complementary color
Monochromatic Colors of #B7B26F
Black with #B7B26F
Text Example
Text Example
White with #B7B26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B26F; }
p { color: rgb(183,178,111); }
H1.HeaderClassName
{
color: #B7B26F;
}
.AnyTagClassName
{
color: #B7B26F;
}
</style>
background-color css
<style>
a { background-color: #B7B26F; }
a { background-color: rgb(183,178,111); }
div.DivClassName
{
background-color: #B7B26F;
}
.BgClassName
{
background-color: #B7B26F;
}
</style>
border-color css
<style>
span { border-color: #B7B26F; }
span { border-color: rgb(183,178,111); }
td.TdClassName
{
border-color: #B7B26F;
}
.TagClassName
{
border-color: #B7B26F;
}
</style>