Shades of Dark Khaki #BBB975
Tints of Dark Khaki #BBB975
RGB
CMYK
RGB Variations
Color information
#BBB975 (or 0xBBB975) is known color: Dark Khaki. HEX triplet: BB, B9 and 75. RGB value is (187,185,117). Sum of RGB (Red+Green+Blue) = 187+185+117=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB975 is #44468A. Grayscale: #B2B2B2. Windows color (decimal): -4474507 or 7715259. OLE color: 7715259.
HSL color Cylindrical-coordinate representation of color #BBB975: hue angle of 58.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBB975 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 117 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.27 |
| HSL | 58.29º | 0.34% | 0.6% | - |
| HSV(B) | 58.29º | 0.37% | 0.73% | - |
| XYZ | 41.05 | 46.55 | 23.65 | - |
| YUV | 177.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 117 | 0 | 0.01 | 0.37 | 0.27 | 58.29 | 0.34 | 0.6 |
| Hex | BB | B9 | 75 | 0 | 1 | 25 | 1B | 3A | 22 | 3C |
| Octal | 273 | 271 | 165 | 0 | 1 | 45 | 33 | 72 | 42 | 74 |
| Binary | 10111011 | 10111001 | 1110101 | 0 | 1 | 100101 | 11011 | 111010 | 100010 | 111100 |
Color Harmonies of #BBB975
Complementary color
Monochromatic Colors of #BBB975
Black with #BBB975
Text Example
Text Example
White with #BBB975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB975; }
p { color: rgb(187,185,117); }
H1.HeaderClassName
{
color: #BBB975;
}
.AnyTagClassName
{
color: #BBB975;
}
</style>
background-color css
<style>
a { background-color: #BBB975; }
a { background-color: rgb(187,185,117); }
div.DivClassName
{
background-color: #BBB975;
}
.BgClassName
{
background-color: #BBB975;
}
</style>
border-color css
<style>
span { border-color: #BBB975; }
span { border-color: rgb(187,185,117); }
td.TdClassName
{
border-color: #BBB975;
}
.TagClassName
{
border-color: #BBB975;
}
</style>