Shades of Dark Khaki #B8B36D
Tints of Dark Khaki #B8B36D
RGB
CMYK
RGB Variations
Color information
#B8B36D (or 0xB8B36D) is known color: Dark Khaki. HEX triplet: B8, B3 and 6D. RGB value is (184,179,109). Sum of RGB (Red+Green+Blue) = 184+179+109=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B36D is #474C92. Grayscale: #ACACAC. Windows color (decimal): -4672659 or 7189432. OLE color: 7189432.
HSL color Cylindrical-coordinate representation of color #B8B36D: hue angle of 56º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8B36D is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 179 | 109 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.28 |
| HSL | 56º | 0.35% | 0.57% | - |
| HSV(B) | 56º | 0.41% | 0.72% | - |
| XYZ | 38.65 | 43.53 | 20.83 | - |
| YUV | 172.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 179 | 109 | 0 | 0.03 | 0.41 | 0.28 | 56 | 0.35 | 0.57 |
| Hex | B8 | B3 | 6D | 0 | 3 | 29 | 1C | 38 | 23 | 39 |
| Octal | 270 | 263 | 155 | 0 | 3 | 51 | 34 | 70 | 43 | 71 |
| Binary | 10111000 | 10110011 | 1101101 | 0 | 11 | 101001 | 11100 | 111000 | 100011 | 111001 |
Color Harmonies of #B8B36D
Complementary color
Monochromatic Colors of #B8B36D
Black with #B8B36D
Text Example
Text Example
White with #B8B36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B36D; }
p { color: rgb(184,179,109); }
H1.HeaderClassName
{
color: #B8B36D;
}
.AnyTagClassName
{
color: #B8B36D;
}
</style>
background-color css
<style>
a { background-color: #B8B36D; }
a { background-color: rgb(184,179,109); }
div.DivClassName
{
background-color: #B8B36D;
}
.BgClassName
{
background-color: #B8B36D;
}
</style>
border-color css
<style>
span { border-color: #B8B36D; }
span { border-color: rgb(184,179,109); }
td.TdClassName
{
border-color: #B8B36D;
}
.TagClassName
{
border-color: #B8B36D;
}
</style>