Shades of Dark Khaki #B3B16E
Tints of Dark Khaki #B3B16E
RGB
CMYK
RGB Variations
Color information
#B3B16E (or 0xB3B16E) is known color: Dark Khaki. HEX triplet: B3, B1 and 6E. RGB value is (179,177,110). Sum of RGB (Red+Green+Blue) = 179+177+110=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B16E is #4C4E91. Grayscale: #AAAAAA. Windows color (decimal): -5000850 or 7254451. OLE color: 7254451.
HSL color Cylindrical-coordinate representation of color #B3B16E: hue angle of 58.26º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B3B16E is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 177 | 110 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.30 |
| HSL | 58.26º | 0.31% | 0.57% | - |
| HSV(B) | 58.26º | 0.39% | 0.7% | - |
| XYZ | 37.13 | 42.15 | 20.93 | - |
| YUV | 169.96 | 94.16 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 177 | 110 | 0 | 0.01 | 0.39 | 0.30 | 58.26 | 0.31 | 0.57 |
| Hex | B3 | B1 | 6E | 0 | 1 | 27 | 1E | 3A | 1F | 39 |
| Octal | 263 | 261 | 156 | 0 | 1 | 47 | 36 | 72 | 37 | 71 |
| Binary | 10110011 | 10110001 | 1101110 | 0 | 1 | 100111 | 11110 | 111010 | 11111 | 111001 |
Color Harmonies of #B3B16E
Complementary color
Monochromatic Colors of #B3B16E
Black with #B3B16E
Text Example
Text Example
White with #B3B16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B16E; }
p { color: rgb(179,177,110); }
H1.HeaderClassName
{
color: #B3B16E;
}
.AnyTagClassName
{
color: #B3B16E;
}
</style>
background-color css
<style>
a { background-color: #B3B16E; }
a { background-color: rgb(179,177,110); }
div.DivClassName
{
background-color: #B3B16E;
}
.BgClassName
{
background-color: #B3B16E;
}
</style>
border-color css
<style>
span { border-color: #B3B16E; }
span { border-color: rgb(179,177,110); }
td.TdClassName
{
border-color: #B3B16E;
}
.TagClassName
{
border-color: #B3B16E;
}
</style>