Shades of Dark Khaki #B8B470
Tints of Dark Khaki #B8B470
RGB
CMYK
RGB Variations
Color information
#B8B470 (or 0xB8B470) is known color: Dark Khaki. HEX triplet: B8, B4 and 70. RGB value is (184,180,112). Sum of RGB (Red+Green+Blue) = 184+180+112=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B470 is #474B8F. Grayscale: #ADADAD. Windows color (decimal): -4672400 or 7386296. OLE color: 7386296.
HSL color Cylindrical-coordinate representation of color #B8B470: hue angle of 56.67º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B8B470 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 180 | 112 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.28 |
| HSL | 56.67º | 0.34% | 0.58% | - |
| HSV(B) | 56.67º | 0.39% | 0.72% | - |
| XYZ | 39.01 | 44 | 21.77 | - |
| YUV | 173.44 | 93.33 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 180 | 112 | 0 | 0.02 | 0.39 | 0.28 | 56.67 | 0.34 | 0.58 |
| Hex | B8 | B4 | 70 | 0 | 2 | 27 | 1C | 39 | 22 | 3A |
| Octal | 270 | 264 | 160 | 0 | 2 | 47 | 34 | 71 | 42 | 72 |
| Binary | 10111000 | 10110100 | 1110000 | 0 | 10 | 100111 | 11100 | 111001 | 100010 | 111010 |
Color Harmonies of #B8B470
Complementary color
Monochromatic Colors of #B8B470
Black with #B8B470
Text Example
Text Example
White with #B8B470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B470; }
p { color: rgb(184,180,112); }
H1.HeaderClassName
{
color: #B8B470;
}
.AnyTagClassName
{
color: #B8B470;
}
</style>
background-color css
<style>
a { background-color: #B8B470; }
a { background-color: rgb(184,180,112); }
div.DivClassName
{
background-color: #B8B470;
}
.BgClassName
{
background-color: #B8B470;
}
</style>
border-color css
<style>
span { border-color: #B8B470; }
span { border-color: rgb(184,180,112); }
td.TdClassName
{
border-color: #B8B470;
}
.TagClassName
{
border-color: #B8B470;
}
</style>