Shades of Dark Khaki #B8B16F
Tints of Dark Khaki #B8B16F
RGB
CMYK
RGB Variations
Color information
#B8B16F (or 0xB8B16F) is known color: Dark Khaki. HEX triplet: B8, B1 and 6F. RGB value is (184,177,111). Sum of RGB (Red+Green+Blue) = 184+177+111=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B16F is #474E90. Grayscale: #ABABAB. Windows color (decimal): -4673169 or 7319992. OLE color: 7319992.
HSL color Cylindrical-coordinate representation of color #B8B16F: hue angle of 54.25º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8B16F is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 177 | 111 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.28 |
| HSL | 54.25º | 0.34% | 0.58% | - |
| HSV(B) | 54.25º | 0.4% | 0.72% | - |
| XYZ | 38.36 | 42.78 | 21.28 | - |
| YUV | 171.57 | 93.82 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 177 | 111 | 0 | 0.04 | 0.40 | 0.28 | 54.25 | 0.34 | 0.58 |
| Hex | B8 | B1 | 6F | 0 | 4 | 28 | 1C | 36 | 22 | 3A |
| Octal | 270 | 261 | 157 | 0 | 4 | 50 | 34 | 66 | 42 | 72 |
| Binary | 10111000 | 10110001 | 1101111 | 0 | 100 | 101000 | 11100 | 110110 | 100010 | 111010 |
Color Harmonies of #B8B16F
Complementary color
Monochromatic Colors of #B8B16F
Black with #B8B16F
Text Example
Text Example
White with #B8B16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B16F; }
p { color: rgb(184,177,111); }
H1.HeaderClassName
{
color: #B8B16F;
}
.AnyTagClassName
{
color: #B8B16F;
}
</style>
background-color css
<style>
a { background-color: #B8B16F; }
a { background-color: rgb(184,177,111); }
div.DivClassName
{
background-color: #B8B16F;
}
.BgClassName
{
background-color: #B8B16F;
}
</style>
border-color css
<style>
span { border-color: #B8B16F; }
span { border-color: rgb(184,177,111); }
td.TdClassName
{
border-color: #B8B16F;
}
.TagClassName
{
border-color: #B8B16F;
}
</style>