Shades of Dark Khaki #B1B771
Tints of Dark Khaki #B1B771
RGB
CMYK
RGB Variations
Color information
#B1B771 (or 0xB1B771) is known color: Dark Khaki. HEX triplet: B1, B7 and 71. RGB value is (177,183,113). Sum of RGB (Red+Green+Blue) = 177+183+113=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B771 is #4E488E. Grayscale: #ADADAD. Windows color (decimal): -5130383 or 7452593. OLE color: 7452593.
HSL color Cylindrical-coordinate representation of color #B1B771: hue angle of 65.14º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1B771 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 183 | 113 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.28 |
| HSL | 65.14º | 0.33% | 0.58% | - |
| HSV(B) | 65.14º | 0.38% | 0.72% | - |
| XYZ | 38.05 | 44.41 | 22.19 | - |
| YUV | 173.23 | 94.01 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 183 | 113 | 0.03 | 0 | 0.38 | 0.28 | 65.14 | 0.33 | 0.58 |
| Hex | B1 | B7 | 71 | 3 | 0 | 26 | 1C | 41 | 21 | 3A |
| Octal | 261 | 267 | 161 | 3 | 0 | 46 | 34 | 101 | 41 | 72 |
| Binary | 10110001 | 10110111 | 1110001 | 11 | 0 | 100110 | 11100 | 1000001 | 100001 | 111010 |
Color Harmonies of #B1B771
Complementary color
Monochromatic Colors of #B1B771
Black with #B1B771
Text Example
Text Example
White with #B1B771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B771; }
p { color: rgb(177,183,113); }
H1.HeaderClassName
{
color: #B1B771;
}
.AnyTagClassName
{
color: #B1B771;
}
</style>
background-color css
<style>
a { background-color: #B1B771; }
a { background-color: rgb(177,183,113); }
div.DivClassName
{
background-color: #B1B771;
}
.BgClassName
{
background-color: #B1B771;
}
</style>
border-color css
<style>
span { border-color: #B1B771; }
span { border-color: rgb(177,183,113); }
td.TdClassName
{
border-color: #B1B771;
}
.TagClassName
{
border-color: #B1B771;
}
</style>