Shades of Dark Khaki #B5B072
Tints of Dark Khaki #B5B072
RGB
CMYK
RGB Variations
Color information
#B5B072 (or 0xB5B072) is known color: Dark Khaki. HEX triplet: B5, B0 and 72. RGB value is (181,176,114). Sum of RGB (Red+Green+Blue) = 181+176+114=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B072 is #4A4F8D. Grayscale: #AAAAAA. Windows color (decimal): -4870030 or 7516341. OLE color: 7516341.
HSL color Cylindrical-coordinate representation of color #B5B072: hue angle of 55.52º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5B072 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 176 | 114 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.29 |
| HSL | 55.52º | 0.31% | 0.58% | - |
| HSV(B) | 55.52º | 0.37% | 0.71% | - |
| XYZ | 37.62 | 42.09 | 22.06 | - |
| YUV | 170.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 114 | 0 | 0.03 | 0.37 | 0.29 | 55.52 | 0.31 | 0.58 |
| Hex | B5 | B0 | 72 | 0 | 3 | 25 | 1D | 38 | 1F | 3A |
| Octal | 265 | 260 | 162 | 0 | 3 | 45 | 35 | 70 | 37 | 72 |
| Binary | 10110101 | 10110000 | 1110010 | 0 | 11 | 100101 | 11101 | 111000 | 11111 | 111010 |
Color Harmonies of #B5B072
Complementary color
Monochromatic Colors of #B5B072
Black with #B5B072
Text Example
Text Example
White with #B5B072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B072; }
p { color: rgb(181,176,114); }
H1.HeaderClassName
{
color: #B5B072;
}
.AnyTagClassName
{
color: #B5B072;
}
</style>
background-color css
<style>
a { background-color: #B5B072; }
a { background-color: rgb(181,176,114); }
div.DivClassName
{
background-color: #B5B072;
}
.BgClassName
{
background-color: #B5B072;
}
</style>
border-color css
<style>
span { border-color: #B5B072; }
span { border-color: rgb(181,176,114); }
td.TdClassName
{
border-color: #B5B072;
}
.TagClassName
{
border-color: #B5B072;
}
</style>