Shades of Dark Khaki #B8B06F
Tints of Dark Khaki #B8B06F
RGB
CMYK
RGB Variations
Color information
#B8B06F (or 0xB8B06F) is known color: Dark Khaki. HEX triplet: B8, B0 and 6F. RGB value is (184,176,111). Sum of RGB (Red+Green+Blue) = 184+176+111=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B06F is #474F90. Grayscale: #ABABAB. Windows color (decimal): -4673425 or 7319736. OLE color: 7319736.
HSL color Cylindrical-coordinate representation of color #B8B06F: hue angle of 53.42º 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 #B8B06F is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 176 | 111 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.28 |
| HSL | 53.42º | 0.34% | 0.58% | - |
| HSV(B) | 53.42º | 0.4% | 0.72% | - |
| XYZ | 38.16 | 42.39 | 21.21 | - |
| YUV | 170.98 | 94.15 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 176 | 111 | 0 | 0.04 | 0.40 | 0.28 | 53.42 | 0.34 | 0.58 |
| Hex | B8 | B0 | 6F | 0 | 4 | 28 | 1C | 35 | 22 | 3A |
| Octal | 270 | 260 | 157 | 0 | 4 | 50 | 34 | 65 | 42 | 72 |
| Binary | 10111000 | 10110000 | 1101111 | 0 | 100 | 101000 | 11100 | 110101 | 100010 | 111010 |
Color Harmonies of #B8B06F
Complementary color
Monochromatic Colors of #B8B06F
Black with #B8B06F
Text Example
Text Example
White with #B8B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B06F; }
p { color: rgb(184,176,111); }
H1.HeaderClassName
{
color: #B8B06F;
}
.AnyTagClassName
{
color: #B8B06F;
}
</style>
background-color css
<style>
a { background-color: #B8B06F; }
a { background-color: rgb(184,176,111); }
div.DivClassName
{
background-color: #B8B06F;
}
.BgClassName
{
background-color: #B8B06F;
}
</style>
border-color css
<style>
span { border-color: #B8B06F; }
span { border-color: rgb(184,176,111); }
td.TdClassName
{
border-color: #B8B06F;
}
.TagClassName
{
border-color: #B8B06F;
}
</style>