Shades of Dark Khaki #B3B06D
Tints of Dark Khaki #B3B06D
RGB
CMYK
RGB Variations
Color information
#B3B06D (or 0xB3B06D) is known color: Dark Khaki. HEX triplet: B3, B0 and 6D. RGB value is (179,176,109). Sum of RGB (Red+Green+Blue) = 179+176+109=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B06D is #4C4F92. Grayscale: #A9A9A9. Windows color (decimal): -5001107 or 7188659. OLE color: 7188659.
HSL color Cylindrical-coordinate representation of color #B3B06D: hue angle of 57.43º 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 #B3B06D is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 176 | 109 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.30 |
| HSL | 57.43º | 0.32% | 0.56% | - |
| HSV(B) | 57.43º | 0.39% | 0.7% | - |
| XYZ | 36.88 | 41.74 | 20.58 | - |
| YUV | 169.26 | 93.99 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 176 | 109 | 0 | 0.02 | 0.39 | 0.30 | 57.43 | 0.32 | 0.56 |
| Hex | B3 | B0 | 6D | 0 | 2 | 27 | 1E | 39 | 20 | 38 |
| Octal | 263 | 260 | 155 | 0 | 2 | 47 | 36 | 71 | 40 | 70 |
| Binary | 10110011 | 10110000 | 1101101 | 0 | 10 | 100111 | 11110 | 111001 | 100000 | 111000 |
Color Harmonies of #B3B06D
Complementary color
Monochromatic Colors of #B3B06D
Black with #B3B06D
Text Example
Text Example
White with #B3B06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B06D; }
p { color: rgb(179,176,109); }
H1.HeaderClassName
{
color: #B3B06D;
}
.AnyTagClassName
{
color: #B3B06D;
}
</style>
background-color css
<style>
a { background-color: #B3B06D; }
a { background-color: rgb(179,176,109); }
div.DivClassName
{
background-color: #B3B06D;
}
.BgClassName
{
background-color: #B3B06D;
}
</style>
border-color css
<style>
span { border-color: #B3B06D; }
span { border-color: rgb(179,176,109); }
td.TdClassName
{
border-color: #B3B06D;
}
.TagClassName
{
border-color: #B3B06D;
}
</style>