Shades of Dark Khaki #B1B06F
Tints of Dark Khaki #B1B06F
RGB
CMYK
RGB Variations
Color information
#B1B06F (or 0xB1B06F) is known color: Dark Khaki. HEX triplet: B1, B0 and 6F. RGB value is (177,176,111). Sum of RGB (Red+Green+Blue) = 177+176+111=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B06F is #4E4F90. Grayscale: #A9A9A9. Windows color (decimal): -5132177 or 7319729. OLE color: 7319729.
HSL color Cylindrical-coordinate representation of color #B1B06F: hue angle of 59.09º 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 #B1B06F is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 176 | 111 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.31 |
| HSL | 59.09º | 0.3% | 0.56% | - |
| HSV(B) | 59.09º | 0.37% | 0.69% | - |
| XYZ | 36.53 | 41.55 | 21.13 | - |
| YUV | 168.89 | 95.33 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 176 | 111 | 0 | 0.01 | 0.37 | 0.31 | 59.09 | 0.3 | 0.56 |
| Hex | B1 | B0 | 6F | 0 | 1 | 25 | 1F | 3B | 1E | 38 |
| Octal | 261 | 260 | 157 | 0 | 1 | 45 | 37 | 73 | 36 | 70 |
| Binary | 10110001 | 10110000 | 1101111 | 0 | 1 | 100101 | 11111 | 111011 | 11110 | 111000 |
Color Harmonies of #B1B06F
Complementary color
Monochromatic Colors of #B1B06F
Black with #B1B06F
Text Example
Text Example
White with #B1B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B06F; }
p { color: rgb(177,176,111); }
H1.HeaderClassName
{
color: #B1B06F;
}
.AnyTagClassName
{
color: #B1B06F;
}
</style>
background-color css
<style>
a { background-color: #B1B06F; }
a { background-color: rgb(177,176,111); }
div.DivClassName
{
background-color: #B1B06F;
}
.BgClassName
{
background-color: #B1B06F;
}
</style>
border-color css
<style>
span { border-color: #B1B06F; }
span { border-color: rgb(177,176,111); }
td.TdClassName
{
border-color: #B1B06F;
}
.TagClassName
{
border-color: #B1B06F;
}
</style>