Shades of Dark Khaki #B7B26A
Tints of Dark Khaki #B7B26A
RGB
CMYK
RGB Variations
Color information
#B7B26A (or 0xB7B26A) is known color: Dark Khaki. HEX triplet: B7, B2 and 6A. RGB value is (183,178,106). Sum of RGB (Red+Green+Blue) = 183+178+106=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B26A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B26A is #484D95. Grayscale: #ABABAB. Windows color (decimal): -4738454 or 6992567. OLE color: 6992567.
HSL color Cylindrical-coordinate representation of color #B7B26A: hue angle of 56.1º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B7B26A is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 178 | 106 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.28 |
| HSL | 56.1º | 0.35% | 0.57% | - |
| HSV(B) | 56.1º | 0.42% | 0.72% | - |
| XYZ | 38.05 | 42.95 | 19.92 | - |
| YUV | 171.29 | 91.16 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 106 | 0 | 0.03 | 0.42 | 0.28 | 56.1 | 0.35 | 0.57 |
| Hex | B7 | B2 | 6A | 0 | 3 | 2A | 1C | 38 | 23 | 39 |
| Octal | 267 | 262 | 152 | 0 | 3 | 52 | 34 | 70 | 43 | 71 |
| Binary | 10110111 | 10110010 | 1101010 | 0 | 11 | 101010 | 11100 | 111000 | 100011 | 111001 |
Color Harmonies of #B7B26A
Complementary color
Monochromatic Colors of #B7B26A
Black with #B7B26A
Text Example
Text Example
White with #B7B26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B26A; }
p { color: rgb(183,178,106); }
H1.HeaderClassName
{
color: #B7B26A;
}
.AnyTagClassName
{
color: #B7B26A;
}
</style>
background-color css
<style>
a { background-color: #B7B26A; }
a { background-color: rgb(183,178,106); }
div.DivClassName
{
background-color: #B7B26A;
}
.BgClassName
{
background-color: #B7B26A;
}
</style>
border-color css
<style>
span { border-color: #B7B26A; }
span { border-color: rgb(183,178,106); }
td.TdClassName
{
border-color: #B7B26A;
}
.TagClassName
{
border-color: #B7B26A;
}
</style>