Shades of Dark Khaki #B3B16D
Tints of Dark Khaki #B3B16D
RGB
CMYK
RGB Variations
Color information
#B3B16D (or 0xB3B16D) is known color: Dark Khaki. HEX triplet: B3, B1 and 6D. RGB value is (179,177,109). Sum of RGB (Red+Green+Blue) = 179+177+109=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B16D is #4C4E92. Grayscale: #AAAAAA. Windows color (decimal): -5000851 or 7188915. OLE color: 7188915.
HSL color Cylindrical-coordinate representation of color #B3B16D: hue angle of 58.29º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B3B16D is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 177 | 109 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.30 |
| HSL | 58.29º | 0.32% | 0.56% | - |
| HSV(B) | 58.29º | 0.39% | 0.7% | - |
| XYZ | 37.07 | 42.13 | 20.65 | - |
| YUV | 169.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 177 | 109 | 0 | 0.01 | 0.39 | 0.30 | 58.29 | 0.32 | 0.56 |
| Hex | B3 | B1 | 6D | 0 | 1 | 27 | 1E | 3A | 20 | 38 |
| Octal | 263 | 261 | 155 | 0 | 1 | 47 | 36 | 72 | 40 | 70 |
| Binary | 10110011 | 10110001 | 1101101 | 0 | 1 | 100111 | 11110 | 111010 | 100000 | 111000 |
Color Harmonies of #B3B16D
Complementary color
Monochromatic Colors of #B3B16D
Black with #B3B16D
Text Example
Text Example
White with #B3B16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B16D; }
p { color: rgb(179,177,109); }
H1.HeaderClassName
{
color: #B3B16D;
}
.AnyTagClassName
{
color: #B3B16D;
}
</style>
background-color css
<style>
a { background-color: #B3B16D; }
a { background-color: rgb(179,177,109); }
div.DivClassName
{
background-color: #B3B16D;
}
.BgClassName
{
background-color: #B3B16D;
}
</style>
border-color css
<style>
span { border-color: #B3B16D; }
span { border-color: rgb(179,177,109); }
td.TdClassName
{
border-color: #B3B16D;
}
.TagClassName
{
border-color: #B3B16D;
}
</style>