Shades of Dark Khaki #B5B17A
Tints of Dark Khaki #B5B17A
RGB
CMYK
RGB Variations
Color information
#B5B17A (or 0xB5B17A) is known color: Dark Khaki. HEX triplet: B5, B1 and 7A. RGB value is (181,177,122). Sum of RGB (Red+Green+Blue) = 181+177+122=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B17A is #4A4E85. Grayscale: #ACACAC. Windows color (decimal): -4869766 or 8040885. OLE color: 8040885.
HSL color Cylindrical-coordinate representation of color #B5B17A: hue angle of 55.93º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5B17A is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 177 | 122 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.29 |
| HSL | 55.93º | 0.29% | 0.59% | - |
| HSV(B) | 55.93º | 0.33% | 0.71% | - |
| XYZ | 38.29 | 42.67 | 24.63 | - |
| YUV | 171.93 | 99.83 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 177 | 122 | 0 | 0.02 | 0.33 | 0.29 | 55.93 | 0.29 | 0.59 |
| Hex | B5 | B1 | 7A | 0 | 2 | 21 | 1D | 38 | 1D | 3B |
| Octal | 265 | 261 | 172 | 0 | 2 | 41 | 35 | 70 | 35 | 73 |
| Binary | 10110101 | 10110001 | 1111010 | 0 | 10 | 100001 | 11101 | 111000 | 11101 | 111011 |
Color Harmonies of #B5B17A
Complementary color
Monochromatic Colors of #B5B17A
Black with #B5B17A
Text Example
Text Example
White with #B5B17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B17A; }
p { color: rgb(181,177,122); }
H1.HeaderClassName
{
color: #B5B17A;
}
.AnyTagClassName
{
color: #B5B17A;
}
</style>
background-color css
<style>
a { background-color: #B5B17A; }
a { background-color: rgb(181,177,122); }
div.DivClassName
{
background-color: #B5B17A;
}
.BgClassName
{
background-color: #B5B17A;
}
</style>
border-color css
<style>
span { border-color: #B5B17A; }
span { border-color: rgb(181,177,122); }
td.TdClassName
{
border-color: #B5B17A;
}
.TagClassName
{
border-color: #B5B17A;
}
</style>