Shades of Dark Khaki #B5B279
Tints of Dark Khaki #B5B279
RGB
CMYK
RGB Variations
Color information
#B5B279 (or 0xB5B279) is known color: Dark Khaki. HEX triplet: B5, B2 and 79. RGB value is (181,178,121). Sum of RGB (Red+Green+Blue) = 181+178+121=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 121 (47.66% from 255 or 25.21% from 480); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B279 is #4A4D86. Grayscale: #ACACAC. Windows color (decimal): -4869511 or 7975605. OLE color: 7975605.
HSL color Cylindrical-coordinate representation of color #B5B279: hue angle of 57º 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 #B5B279 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 178 | 121 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.29 |
| HSL | 57º | 0.29% | 0.59% | - |
| HSV(B) | 57º | 0.33% | 0.71% | - |
| XYZ | 38.43 | 43.05 | 24.37 | - |
| YUV | 172.4 | 98.99 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 178 | 121 | 0 | 0.02 | 0.33 | 0.29 | 57 | 0.29 | 0.59 |
| Hex | B5 | B2 | 79 | 0 | 2 | 21 | 1D | 39 | 1D | 3B |
| Octal | 265 | 262 | 171 | 0 | 2 | 41 | 35 | 71 | 35 | 73 |
| Binary | 10110101 | 10110010 | 1111001 | 0 | 10 | 100001 | 11101 | 111001 | 11101 | 111011 |
Color Harmonies of #B5B279
Complementary color
Monochromatic Colors of #B5B279
Black with #B5B279
Text Example
Text Example
White with #B5B279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B279; }
p { color: rgb(181,178,121); }
H1.HeaderClassName
{
color: #B5B279;
}
.AnyTagClassName
{
color: #B5B279;
}
</style>
background-color css
<style>
a { background-color: #B5B279; }
a { background-color: rgb(181,178,121); }
div.DivClassName
{
background-color: #B5B279;
}
.BgClassName
{
background-color: #B5B279;
}
</style>
border-color css
<style>
span { border-color: #B5B279; }
span { border-color: rgb(181,178,121); }
td.TdClassName
{
border-color: #B5B279;
}
.TagClassName
{
border-color: #B5B279;
}
</style>