Shades of Dark Khaki #B5B671
Tints of Dark Khaki #B5B671
RGB
CMYK
RGB Variations
Color information
#B5B671 (or 0xB5B671) is known color: Dark Khaki. HEX triplet: B5, B6 and 71. RGB value is (181,182,113). Sum of RGB (Red+Green+Blue) = 181+182+113=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 182 - color contains mainly: green. Hex color #B5B671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B671 is #4A498E. Grayscale: #AEAEAE. Windows color (decimal): -4868495 or 7452341. OLE color: 7452341.
HSL color Cylindrical-coordinate representation of color #B5B671: hue angle of 60.87º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5B671 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 182 | 113 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.29 |
| HSL | 60.87º | 0.32% | 0.58% | - |
| HSV(B) | 60.87º | 0.38% | 0.71% | - |
| XYZ | 38.76 | 44.47 | 22.16 | - |
| YUV | 173.84 | 93.67 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 182 | 113 | 0.01 | 0 | 0.38 | 0.29 | 60.87 | 0.32 | 0.58 |
| Hex | B5 | B6 | 71 | 1 | 0 | 26 | 1D | 3D | 20 | 3A |
| Octal | 265 | 266 | 161 | 1 | 0 | 46 | 35 | 75 | 40 | 72 |
| Binary | 10110101 | 10110110 | 1110001 | 1 | 0 | 100110 | 11101 | 111101 | 100000 | 111010 |
Color Harmonies of #B5B671
Complementary color
Monochromatic Colors of #B5B671
Black with #B5B671
Text Example
Text Example
White with #B5B671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B671; }
p { color: rgb(181,182,113); }
H1.HeaderClassName
{
color: #B5B671;
}
.AnyTagClassName
{
color: #B5B671;
}
</style>
background-color css
<style>
a { background-color: #B5B671; }
a { background-color: rgb(181,182,113); }
div.DivClassName
{
background-color: #B5B671;
}
.BgClassName
{
background-color: #B5B671;
}
</style>
border-color css
<style>
span { border-color: #B5B671; }
span { border-color: rgb(181,182,113); }
td.TdClassName
{
border-color: #B5B671;
}
.TagClassName
{
border-color: #B5B671;
}
</style>