Shades of Dark Khaki #B3B76C
Tints of Dark Khaki #B3B76C
RGB
CMYK
RGB Variations
Color information
#B3B76C (or 0xB3B76C) is known color: Dark Khaki. HEX triplet: B3, B7 and 6C. RGB value is (179,183,108). Sum of RGB (Red+Green+Blue) = 179+183+108=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 183 - color contains mainly: green. Hex color #B3B76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B76C is #4C4893. Grayscale: #ADADAD. Windows color (decimal): -4999316 or 7124915. OLE color: 7124915.
HSL color Cylindrical-coordinate representation of color #B3B76C: hue angle of 63.2º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B3B76C is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 183 | 108 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.28 |
| HSL | 63.2º | 0.34% | 0.57% | - |
| HSV(B) | 63.2º | 0.41% | 0.72% | - |
| XYZ | 38.23 | 44.53 | 20.77 | - |
| YUV | 173.25 | 91.17 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 183 | 108 | 0.02 | 0 | 0.41 | 0.28 | 63.2 | 0.34 | 0.57 |
| Hex | B3 | B7 | 6C | 2 | 0 | 29 | 1C | 3F | 22 | 39 |
| Octal | 263 | 267 | 154 | 2 | 0 | 51 | 34 | 77 | 42 | 71 |
| Binary | 10110011 | 10110111 | 1101100 | 10 | 0 | 101001 | 11100 | 111111 | 100010 | 111001 |
Color Harmonies of #B3B76C
Complementary color
Monochromatic Colors of #B3B76C
Black with #B3B76C
Text Example
Text Example
White with #B3B76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B76C; }
p { color: rgb(179,183,108); }
H1.HeaderClassName
{
color: #B3B76C;
}
.AnyTagClassName
{
color: #B3B76C;
}
</style>
background-color css
<style>
a { background-color: #B3B76C; }
a { background-color: rgb(179,183,108); }
div.DivClassName
{
background-color: #B3B76C;
}
.BgClassName
{
background-color: #B3B76C;
}
</style>
border-color css
<style>
span { border-color: #B3B76C; }
span { border-color: rgb(179,183,108); }
td.TdClassName
{
border-color: #B3B76C;
}
.TagClassName
{
border-color: #B3B76C;
}
</style>