Shades of Dark Khaki #B1B075
Tints of Dark Khaki #B1B075
RGB
CMYK
RGB Variations
Color information
#B1B075 (or 0xB1B075) is known color: Dark Khaki. HEX triplet: B1, B0 and 75. RGB value is (177,176,117). Sum of RGB (Red+Green+Blue) = 177+176+117=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B075 is #4E4F8A. Grayscale: #A9A9A9. Windows color (decimal): -5132171 or 7712945. OLE color: 7712945.
HSL color Cylindrical-coordinate representation of color #B1B075: hue angle of 59º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1B075 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 176 | 117 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.31 |
| HSL | 59º | 0.28% | 0.58% | - |
| HSV(B) | 59º | 0.34% | 0.69% | - |
| XYZ | 36.87 | 41.68 | 22.93 | - |
| YUV | 169.57 | 98.33 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 176 | 117 | 0 | 0.01 | 0.34 | 0.31 | 59 | 0.28 | 0.58 |
| Hex | B1 | B0 | 75 | 0 | 1 | 22 | 1F | 3B | 1C | 3A |
| Octal | 261 | 260 | 165 | 0 | 1 | 42 | 37 | 73 | 34 | 72 |
| Binary | 10110001 | 10110000 | 1110101 | 0 | 1 | 100010 | 11111 | 111011 | 11100 | 111010 |
Color Harmonies of #B1B075
Complementary color
Monochromatic Colors of #B1B075
Black with #B1B075
Text Example
Text Example
White with #B1B075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B075; }
p { color: rgb(177,176,117); }
H1.HeaderClassName
{
color: #B1B075;
}
.AnyTagClassName
{
color: #B1B075;
}
</style>
background-color css
<style>
a { background-color: #B1B075; }
a { background-color: rgb(177,176,117); }
div.DivClassName
{
background-color: #B1B075;
}
.BgClassName
{
background-color: #B1B075;
}
</style>
border-color css
<style>
span { border-color: #B1B075; }
span { border-color: rgb(177,176,117); }
td.TdClassName
{
border-color: #B1B075;
}
.TagClassName
{
border-color: #B1B075;
}
</style>