Shades of Dark Khaki #B1B16F
Tints of Dark Khaki #B1B16F
RGB
CMYK
RGB Variations
Color information
#B1B16F (or 0xB1B16F) is known color: Dark Khaki. HEX triplet: B1, B1 and 6F. RGB value is (177,177,111). Sum of RGB (Red+Green+Blue) = 177+177+111=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B16F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B16F is #4E4E90. Grayscale: #A9A9A9. Windows color (decimal): -5131921 or 7319985. OLE color: 7319985.
HSL color Cylindrical-coordinate representation of color #B1B16F: hue angle of 60º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B1B16F is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 177 | 111 | - |
| CMYK | 0 | 0 | 0.37 | 0.31 |
| HSL | 60º | 0.3% | 0.56% | - |
| HSV(B) | 60º | 0.37% | 0.69% | - |
| XYZ | 36.72 | 41.94 | 21.2 | - |
| YUV | 169.48 | 95 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 177 | 111 | 0 | 0 | 0.37 | 0.31 | 60 | 0.3 | 0.56 |
| Hex | B1 | B1 | 6F | 0 | 0 | 25 | 1F | 3C | 1E | 38 |
| Octal | 261 | 261 | 157 | 0 | 0 | 45 | 37 | 74 | 36 | 70 |
| Binary | 10110001 | 10110001 | 1101111 | 0 | 0 | 100101 | 11111 | 111100 | 11110 | 111000 |
Color Harmonies of #B1B16F
Complementary color
Monochromatic Colors of #B1B16F
Black with #B1B16F
Text Example
Text Example
White with #B1B16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B16F; }
p { color: rgb(177,177,111); }
H1.HeaderClassName
{
color: #B1B16F;
}
.AnyTagClassName
{
color: #B1B16F;
}
</style>
background-color css
<style>
a { background-color: #B1B16F; }
a { background-color: rgb(177,177,111); }
div.DivClassName
{
background-color: #B1B16F;
}
.BgClassName
{
background-color: #B1B16F;
}
</style>
border-color css
<style>
span { border-color: #B1B16F; }
span { border-color: rgb(177,177,111); }
td.TdClassName
{
border-color: #B1B16F;
}
.TagClassName
{
border-color: #B1B16F;
}
</style>