Shades of Dark Khaki #B5B078
Tints of Dark Khaki #B5B078
RGB
CMYK
RGB Variations
Color information
#B5B078 (or 0xB5B078) is known color: Dark Khaki. HEX triplet: B5, B0 and 78. RGB value is (181,176,120). Sum of RGB (Red+Green+Blue) = 181+176+120=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B078 is #4A4F87. Grayscale: #ABABAB. Windows color (decimal): -4870024 or 7909557. OLE color: 7909557.
HSL color Cylindrical-coordinate representation of color #B5B078: hue angle of 55.08º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5B078 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 176 | 120 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.29 |
| HSL | 55.08º | 0.29% | 0.59% | - |
| HSV(B) | 55.08º | 0.34% | 0.71% | - |
| XYZ | 37.97 | 42.23 | 23.92 | - |
| YUV | 171.11 | 99.16 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 120 | 0 | 0.03 | 0.34 | 0.29 | 55.08 | 0.29 | 0.59 |
| Hex | B5 | B0 | 78 | 0 | 3 | 22 | 1D | 37 | 1D | 3B |
| Octal | 265 | 260 | 170 | 0 | 3 | 42 | 35 | 67 | 35 | 73 |
| Binary | 10110101 | 10110000 | 1111000 | 0 | 11 | 100010 | 11101 | 110111 | 11101 | 111011 |
Color Harmonies of #B5B078
Complementary color
Monochromatic Colors of #B5B078
Black with #B5B078
Text Example
Text Example
White with #B5B078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B078; }
p { color: rgb(181,176,120); }
H1.HeaderClassName
{
color: #B5B078;
}
.AnyTagClassName
{
color: #B5B078;
}
</style>
background-color css
<style>
a { background-color: #B5B078; }
a { background-color: rgb(181,176,120); }
div.DivClassName
{
background-color: #B5B078;
}
.BgClassName
{
background-color: #B5B078;
}
</style>
border-color css
<style>
span { border-color: #B5B078; }
span { border-color: rgb(181,176,120); }
td.TdClassName
{
border-color: #B5B078;
}
.TagClassName
{
border-color: #B5B078;
}
</style>