Shades of Dark Khaki #B5B077
Tints of Dark Khaki #B5B077
RGB
CMYK
RGB Variations
Color information
#B5B077 (or 0xB5B077) is known color: Dark Khaki. HEX triplet: B5, B0 and 77. RGB value is (181,176,119). Sum of RGB (Red+Green+Blue) = 181+176+119=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B077 is #4A4F88. Grayscale: #ABABAB. Windows color (decimal): -4870025 or 7844021. OLE color: 7844021.
HSL color Cylindrical-coordinate representation of color #B5B077: hue angle of 55.16º degrees, saturation: 0.3, 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 #B5B077 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 176 | 119 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.29 |
| HSL | 55.16º | 0.3% | 0.59% | - |
| HSV(B) | 55.16º | 0.34% | 0.71% | - |
| XYZ | 37.91 | 42.21 | 23.6 | - |
| YUV | 171 | 98.66 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 119 | 0 | 0.03 | 0.34 | 0.29 | 55.16 | 0.3 | 0.59 |
| Hex | B5 | B0 | 77 | 0 | 3 | 22 | 1D | 37 | 1E | 3B |
| Octal | 265 | 260 | 167 | 0 | 3 | 42 | 35 | 67 | 36 | 73 |
| Binary | 10110101 | 10110000 | 1110111 | 0 | 11 | 100010 | 11101 | 110111 | 11110 | 111011 |
Color Harmonies of #B5B077
Complementary color
Monochromatic Colors of #B5B077
Black with #B5B077
Text Example
Text Example
White with #B5B077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B077; }
p { color: rgb(181,176,119); }
H1.HeaderClassName
{
color: #B5B077;
}
.AnyTagClassName
{
color: #B5B077;
}
</style>
background-color css
<style>
a { background-color: #B5B077; }
a { background-color: rgb(181,176,119); }
div.DivClassName
{
background-color: #B5B077;
}
.BgClassName
{
background-color: #B5B077;
}
</style>
border-color css
<style>
span { border-color: #B5B077; }
span { border-color: rgb(181,176,119); }
td.TdClassName
{
border-color: #B5B077;
}
.TagClassName
{
border-color: #B5B077;
}
</style>