Shades of Dark Khaki #B1B870
Tints of Dark Khaki #B1B870
RGB
CMYK
RGB Variations
Color information
#B1B870 (or 0xB1B870) is known color: Dark Khaki. HEX triplet: B1, B8 and 70. RGB value is (177,184,112). Sum of RGB (Red+Green+Blue) = 177+184+112=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B870 is #4E478F. Grayscale: #ADADAD. Windows color (decimal): -5130128 or 7387313. OLE color: 7387313.
HSL color Cylindrical-coordinate representation of color #B1B870: hue angle of 65.83º degrees, saturation: 0.34, 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 #B1B870 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 184 | 112 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.28 |
| HSL | 65.83º | 0.34% | 0.58% | - |
| HSV(B) | 65.83º | 0.39% | 0.72% | - |
| XYZ | 38.2 | 44.8 | 21.96 | - |
| YUV | 173.7 | 93.18 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 184 | 112 | 0.04 | 0 | 0.39 | 0.28 | 65.83 | 0.34 | 0.58 |
| Hex | B1 | B8 | 70 | 4 | 0 | 27 | 1C | 42 | 22 | 3A |
| Octal | 261 | 270 | 160 | 4 | 0 | 47 | 34 | 102 | 42 | 72 |
| Binary | 10110001 | 10111000 | 1110000 | 100 | 0 | 100111 | 11100 | 1000010 | 100010 | 111010 |
Color Harmonies of #B1B870
Complementary color
Monochromatic Colors of #B1B870
Black with #B1B870
Text Example
Text Example
White with #B1B870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B870; }
p { color: rgb(177,184,112); }
H1.HeaderClassName
{
color: #B1B870;
}
.AnyTagClassName
{
color: #B1B870;
}
</style>
background-color css
<style>
a { background-color: #B1B870; }
a { background-color: rgb(177,184,112); }
div.DivClassName
{
background-color: #B1B870;
}
.BgClassName
{
background-color: #B1B870;
}
</style>
border-color css
<style>
span { border-color: #B1B870; }
span { border-color: rgb(177,184,112); }
td.TdClassName
{
border-color: #B1B870;
}
.TagClassName
{
border-color: #B1B870;
}
</style>