Shades of Dark Khaki #B5B470
Tints of Dark Khaki #B5B470
RGB
CMYK
RGB Variations
Color information
#B5B470 (or 0xB5B470) is known color: Dark Khaki. HEX triplet: B5, B4 and 70. RGB value is (181,180,112). Sum of RGB (Red+Green+Blue) = 181+180+112=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B470 is #4A4B8F. Grayscale: #ACACAC. Windows color (decimal): -4869008 or 7386293. OLE color: 7386293.
HSL color Cylindrical-coordinate representation of color #B5B470: hue angle of 59.13º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5B470 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 180 | 112 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.29 |
| HSL | 59.13º | 0.32% | 0.57% | - |
| HSV(B) | 59.13º | 0.38% | 0.71% | - |
| XYZ | 38.3 | 43.64 | 21.73 | - |
| YUV | 172.55 | 93.83 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 180 | 112 | 0 | 0.01 | 0.38 | 0.29 | 59.13 | 0.32 | 0.57 |
| Hex | B5 | B4 | 70 | 0 | 1 | 26 | 1D | 3B | 20 | 39 |
| Octal | 265 | 264 | 160 | 0 | 1 | 46 | 35 | 73 | 40 | 71 |
| Binary | 10110101 | 10110100 | 1110000 | 0 | 1 | 100110 | 11101 | 111011 | 100000 | 111001 |
Color Harmonies of #B5B470
Complementary color
Monochromatic Colors of #B5B470
Black with #B5B470
Text Example
Text Example
White with #B5B470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B470; }
p { color: rgb(181,180,112); }
H1.HeaderClassName
{
color: #B5B470;
}
.AnyTagClassName
{
color: #B5B470;
}
</style>
background-color css
<style>
a { background-color: #B5B470; }
a { background-color: rgb(181,180,112); }
div.DivClassName
{
background-color: #B5B470;
}
.BgClassName
{
background-color: #B5B470;
}
</style>
border-color css
<style>
span { border-color: #B5B470; }
span { border-color: rgb(181,180,112); }
td.TdClassName
{
border-color: #B5B470;
}
.TagClassName
{
border-color: #B5B470;
}
</style>