Shades of Dark Khaki #B8B06C
Tints of Dark Khaki #B8B06C
RGB
CMYK
RGB Variations
Color information
#B8B06C (or 0xB8B06C) is known color: Dark Khaki. HEX triplet: B8, B0 and 6C. RGB value is (184,176,108). Sum of RGB (Red+Green+Blue) = 184+176+108=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B06C is #474F93. Grayscale: #AAAAAA. Windows color (decimal): -4673428 or 7123128. OLE color: 7123128.
HSL color Cylindrical-coordinate representation of color #B8B06C: hue angle of 53.68º 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 #B8B06C is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 176 | 108 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.28 |
| HSL | 53.68º | 0.35% | 0.57% | - |
| HSV(B) | 53.68º | 0.41% | 0.72% | - |
| XYZ | 38 | 42.32 | 20.35 | - |
| YUV | 170.64 | 92.65 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 176 | 108 | 0 | 0.04 | 0.41 | 0.28 | 53.68 | 0.35 | 0.57 |
| Hex | B8 | B0 | 6C | 0 | 4 | 29 | 1C | 36 | 23 | 39 |
| Octal | 270 | 260 | 154 | 0 | 4 | 51 | 34 | 66 | 43 | 71 |
| Binary | 10111000 | 10110000 | 1101100 | 0 | 100 | 101001 | 11100 | 110110 | 100011 | 111001 |
Color Harmonies of #B8B06C
Complementary color
Monochromatic Colors of #B8B06C
Black with #B8B06C
Text Example
Text Example
White with #B8B06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B06C; }
p { color: rgb(184,176,108); }
H1.HeaderClassName
{
color: #B8B06C;
}
.AnyTagClassName
{
color: #B8B06C;
}
</style>
background-color css
<style>
a { background-color: #B8B06C; }
a { background-color: rgb(184,176,108); }
div.DivClassName
{
background-color: #B8B06C;
}
.BgClassName
{
background-color: #B8B06C;
}
</style>
border-color css
<style>
span { border-color: #B8B06C; }
span { border-color: rgb(184,176,108); }
td.TdClassName
{
border-color: #B8B06C;
}
.TagClassName
{
border-color: #B8B06C;
}
</style>