Shades of Dark Khaki #B3B36D
Tints of Dark Khaki #B3B36D
RGB
CMYK
RGB Variations
Color information
#B3B36D (or 0xB3B36D) is known color: Dark Khaki. HEX triplet: B3, B3 and 6D. RGB value is (179,179,109). Sum of RGB (Red+Green+Blue) = 179+179+109=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B36D is #4C4C92. Grayscale: #ABABAB. Windows color (decimal): -5000339 or 7189427. OLE color: 7189427.
HSL color Cylindrical-coordinate representation of color #B3B36D: hue angle of 60º 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 #B3B36D is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 179 | 109 | - |
| CMYK | 0 | 0 | 0.39 | 0.30 |
| HSL | 60º | 0.32% | 0.56% | - |
| HSV(B) | 60º | 0.39% | 0.7% | - |
| XYZ | 37.47 | 42.93 | 20.78 | - |
| YUV | 171.02 | 93 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 179 | 109 | 0 | 0 | 0.39 | 0.30 | 60 | 0.32 | 0.56 |
| Hex | B3 | B3 | 6D | 0 | 0 | 27 | 1E | 3C | 20 | 38 |
| Octal | 263 | 263 | 155 | 0 | 0 | 47 | 36 | 74 | 40 | 70 |
| Binary | 10110011 | 10110011 | 1101101 | 0 | 0 | 100111 | 11110 | 111100 | 100000 | 111000 |
Color Harmonies of #B3B36D
Complementary color
Monochromatic Colors of #B3B36D
Black with #B3B36D
Text Example
Text Example
White with #B3B36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B36D; }
p { color: rgb(179,179,109); }
H1.HeaderClassName
{
color: #B3B36D;
}
.AnyTagClassName
{
color: #B3B36D;
}
</style>
background-color css
<style>
a { background-color: #B3B36D; }
a { background-color: rgb(179,179,109); }
div.DivClassName
{
background-color: #B3B36D;
}
.BgClassName
{
background-color: #B3B36D;
}
</style>
border-color css
<style>
span { border-color: #B3B36D; }
span { border-color: rgb(179,179,109); }
td.TdClassName
{
border-color: #B3B36D;
}
.TagClassName
{
border-color: #B3B36D;
}
</style>