Shades of Dark Khaki #B1B470
Tints of Dark Khaki #B1B470
RGB
CMYK
RGB Variations
Color information
#B1B470 (or 0xB1B470) is known color: Dark Khaki. HEX triplet: B1, B4 and 70. RGB value is (177,180,112). Sum of RGB (Red+Green+Blue) = 177+180+112=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B470 is #4E4B8F. Grayscale: #ABABAB. Windows color (decimal): -5131152 or 7386289. OLE color: 7386289.
HSL color Cylindrical-coordinate representation of color #B1B470: hue angle of 62.65º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1B470 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 180 | 112 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.29 |
| HSL | 62.65º | 0.31% | 0.57% | - |
| HSV(B) | 62.65º | 0.38% | 0.71% | - |
| XYZ | 37.38 | 43.16 | 21.69 | - |
| YUV | 171.35 | 94.51 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 180 | 112 | 0.02 | 0 | 0.38 | 0.29 | 62.65 | 0.31 | 0.57 |
| Hex | B1 | B4 | 70 | 2 | 0 | 26 | 1D | 3F | 1F | 39 |
| Octal | 261 | 264 | 160 | 2 | 0 | 46 | 35 | 77 | 37 | 71 |
| Binary | 10110001 | 10110100 | 1110000 | 10 | 0 | 100110 | 11101 | 111111 | 11111 | 111001 |
Color Harmonies of #B1B470
Complementary color
Monochromatic Colors of #B1B470
Black with #B1B470
Text Example
Text Example
White with #B1B470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B470; }
p { color: rgb(177,180,112); }
H1.HeaderClassName
{
color: #B1B470;
}
.AnyTagClassName
{
color: #B1B470;
}
</style>
background-color css
<style>
a { background-color: #B1B470; }
a { background-color: rgb(177,180,112); }
div.DivClassName
{
background-color: #B1B470;
}
.BgClassName
{
background-color: #B1B470;
}
</style>
border-color css
<style>
span { border-color: #B1B470; }
span { border-color: rgb(177,180,112); }
td.TdClassName
{
border-color: #B1B470;
}
.TagClassName
{
border-color: #B1B470;
}
</style>