Shades of Dark Khaki #B3B476
Tints of Dark Khaki #B3B476
RGB
CMYK
RGB Variations
Color information
#B3B476 (or 0xB3B476) is known color: Dark Khaki. HEX triplet: B3, B4 and 76. RGB value is (179,180,118). Sum of RGB (Red+Green+Blue) = 179+180+118=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B476 is #4C4B89. Grayscale: #ACACAC. Windows color (decimal): -5000074 or 7779507. OLE color: 7779507.
HSL color Cylindrical-coordinate representation of color #B3B476: hue angle of 60.97º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3B476 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 180 | 118 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.29 |
| HSL | 60.97º | 0.29% | 0.58% | - |
| HSV(B) | 60.97º | 0.34% | 0.71% | - |
| XYZ | 38.18 | 43.53 | 23.53 | - |
| YUV | 172.63 | 97.17 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 180 | 118 | 0.01 | 0 | 0.34 | 0.29 | 60.97 | 0.29 | 0.58 |
| Hex | B3 | B4 | 76 | 1 | 0 | 22 | 1D | 3D | 1D | 3A |
| Octal | 263 | 264 | 166 | 1 | 0 | 42 | 35 | 75 | 35 | 72 |
| Binary | 10110011 | 10110100 | 1110110 | 1 | 0 | 100010 | 11101 | 111101 | 11101 | 111010 |
Color Harmonies of #B3B476
Complementary color
Monochromatic Colors of #B3B476
Black with #B3B476
Text Example
Text Example
White with #B3B476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B476; }
p { color: rgb(179,180,118); }
H1.HeaderClassName
{
color: #B3B476;
}
.AnyTagClassName
{
color: #B3B476;
}
</style>
background-color css
<style>
a { background-color: #B3B476; }
a { background-color: rgb(179,180,118); }
div.DivClassName
{
background-color: #B3B476;
}
.BgClassName
{
background-color: #B3B476;
}
</style>
border-color css
<style>
span { border-color: #B3B476; }
span { border-color: rgb(179,180,118); }
td.TdClassName
{
border-color: #B3B476;
}
.TagClassName
{
border-color: #B3B476;
}
</style>