Shades of Dark Khaki #B8B36F
Tints of Dark Khaki #B8B36F
RGB
CMYK
RGB Variations
Color information
#B8B36F (or 0xB8B36F) is known color: Dark Khaki. HEX triplet: B8, B3 and 6F. RGB value is (184,179,111). Sum of RGB (Red+Green+Blue) = 184+179+111=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B36F is #474C90. Grayscale: #ADADAD. Windows color (decimal): -4672657 or 7320504. OLE color: 7320504.
HSL color Cylindrical-coordinate representation of color #B8B36F: hue angle of 55.89º 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 #B8B36F is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 179 | 111 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.28 |
| HSL | 55.89º | 0.34% | 0.58% | - |
| HSV(B) | 55.89º | 0.4% | 0.72% | - |
| XYZ | 38.76 | 43.58 | 21.41 | - |
| YUV | 172.74 | 93.16 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 179 | 111 | 0 | 0.03 | 0.40 | 0.28 | 55.89 | 0.34 | 0.58 |
| Hex | B8 | B3 | 6F | 0 | 3 | 28 | 1C | 38 | 22 | 3A |
| Octal | 270 | 263 | 157 | 0 | 3 | 50 | 34 | 70 | 42 | 72 |
| Binary | 10111000 | 10110011 | 1101111 | 0 | 11 | 101000 | 11100 | 111000 | 100010 | 111010 |
Color Harmonies of #B8B36F
Complementary color
Monochromatic Colors of #B8B36F
Black with #B8B36F
Text Example
Text Example
White with #B8B36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B36F; }
p { color: rgb(184,179,111); }
H1.HeaderClassName
{
color: #B8B36F;
}
.AnyTagClassName
{
color: #B8B36F;
}
</style>
background-color css
<style>
a { background-color: #B8B36F; }
a { background-color: rgb(184,179,111); }
div.DivClassName
{
background-color: #B8B36F;
}
.BgClassName
{
background-color: #B8B36F;
}
</style>
border-color css
<style>
span { border-color: #B8B36F; }
span { border-color: rgb(184,179,111); }
td.TdClassName
{
border-color: #B8B36F;
}
.TagClassName
{
border-color: #B8B36F;
}
</style>