Shades of Dark Khaki #B1B471
Tints of Dark Khaki #B1B471
RGB
CMYK
RGB Variations
Color information
#B1B471 (or 0xB1B471) is known color: Dark Khaki. HEX triplet: B1, B4 and 71. RGB value is (177,180,113). Sum of RGB (Red+Green+Blue) = 177+180+113=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B471 is #4E4B8E. Grayscale: #ABABAB. Windows color (decimal): -5131151 or 7451825. OLE color: 7451825.
HSL color Cylindrical-coordinate representation of color #B1B471: hue angle of 62.69º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B1B471 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 180 | 113 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.29 |
| HSL | 62.69º | 0.31% | 0.57% | - |
| HSV(B) | 62.69º | 0.37% | 0.71% | - |
| XYZ | 37.43 | 43.18 | 21.98 | - |
| YUV | 171.47 | 95.01 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 180 | 113 | 0.02 | 0 | 0.37 | 0.29 | 62.69 | 0.31 | 0.57 |
| Hex | B1 | B4 | 71 | 2 | 0 | 25 | 1D | 3F | 1F | 39 |
| Octal | 261 | 264 | 161 | 2 | 0 | 45 | 35 | 77 | 37 | 71 |
| Binary | 10110001 | 10110100 | 1110001 | 10 | 0 | 100101 | 11101 | 111111 | 11111 | 111001 |
Color Harmonies of #B1B471
Complementary color
Monochromatic Colors of #B1B471
Black with #B1B471
Text Example
Text Example
White with #B1B471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B471; }
p { color: rgb(177,180,113); }
H1.HeaderClassName
{
color: #B1B471;
}
.AnyTagClassName
{
color: #B1B471;
}
</style>
background-color css
<style>
a { background-color: #B1B471; }
a { background-color: rgb(177,180,113); }
div.DivClassName
{
background-color: #B1B471;
}
.BgClassName
{
background-color: #B1B471;
}
</style>
border-color css
<style>
span { border-color: #B1B471; }
span { border-color: rgb(177,180,113); }
td.TdClassName
{
border-color: #B1B471;
}
.TagClassName
{
border-color: #B1B471;
}
</style>