Shades of Dark Khaki #B8B16D
Tints of Dark Khaki #B8B16D
RGB
CMYK
RGB Variations
Color information
#B8B16D (or 0xB8B16D) is known color: Dark Khaki. HEX triplet: B8, B1 and 6D. RGB value is (184,177,109). Sum of RGB (Red+Green+Blue) = 184+177+109=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B16D is #474E92. Grayscale: #ABABAB. Windows color (decimal): -4673171 or 7188920. OLE color: 7188920.
HSL color Cylindrical-coordinate representation of color #B8B16D: hue angle of 54.4º 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 #B8B16D is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 177 | 109 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.28 |
| HSL | 54.4º | 0.35% | 0.57% | - |
| HSV(B) | 54.4º | 0.41% | 0.72% | - |
| XYZ | 38.25 | 42.74 | 20.7 | - |
| YUV | 171.34 | 92.82 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 177 | 109 | 0 | 0.04 | 0.41 | 0.28 | 54.4 | 0.35 | 0.57 |
| Hex | B8 | B1 | 6D | 0 | 4 | 29 | 1C | 36 | 23 | 39 |
| Octal | 270 | 261 | 155 | 0 | 4 | 51 | 34 | 66 | 43 | 71 |
| Binary | 10111000 | 10110001 | 1101101 | 0 | 100 | 101001 | 11100 | 110110 | 100011 | 111001 |
Color Harmonies of #B8B16D
Complementary color
Monochromatic Colors of #B8B16D
Black with #B8B16D
Text Example
Text Example
White with #B8B16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B16D; }
p { color: rgb(184,177,109); }
H1.HeaderClassName
{
color: #B8B16D;
}
.AnyTagClassName
{
color: #B8B16D;
}
</style>
background-color css
<style>
a { background-color: #B8B16D; }
a { background-color: rgb(184,177,109); }
div.DivClassName
{
background-color: #B8B16D;
}
.BgClassName
{
background-color: #B8B16D;
}
</style>
border-color css
<style>
span { border-color: #B8B16D; }
span { border-color: rgb(184,177,109); }
td.TdClassName
{
border-color: #B8B16D;
}
.TagClassName
{
border-color: #B8B16D;
}
</style>