Shades of Dark Khaki #B1B16B
Tints of Dark Khaki #B1B16B
RGB
CMYK
RGB Variations
Color information
#B1B16B (or 0xB1B16B) is known color: Dark Khaki. HEX triplet: B1, B1 and 6B. RGB value is (177,177,107). Sum of RGB (Red+Green+Blue) = 177+177+107=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B16B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B16B is #4E4E94. Grayscale: #A9A9A9. Windows color (decimal): -5131925 or 7057841. OLE color: 7057841.
HSL color Cylindrical-coordinate representation of color #B1B16B: hue angle of 60º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1B16B is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 177 | 107 | - |
| CMYK | 0 | 0 | 0.40 | 0.31 |
| HSL | 60º | 0.31% | 0.56% | - |
| HSV(B) | 60º | 0.4% | 0.69% | - |
| XYZ | 36.51 | 41.85 | 20.06 | - |
| YUV | 169.02 | 93 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 177 | 107 | 0 | 0 | 0.40 | 0.31 | 60 | 0.31 | 0.56 |
| Hex | B1 | B1 | 6B | 0 | 0 | 28 | 1F | 3C | 1F | 38 |
| Octal | 261 | 261 | 153 | 0 | 0 | 50 | 37 | 74 | 37 | 70 |
| Binary | 10110001 | 10110001 | 1101011 | 0 | 0 | 101000 | 11111 | 111100 | 11111 | 111000 |
Color Harmonies of #B1B16B
Complementary color
Monochromatic Colors of #B1B16B
Black with #B1B16B
Text Example
Text Example
White with #B1B16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B16B; }
p { color: rgb(177,177,107); }
H1.HeaderClassName
{
color: #B1B16B;
}
.AnyTagClassName
{
color: #B1B16B;
}
</style>
background-color css
<style>
a { background-color: #B1B16B; }
a { background-color: rgb(177,177,107); }
div.DivClassName
{
background-color: #B1B16B;
}
.BgClassName
{
background-color: #B1B16B;
}
</style>
border-color css
<style>
span { border-color: #B1B16B; }
span { border-color: rgb(177,177,107); }
td.TdClassName
{
border-color: #B1B16B;
}
.TagClassName
{
border-color: #B1B16B;
}
</style>