Shades of Dark Khaki #B4B373
Tints of Dark Khaki #B4B373
RGB
CMYK
RGB Variations
Color information
#B4B373 (or 0xB4B373) is known color: Dark Khaki. HEX triplet: B4, B3 and 73. RGB value is (180,179,115). Sum of RGB (Red+Green+Blue) = 180+179+115=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B373 is #4B4C8C. Grayscale: #ACACAC. Windows color (decimal): -4934797 or 7582644. OLE color: 7582644.
HSL color Cylindrical-coordinate representation of color #B4B373: hue angle of 59.08º degrees, saturation: 0.3, 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 #B4B373 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 179 | 115 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.29 |
| HSL | 59.08º | 0.3% | 0.58% | - |
| HSV(B) | 59.08º | 0.36% | 0.71% | - |
| XYZ | 38.04 | 43.18 | 22.55 | - |
| YUV | 172 | 95.83 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 179 | 115 | 0 | 0.01 | 0.36 | 0.29 | 59.08 | 0.3 | 0.58 |
| Hex | B4 | B3 | 73 | 0 | 1 | 24 | 1D | 3B | 1E | 3A |
| Octal | 264 | 263 | 163 | 0 | 1 | 44 | 35 | 73 | 36 | 72 |
| Binary | 10110100 | 10110011 | 1110011 | 0 | 1 | 100100 | 11101 | 111011 | 11110 | 111010 |
Color Harmonies of #B4B373
Complementary color
Monochromatic Colors of #B4B373
Black with #B4B373
Text Example
Text Example
White with #B4B373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B373; }
p { color: rgb(180,179,115); }
H1.HeaderClassName
{
color: #B4B373;
}
.AnyTagClassName
{
color: #B4B373;
}
</style>
background-color css
<style>
a { background-color: #B4B373; }
a { background-color: rgb(180,179,115); }
div.DivClassName
{
background-color: #B4B373;
}
.BgClassName
{
background-color: #B4B373;
}
</style>
border-color css
<style>
span { border-color: #B4B373; }
span { border-color: rgb(180,179,115); }
td.TdClassName
{
border-color: #B4B373;
}
.TagClassName
{
border-color: #B4B373;
}
</style>