Shades of Dark Khaki #B3B871
Tints of Dark Khaki #B3B871
RGB
CMYK
RGB Variations
Color information
#B3B871 (or 0xB3B871) is known color: Dark Khaki. HEX triplet: B3, B8 and 71. RGB value is (179,184,113). Sum of RGB (Red+Green+Blue) = 179+184+113=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 184 - color contains mainly: green. Hex color #B3B871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B871 is #4C478E. Grayscale: #AEAEAE. Windows color (decimal): -4999055 or 7452851. OLE color: 7452851.
HSL color Cylindrical-coordinate representation of color #B3B871: hue angle of 64.23º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B3B871 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 184 | 113 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.28 |
| HSL | 64.23º | 0.33% | 0.58% | - |
| HSV(B) | 64.23º | 0.39% | 0.72% | - |
| XYZ | 38.71 | 45.06 | 22.28 | - |
| YUV | 174.41 | 93.34 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 184 | 113 | 0.03 | 0 | 0.39 | 0.28 | 64.23 | 0.33 | 0.58 |
| Hex | B3 | B8 | 71 | 3 | 0 | 27 | 1C | 40 | 21 | 3A |
| Octal | 263 | 270 | 161 | 3 | 0 | 47 | 34 | 100 | 41 | 72 |
| Binary | 10110011 | 10111000 | 1110001 | 11 | 0 | 100111 | 11100 | 1000000 | 100001 | 111010 |
Color Harmonies of #B3B871
Complementary color
Monochromatic Colors of #B3B871
Black with #B3B871
Text Example
Text Example
White with #B3B871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B871; }
p { color: rgb(179,184,113); }
H1.HeaderClassName
{
color: #B3B871;
}
.AnyTagClassName
{
color: #B3B871;
}
</style>
background-color css
<style>
a { background-color: #B3B871; }
a { background-color: rgb(179,184,113); }
div.DivClassName
{
background-color: #B3B871;
}
.BgClassName
{
background-color: #B3B871;
}
</style>
border-color css
<style>
span { border-color: #B3B871; }
span { border-color: rgb(179,184,113); }
td.TdClassName
{
border-color: #B3B871;
}
.TagClassName
{
border-color: #B3B871;
}
</style>