Shades of Dark Khaki #B4B573
Tints of Dark Khaki #B4B573
RGB
CMYK
RGB Variations
Color information
#B4B573 (or 0xB4B573) is known color: Dark Khaki. HEX triplet: B4, B5 and 73. RGB value is (180,181,115). Sum of RGB (Red+Green+Blue) = 180+181+115=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 181 - color contains mainly: green. Hex color #B4B573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B573 is #4B4A8C. Grayscale: #ADADAD. Windows color (decimal): -4934285 or 7583156. OLE color: 7583156.
HSL color Cylindrical-coordinate representation of color #B4B573: hue angle of 60.91º 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 #B4B573 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 181 | 115 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.29 |
| HSL | 60.91º | 0.31% | 0.58% | - |
| HSV(B) | 60.91º | 0.36% | 0.71% | - |
| XYZ | 38.44 | 43.99 | 22.68 | - |
| YUV | 173.18 | 95.17 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 181 | 115 | 0.01 | 0 | 0.36 | 0.29 | 60.91 | 0.31 | 0.58 |
| Hex | B4 | B5 | 73 | 1 | 0 | 24 | 1D | 3D | 1F | 3A |
| Octal | 264 | 265 | 163 | 1 | 0 | 44 | 35 | 75 | 37 | 72 |
| Binary | 10110100 | 10110101 | 1110011 | 1 | 0 | 100100 | 11101 | 111101 | 11111 | 111010 |
Color Harmonies of #B4B573
Complementary color
Monochromatic Colors of #B4B573
Black with #B4B573
Text Example
Text Example
White with #B4B573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B573; }
p { color: rgb(180,181,115); }
H1.HeaderClassName
{
color: #B4B573;
}
.AnyTagClassName
{
color: #B4B573;
}
</style>
background-color css
<style>
a { background-color: #B4B573; }
a { background-color: rgb(180,181,115); }
div.DivClassName
{
background-color: #B4B573;
}
.BgClassName
{
background-color: #B4B573;
}
</style>
border-color css
<style>
span { border-color: #B4B573; }
span { border-color: rgb(180,181,115); }
td.TdClassName
{
border-color: #B4B573;
}
.TagClassName
{
border-color: #B4B573;
}
</style>