Shades of Dark Khaki #B5B373
Tints of Dark Khaki #B5B373
RGB
CMYK
RGB Variations
Color information
#B5B373 (or 0xB5B373) is known color: Dark Khaki. HEX triplet: B5, B3 and 73. RGB value is (181,179,115). Sum of RGB (Red+Green+Blue) = 181+179+115=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B373 is #4A4C8C. Grayscale: #ACACAC. Windows color (decimal): -4869261 or 7582645. OLE color: 7582645.
HSL color Cylindrical-coordinate representation of color #B5B373: hue angle of 58.18º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5B373 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 179 | 115 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.29 |
| HSL | 58.18º | 0.31% | 0.58% | - |
| HSV(B) | 58.18º | 0.36% | 0.71% | - |
| XYZ | 38.27 | 43.3 | 22.56 | - |
| YUV | 172.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 179 | 115 | 0 | 0.01 | 0.36 | 0.29 | 58.18 | 0.31 | 0.58 |
| Hex | B5 | B3 | 73 | 0 | 1 | 24 | 1D | 3A | 1F | 3A |
| Octal | 265 | 263 | 163 | 0 | 1 | 44 | 35 | 72 | 37 | 72 |
| Binary | 10110101 | 10110011 | 1110011 | 0 | 1 | 100100 | 11101 | 111010 | 11111 | 111010 |
Color Harmonies of #B5B373
Complementary color
Monochromatic Colors of #B5B373
Black with #B5B373
Text Example
Text Example
White with #B5B373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B373; }
p { color: rgb(181,179,115); }
H1.HeaderClassName
{
color: #B5B373;
}
.AnyTagClassName
{
color: #B5B373;
}
</style>
background-color css
<style>
a { background-color: #B5B373; }
a { background-color: rgb(181,179,115); }
div.DivClassName
{
background-color: #B5B373;
}
.BgClassName
{
background-color: #B5B373;
}
</style>
border-color css
<style>
span { border-color: #B5B373; }
span { border-color: rgb(181,179,115); }
td.TdClassName
{
border-color: #B5B373;
}
.TagClassName
{
border-color: #B5B373;
}
</style>