Shades of Dark Khaki #BBB373
Tints of Dark Khaki #BBB373
RGB
CMYK
RGB Variations
Color information
#BBB373 (or 0xBBB373) is known color: Dark Khaki. HEX triplet: BB, B3 and 73. RGB value is (187,179,115). Sum of RGB (Red+Green+Blue) = 187+179+115=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB373 is #444C8C. Grayscale: #AEAEAE. Windows color (decimal): -4476045 or 7582651. OLE color: 7582651.
HSL color Cylindrical-coordinate representation of color #BBB373: hue angle of 53.33º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBB373 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 115 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.27 |
| HSL | 53.33º | 0.35% | 0.59% | - |
| HSV(B) | 53.33º | 0.39% | 0.73% | - |
| XYZ | 39.71 | 44.04 | 22.63 | - |
| YUV | 174.1 | 94.65 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 115 | 0 | 0.04 | 0.39 | 0.27 | 53.33 | 0.35 | 0.59 |
| Hex | BB | B3 | 73 | 0 | 4 | 27 | 1B | 35 | 23 | 3B |
| Octal | 273 | 263 | 163 | 0 | 4 | 47 | 33 | 65 | 43 | 73 |
| Binary | 10111011 | 10110011 | 1110011 | 0 | 100 | 100111 | 11011 | 110101 | 100011 | 111011 |
Color Harmonies of #BBB373
Complementary color
Monochromatic Colors of #BBB373
Black with #BBB373
Text Example
Text Example
White with #BBB373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB373; }
p { color: rgb(187,179,115); }
H1.HeaderClassName
{
color: #BBB373;
}
.AnyTagClassName
{
color: #BBB373;
}
</style>
background-color css
<style>
a { background-color: #BBB373; }
a { background-color: rgb(187,179,115); }
div.DivClassName
{
background-color: #BBB373;
}
.BgClassName
{
background-color: #BBB373;
}
</style>
border-color css
<style>
span { border-color: #BBB373; }
span { border-color: rgb(187,179,115); }
td.TdClassName
{
border-color: #BBB373;
}
.TagClassName
{
border-color: #BBB373;
}
</style>