Shades of Dark Khaki #B5B872
Tints of Dark Khaki #B5B872
RGB
CMYK
RGB Variations
Color information
#B5B872 (or 0xB5B872) is known color: Dark Khaki. HEX triplet: B5, B8 and 72. RGB value is (181,184,114). Sum of RGB (Red+Green+Blue) = 181+184+114=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B872 is #4A478D. Grayscale: #AFAFAF. Windows color (decimal): -4867982 or 7518389. OLE color: 7518389.
HSL color Cylindrical-coordinate representation of color #B5B872: hue angle of 62.57º 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 #B5B872 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 184 | 114 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.28 |
| HSL | 62.57º | 0.33% | 0.58% | - |
| HSV(B) | 62.57º | 0.38% | 0.72% | - |
| XYZ | 39.23 | 45.32 | 22.6 | - |
| YUV | 175.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 184 | 114 | 0.02 | 0 | 0.38 | 0.28 | 62.57 | 0.33 | 0.58 |
| Hex | B5 | B8 | 72 | 2 | 0 | 26 | 1C | 3F | 21 | 3A |
| Octal | 265 | 270 | 162 | 2 | 0 | 46 | 34 | 77 | 41 | 72 |
| Binary | 10110101 | 10111000 | 1110010 | 10 | 0 | 100110 | 11100 | 111111 | 100001 | 111010 |
Color Harmonies of #B5B872
Complementary color
Monochromatic Colors of #B5B872
Black with #B5B872
Text Example
Text Example
White with #B5B872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B872; }
p { color: rgb(181,184,114); }
H1.HeaderClassName
{
color: #B5B872;
}
.AnyTagClassName
{
color: #B5B872;
}
</style>
background-color css
<style>
a { background-color: #B5B872; }
a { background-color: rgb(181,184,114); }
div.DivClassName
{
background-color: #B5B872;
}
.BgClassName
{
background-color: #B5B872;
}
</style>
border-color css
<style>
span { border-color: #B5B872; }
span { border-color: rgb(181,184,114); }
td.TdClassName
{
border-color: #B5B872;
}
.TagClassName
{
border-color: #B5B872;
}
</style>