Shades of Dark Khaki #B5B173
Tints of Dark Khaki #B5B173
RGB
CMYK
RGB Variations
Color information
#B5B173 (or 0xB5B173) is known color: Dark Khaki. HEX triplet: B5, B1 and 73. RGB value is (181,177,115). Sum of RGB (Red+Green+Blue) = 181+177+115=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B173 is #4A4E8C. Grayscale: #ABABAB. Windows color (decimal): -4869773 or 7582133. OLE color: 7582133.
HSL color Cylindrical-coordinate representation of color #B5B173: hue angle of 56.36º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5B173 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 177 | 115 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.29 |
| HSL | 56.36º | 0.31% | 0.58% | - |
| HSV(B) | 56.36º | 0.36% | 0.71% | - |
| XYZ | 37.87 | 42.51 | 22.43 | - |
| YUV | 171.13 | 96.33 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 177 | 115 | 0 | 0.02 | 0.36 | 0.29 | 56.36 | 0.31 | 0.58 |
| Hex | B5 | B1 | 73 | 0 | 2 | 24 | 1D | 38 | 1F | 3A |
| Octal | 265 | 261 | 163 | 0 | 2 | 44 | 35 | 70 | 37 | 72 |
| Binary | 10110101 | 10110001 | 1110011 | 0 | 10 | 100100 | 11101 | 111000 | 11111 | 111010 |
Color Harmonies of #B5B173
Complementary color
Monochromatic Colors of #B5B173
Black with #B5B173
Text Example
Text Example
White with #B5B173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B173; }
p { color: rgb(181,177,115); }
H1.HeaderClassName
{
color: #B5B173;
}
.AnyTagClassName
{
color: #B5B173;
}
</style>
background-color css
<style>
a { background-color: #B5B173; }
a { background-color: rgb(181,177,115); }
div.DivClassName
{
background-color: #B5B173;
}
.BgClassName
{
background-color: #B5B173;
}
</style>
border-color css
<style>
span { border-color: #B5B173; }
span { border-color: rgb(181,177,115); }
td.TdClassName
{
border-color: #B5B173;
}
.TagClassName
{
border-color: #B5B173;
}
</style>