Shades of Dark Khaki #B8B16B
Tints of Dark Khaki #B8B16B
RGB
CMYK
RGB Variations
Color information
#B8B16B (or 0xB8B16B) is known color: Dark Khaki. HEX triplet: B8, B1 and 6B. RGB value is (184,177,107). Sum of RGB (Red+Green+Blue) = 184+177+107=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B16B is #474E94. Grayscale: #ABABAB. Windows color (decimal): -4673173 or 7057848. OLE color: 7057848.
HSL color Cylindrical-coordinate representation of color #B8B16B: hue angle of 54.55º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B8B16B is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 177 | 107 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.28 |
| HSL | 54.55º | 0.35% | 0.57% | - |
| HSV(B) | 54.55º | 0.42% | 0.72% | - |
| XYZ | 38.14 | 42.7 | 20.14 | - |
| YUV | 171.11 | 91.82 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 177 | 107 | 0 | 0.04 | 0.42 | 0.28 | 54.55 | 0.35 | 0.57 |
| Hex | B8 | B1 | 6B | 0 | 4 | 2A | 1C | 37 | 23 | 39 |
| Octal | 270 | 261 | 153 | 0 | 4 | 52 | 34 | 67 | 43 | 71 |
| Binary | 10111000 | 10110001 | 1101011 | 0 | 100 | 101010 | 11100 | 110111 | 100011 | 111001 |
Color Harmonies of #B8B16B
Complementary color
Monochromatic Colors of #B8B16B
Black with #B8B16B
Text Example
Text Example
White with #B8B16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B16B; }
p { color: rgb(184,177,107); }
H1.HeaderClassName
{
color: #B8B16B;
}
.AnyTagClassName
{
color: #B8B16B;
}
</style>
background-color css
<style>
a { background-color: #B8B16B; }
a { background-color: rgb(184,177,107); }
div.DivClassName
{
background-color: #B8B16B;
}
.BgClassName
{
background-color: #B8B16B;
}
</style>
border-color css
<style>
span { border-color: #B8B16B; }
span { border-color: rgb(184,177,107); }
td.TdClassName
{
border-color: #B8B16B;
}
.TagClassName
{
border-color: #B8B16B;
}
</style>