Shades of Dark Khaki #B8B36E
Tints of Dark Khaki #B8B36E
RGB
CMYK
RGB Variations
Color information
#B8B36E (or 0xB8B36E) is known color: Dark Khaki. HEX triplet: B8, B3 and 6E. RGB value is (184,179,110). Sum of RGB (Red+Green+Blue) = 184+179+110=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B36E is #474C91. Grayscale: #ACACAC. Windows color (decimal): -4672658 or 7254968. OLE color: 7254968.
HSL color Cylindrical-coordinate representation of color #B8B36E: hue angle of 55.95º 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 #B8B36E is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 179 | 110 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.28 |
| HSL | 55.95º | 0.34% | 0.58% | - |
| HSV(B) | 55.95º | 0.4% | 0.72% | - |
| XYZ | 38.7 | 43.56 | 21.12 | - |
| YUV | 172.63 | 92.66 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 179 | 110 | 0 | 0.03 | 0.40 | 0.28 | 55.95 | 0.34 | 0.58 |
| Hex | B8 | B3 | 6E | 0 | 3 | 28 | 1C | 38 | 22 | 3A |
| Octal | 270 | 263 | 156 | 0 | 3 | 50 | 34 | 70 | 42 | 72 |
| Binary | 10111000 | 10110011 | 1101110 | 0 | 11 | 101000 | 11100 | 111000 | 100010 | 111010 |
Color Harmonies of #B8B36E
Complementary color
Monochromatic Colors of #B8B36E
Black with #B8B36E
Text Example
Text Example
White with #B8B36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B36E; }
p { color: rgb(184,179,110); }
H1.HeaderClassName
{
color: #B8B36E;
}
.AnyTagClassName
{
color: #B8B36E;
}
</style>
background-color css
<style>
a { background-color: #B8B36E; }
a { background-color: rgb(184,179,110); }
div.DivClassName
{
background-color: #B8B36E;
}
.BgClassName
{
background-color: #B8B36E;
}
</style>
border-color css
<style>
span { border-color: #B8B36E; }
span { border-color: rgb(184,179,110); }
td.TdClassName
{
border-color: #B8B36E;
}
.TagClassName
{
border-color: #B8B36E;
}
</style>