Shades of Dark Khaki #B8B46C
Tints of Dark Khaki #B8B46C
RGB
CMYK
RGB Variations
Color information
#B8B46C (or 0xB8B46C) is known color: Dark Khaki. HEX triplet: B8, B4 and 6C. RGB value is (184,180,108). Sum of RGB (Red+Green+Blue) = 184+180+108=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B46C is #474B93. Grayscale: #ADADAD. Windows color (decimal): -4672404 or 7124152. OLE color: 7124152.
HSL color Cylindrical-coordinate representation of color #B8B46C: hue angle of 56.84º 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 #B8B46C is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 180 | 108 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.28 |
| HSL | 56.84º | 0.35% | 0.57% | - |
| HSV(B) | 56.84º | 0.41% | 0.72% | - |
| XYZ | 38.8 | 43.92 | 20.62 | - |
| YUV | 172.99 | 91.33 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 180 | 108 | 0 | 0.02 | 0.41 | 0.28 | 56.84 | 0.35 | 0.57 |
| Hex | B8 | B4 | 6C | 0 | 2 | 29 | 1C | 39 | 23 | 39 |
| Octal | 270 | 264 | 154 | 0 | 2 | 51 | 34 | 71 | 43 | 71 |
| Binary | 10111000 | 10110100 | 1101100 | 0 | 10 | 101001 | 11100 | 111001 | 100011 | 111001 |
Color Harmonies of #B8B46C
Complementary color
Monochromatic Colors of #B8B46C
Black with #B8B46C
Text Example
Text Example
White with #B8B46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B46C; }
p { color: rgb(184,180,108); }
H1.HeaderClassName
{
color: #B8B46C;
}
.AnyTagClassName
{
color: #B8B46C;
}
</style>
background-color css
<style>
a { background-color: #B8B46C; }
a { background-color: rgb(184,180,108); }
div.DivClassName
{
background-color: #B8B46C;
}
.BgClassName
{
background-color: #B8B46C;
}
</style>
border-color css
<style>
span { border-color: #B8B46C; }
span { border-color: rgb(184,180,108); }
td.TdClassName
{
border-color: #B8B46C;
}
.TagClassName
{
border-color: #B8B46C;
}
</style>