Shades of Dark Khaki #B5B672
Tints of Dark Khaki #B5B672
RGB
CMYK
RGB Variations
Color information
#B5B672 (or 0xB5B672) is known color: Dark Khaki. HEX triplet: B5, B6 and 72. RGB value is (181,182,114). Sum of RGB (Red+Green+Blue) = 181+182+114=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 182 - color contains mainly: green. Hex color #B5B672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B672 is #4A498D. Grayscale: #AEAEAE. Windows color (decimal): -4868494 or 7517877. OLE color: 7517877.
HSL color Cylindrical-coordinate representation of color #B5B672: hue angle of 60.88º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5B672 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 182 | 114 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.29 |
| HSL | 60.88º | 0.32% | 0.58% | - |
| HSV(B) | 60.88º | 0.37% | 0.71% | - |
| XYZ | 38.82 | 44.49 | 22.46 | - |
| YUV | 173.95 | 94.17 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 182 | 114 | 0.01 | 0 | 0.37 | 0.29 | 60.88 | 0.32 | 0.58 |
| Hex | B5 | B6 | 72 | 1 | 0 | 25 | 1D | 3D | 20 | 3A |
| Octal | 265 | 266 | 162 | 1 | 0 | 45 | 35 | 75 | 40 | 72 |
| Binary | 10110101 | 10110110 | 1110010 | 1 | 0 | 100101 | 11101 | 111101 | 100000 | 111010 |
Color Harmonies of #B5B672
Complementary color
Monochromatic Colors of #B5B672
Black with #B5B672
Text Example
Text Example
White with #B5B672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B672; }
p { color: rgb(181,182,114); }
H1.HeaderClassName
{
color: #B5B672;
}
.AnyTagClassName
{
color: #B5B672;
}
</style>
background-color css
<style>
a { background-color: #B5B672; }
a { background-color: rgb(181,182,114); }
div.DivClassName
{
background-color: #B5B672;
}
.BgClassName
{
background-color: #B5B672;
}
</style>
border-color css
<style>
span { border-color: #B5B672; }
span { border-color: rgb(181,182,114); }
td.TdClassName
{
border-color: #B5B672;
}
.TagClassName
{
border-color: #B5B672;
}
</style>