Shades of Dark Khaki #B5B277
Tints of Dark Khaki #B5B277
RGB
CMYK
RGB Variations
Color information
#B5B277 (or 0xB5B277) is known color: Dark Khaki. HEX triplet: B5, B2 and 77. RGB value is (181,178,119). Sum of RGB (Red+Green+Blue) = 181+178+119=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B277 is #4A4D88. Grayscale: #ACACAC. Windows color (decimal): -4869513 or 7844533. OLE color: 7844533.
HSL color Cylindrical-coordinate representation of color #B5B277: hue angle of 57.1º 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 #B5B277 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 178 | 119 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.29 |
| HSL | 57.1º | 0.3% | 0.59% | - |
| HSV(B) | 57.1º | 0.34% | 0.71% | - |
| XYZ | 38.31 | 43 | 23.73 | - |
| YUV | 172.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 178 | 119 | 0 | 0.02 | 0.34 | 0.29 | 57.1 | 0.3 | 0.59 |
| Hex | B5 | B2 | 77 | 0 | 2 | 22 | 1D | 39 | 1E | 3B |
| Octal | 265 | 262 | 167 | 0 | 2 | 42 | 35 | 71 | 36 | 73 |
| Binary | 10110101 | 10110010 | 1110111 | 0 | 10 | 100010 | 11101 | 111001 | 11110 | 111011 |
Color Harmonies of #B5B277
Complementary color
Monochromatic Colors of #B5B277
Black with #B5B277
Text Example
Text Example
White with #B5B277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B277; }
p { color: rgb(181,178,119); }
H1.HeaderClassName
{
color: #B5B277;
}
.AnyTagClassName
{
color: #B5B277;
}
</style>
background-color css
<style>
a { background-color: #B5B277; }
a { background-color: rgb(181,178,119); }
div.DivClassName
{
background-color: #B5B277;
}
.BgClassName
{
background-color: #B5B277;
}
</style>
border-color css
<style>
span { border-color: #B5B277; }
span { border-color: rgb(181,178,119); }
td.TdClassName
{
border-color: #B5B277;
}
.TagClassName
{
border-color: #B5B277;
}
</style>