Shades of Dark Khaki #B1B177
Tints of Dark Khaki #B1B177
RGB
CMYK
RGB Variations
Color information
#B1B177 (or 0xB1B177) is known color: Dark Khaki. HEX triplet: B1, B1 and 77. RGB value is (177,177,119). Sum of RGB (Red+Green+Blue) = 177+177+119=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B177 is #4E4E88. Grayscale: #AAAAAA. Windows color (decimal): -5131913 or 7844273. OLE color: 7844273.
HSL color Cylindrical-coordinate representation of color #B1B177: hue angle of 60º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B1B177 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 177 | 119 | - |
| CMYK | 0 | 0 | 0.33 | 0.31 |
| HSL | 60º | 0.27% | 0.58% | - |
| HSV(B) | 60º | 0.33% | 0.69% | - |
| XYZ | 37.18 | 42.12 | 23.62 | - |
| YUV | 170.39 | 99 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 177 | 119 | 0 | 0 | 0.33 | 0.31 | 60 | 0.27 | 0.58 |
| Hex | B1 | B1 | 77 | 0 | 0 | 21 | 1F | 3C | 1B | 3A |
| Octal | 261 | 261 | 167 | 0 | 0 | 41 | 37 | 74 | 33 | 72 |
| Binary | 10110001 | 10110001 | 1110111 | 0 | 0 | 100001 | 11111 | 111100 | 11011 | 111010 |
Color Harmonies of #B1B177
Complementary color
Monochromatic Colors of #B1B177
Black with #B1B177
Text Example
Text Example
White with #B1B177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B177; }
p { color: rgb(177,177,119); }
H1.HeaderClassName
{
color: #B1B177;
}
.AnyTagClassName
{
color: #B1B177;
}
</style>
background-color css
<style>
a { background-color: #B1B177; }
a { background-color: rgb(177,177,119); }
div.DivClassName
{
background-color: #B1B177;
}
.BgClassName
{
background-color: #B1B177;
}
</style>
border-color css
<style>
span { border-color: #B1B177; }
span { border-color: rgb(177,177,119); }
td.TdClassName
{
border-color: #B1B177;
}
.TagClassName
{
border-color: #B1B177;
}
</style>