Shades of Coriander #BBB985
Tints of Coriander #BBB985
RGB
CMYK
RGB Variations
Color information
#BBB985 (or 0xBBB985) is known color: Coriander. HEX triplet: BB, B9 and 85. RGB value is (187,185,133). Sum of RGB (Red+Green+Blue) = 187+185+133=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB985 is #44467A. Grayscale: #B3B3B3. Windows color (decimal): -4474491 or 8763835. OLE color: 8763835.
HSL color Cylindrical-coordinate representation of color #BBB985: hue angle of 57.78º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBB985 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 133 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.27 |
| HSL | 57.78º | 0.28% | 0.63% | - |
| HSV(B) | 57.78º | 0.29% | 0.73% | - |
| XYZ | 42.08 | 46.96 | 29.04 | - |
| YUV | 179.67 | 101.66 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 133 | 0 | 0.01 | 0.29 | 0.27 | 57.78 | 0.28 | 0.63 |
| Hex | BB | B9 | 85 | 0 | 1 | 1D | 1B | 3A | 1C | 3F |
| Octal | 273 | 271 | 205 | 0 | 1 | 35 | 33 | 72 | 34 | 77 |
| Binary | 10111011 | 10111001 | 10000101 | 0 | 1 | 11101 | 11011 | 111010 | 11100 | 111111 |
Color Harmonies of #BBB985
Complementary color
Monochromatic Colors of #BBB985
Black with #BBB985
Text Example
Text Example
White with #BBB985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB985; }
p { color: rgb(187,185,133); }
H1.HeaderClassName
{
color: #BBB985;
}
.AnyTagClassName
{
color: #BBB985;
}
</style>
background-color css
<style>
a { background-color: #BBB985; }
a { background-color: rgb(187,185,133); }
div.DivClassName
{
background-color: #BBB985;
}
.BgClassName
{
background-color: #BBB985;
}
</style>
border-color css
<style>
span { border-color: #BBB985; }
span { border-color: rgb(187,185,133); }
td.TdClassName
{
border-color: #BBB985;
}
.TagClassName
{
border-color: #BBB985;
}
</style>