Shades of Dark Khaki #B4B872
Tints of Dark Khaki #B4B872
RGB
CMYK
RGB Variations
Color information
#B4B872 (or 0xB4B872) is known color: Dark Khaki. HEX triplet: B4, B8 and 72. RGB value is (180,184,114). Sum of RGB (Red+Green+Blue) = 180+184+114=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 184 - color contains mainly: green. Hex color #B4B872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B872 is #4B478D. Grayscale: #AFAFAF. Windows color (decimal): -4933518 or 7518388. OLE color: 7518388.
HSL color Cylindrical-coordinate representation of color #B4B872: hue angle of 63.43º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4B872 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 184 | 114 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.28 |
| HSL | 63.43º | 0.33% | 0.58% | - |
| HSV(B) | 63.43º | 0.38% | 0.72% | - |
| XYZ | 39 | 45.2 | 22.59 | - |
| YUV | 174.82 | 93.67 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 184 | 114 | 0.02 | 0 | 0.38 | 0.28 | 63.43 | 0.33 | 0.58 |
| Hex | B4 | B8 | 72 | 2 | 0 | 26 | 1C | 3F | 21 | 3A |
| Octal | 264 | 270 | 162 | 2 | 0 | 46 | 34 | 77 | 41 | 72 |
| Binary | 10110100 | 10111000 | 1110010 | 10 | 0 | 100110 | 11100 | 111111 | 100001 | 111010 |
Color Harmonies of #B4B872
Complementary color
Monochromatic Colors of #B4B872
Black with #B4B872
Text Example
Text Example
White with #B4B872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B872; }
p { color: rgb(180,184,114); }
H1.HeaderClassName
{
color: #B4B872;
}
.AnyTagClassName
{
color: #B4B872;
}
</style>
background-color css
<style>
a { background-color: #B4B872; }
a { background-color: rgb(180,184,114); }
div.DivClassName
{
background-color: #B4B872;
}
.BgClassName
{
background-color: #B4B872;
}
</style>
border-color css
<style>
span { border-color: #B4B872; }
span { border-color: rgb(180,184,114); }
td.TdClassName
{
border-color: #B4B872;
}
.TagClassName
{
border-color: #B4B872;
}
</style>