Shades of Dark Khaki #B3B76F
Tints of Dark Khaki #B3B76F
RGB
CMYK
RGB Variations
Color information
#B3B76F (or 0xB3B76F) is known color: Dark Khaki. HEX triplet: B3, B7 and 6F. RGB value is (179,183,111). Sum of RGB (Red+Green+Blue) = 179+183+111=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 183 - color contains mainly: green. Hex color #B3B76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B76F is #4C4890. Grayscale: #ADADAD. Windows color (decimal): -4999313 or 7321523. OLE color: 7321523.
HSL color Cylindrical-coordinate representation of color #B3B76F: hue angle of 63.33º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B3B76F is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 183 | 111 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.28 |
| HSL | 63.33º | 0.33% | 0.58% | - |
| HSV(B) | 63.33º | 0.39% | 0.72% | - |
| XYZ | 38.39 | 44.6 | 21.62 | - |
| YUV | 173.6 | 92.67 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 183 | 111 | 0.02 | 0 | 0.39 | 0.28 | 63.33 | 0.33 | 0.58 |
| Hex | B3 | B7 | 6F | 2 | 0 | 27 | 1C | 3F | 21 | 3A |
| Octal | 263 | 267 | 157 | 2 | 0 | 47 | 34 | 77 | 41 | 72 |
| Binary | 10110011 | 10110111 | 1101111 | 10 | 0 | 100111 | 11100 | 111111 | 100001 | 111010 |
Color Harmonies of #B3B76F
Complementary color
Monochromatic Colors of #B3B76F
Black with #B3B76F
Text Example
Text Example
White with #B3B76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B76F; }
p { color: rgb(179,183,111); }
H1.HeaderClassName
{
color: #B3B76F;
}
.AnyTagClassName
{
color: #B3B76F;
}
</style>
background-color css
<style>
a { background-color: #B3B76F; }
a { background-color: rgb(179,183,111); }
div.DivClassName
{
background-color: #B3B76F;
}
.BgClassName
{
background-color: #B3B76F;
}
</style>
border-color css
<style>
span { border-color: #B3B76F; }
span { border-color: rgb(179,183,111); }
td.TdClassName
{
border-color: #B3B76F;
}
.TagClassName
{
border-color: #B3B76F;
}
</style>