Shades of Dark Khaki #B9B777
Tints of Dark Khaki #B9B777
RGB
CMYK
RGB Variations
Color information
#B9B777 (or 0xB9B777) is known color: Dark Khaki. HEX triplet: B9, B7 and 77. RGB value is (185,183,119). Sum of RGB (Red+Green+Blue) = 185+183+119=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B777 is #464888. Grayscale: #B0B0B0. Windows color (decimal): -4606089 or 7845817. OLE color: 7845817.
HSL color Cylindrical-coordinate representation of color #B9B777: hue angle of 58.18º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9B777 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 183 | 119 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.27 |
| HSL | 58.18º | 0.32% | 0.6% | - |
| HSV(B) | 58.18º | 0.36% | 0.73% | - |
| XYZ | 40.27 | 45.51 | 24.12 | - |
| YUV | 176.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 183 | 119 | 0 | 0.01 | 0.36 | 0.27 | 58.18 | 0.32 | 0.6 |
| Hex | B9 | B7 | 77 | 0 | 1 | 24 | 1B | 3A | 20 | 3C |
| Octal | 271 | 267 | 167 | 0 | 1 | 44 | 33 | 72 | 40 | 74 |
| Binary | 10111001 | 10110111 | 1110111 | 0 | 1 | 100100 | 11011 | 111010 | 100000 | 111100 |
Color Harmonies of #B9B777
Complementary color
Monochromatic Colors of #B9B777
Black with #B9B777
Text Example
Text Example
White with #B9B777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B777; }
p { color: rgb(185,183,119); }
H1.HeaderClassName
{
color: #B9B777;
}
.AnyTagClassName
{
color: #B9B777;
}
</style>
background-color css
<style>
a { background-color: #B9B777; }
a { background-color: rgb(185,183,119); }
div.DivClassName
{
background-color: #B9B777;
}
.BgClassName
{
background-color: #B9B777;
}
</style>
border-color css
<style>
span { border-color: #B9B777; }
span { border-color: rgb(185,183,119); }
td.TdClassName
{
border-color: #B9B777;
}
.TagClassName
{
border-color: #B9B777;
}
</style>