Shades of Dark Khaki #B3B371
Tints of Dark Khaki #B3B371
RGB
CMYK
RGB Variations
Color information
#B3B371 (or 0xB3B371) is known color: Dark Khaki. HEX triplet: B3, B3 and 71. RGB value is (179,179,113). Sum of RGB (Red+Green+Blue) = 179+179+113=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B371 is #4C4C8E. Grayscale: #ABABAB. Windows color (decimal): -5000335 or 7451571. OLE color: 7451571.
HSL color Cylindrical-coordinate representation of color #B3B371: hue angle of 60º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B3B371 is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 179 | 113 | - |
| CMYK | 0 | 0 | 0.37 | 0.30 |
| HSL | 60º | 0.3% | 0.57% | - |
| HSV(B) | 60º | 0.37% | 0.7% | - |
| XYZ | 37.69 | 43.02 | 21.94 | - |
| YUV | 171.48 | 95 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 179 | 113 | 0 | 0 | 0.37 | 0.30 | 60 | 0.3 | 0.57 |
| Hex | B3 | B3 | 71 | 0 | 0 | 25 | 1E | 3C | 1E | 39 |
| Octal | 263 | 263 | 161 | 0 | 0 | 45 | 36 | 74 | 36 | 71 |
| Binary | 10110011 | 10110011 | 1110001 | 0 | 0 | 100101 | 11110 | 111100 | 11110 | 111001 |
Color Harmonies of #B3B371
Complementary color
Monochromatic Colors of #B3B371
Black with #B3B371
Text Example
Text Example
White with #B3B371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B371; }
p { color: rgb(179,179,113); }
H1.HeaderClassName
{
color: #B3B371;
}
.AnyTagClassName
{
color: #B3B371;
}
</style>
background-color css
<style>
a { background-color: #B3B371; }
a { background-color: rgb(179,179,113); }
div.DivClassName
{
background-color: #B3B371;
}
.BgClassName
{
background-color: #B3B371;
}
</style>
border-color css
<style>
span { border-color: #B3B371; }
span { border-color: rgb(179,179,113); }
td.TdClassName
{
border-color: #B3B371;
}
.TagClassName
{
border-color: #B3B371;
}
</style>