Shades of Coriander #BBB98D
Tints of Coriander #BBB98D
RGB
CMYK
RGB Variations
Color information
#BBB98D (or 0xBBB98D) is known color: Coriander. HEX triplet: BB, B9 and 8D. RGB value is (187,185,141). Sum of RGB (Red+Green+Blue) = 187+185+141=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB98D is #444672. Grayscale: #B4B4B4. Windows color (decimal): -4474483 or 9288123. OLE color: 9288123.
HSL color Cylindrical-coordinate representation of color #BBB98D: hue angle of 57.39º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBB98D is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 141 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.27 |
| HSL | 57.39º | 0.25% | 0.64% | - |
| HSV(B) | 57.39º | 0.25% | 0.73% | - |
| XYZ | 42.65 | 47.19 | 32.06 | - |
| YUV | 180.58 | 105.66 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 141 | 0 | 0.01 | 0.25 | 0.27 | 57.39 | 0.25 | 0.64 |
| Hex | BB | B9 | 8D | 0 | 1 | 19 | 1B | 39 | 19 | 40 |
| Octal | 273 | 271 | 215 | 0 | 1 | 31 | 33 | 71 | 31 | 100 |
| Binary | 10111011 | 10111001 | 10001101 | 0 | 1 | 11001 | 11011 | 111001 | 11001 | 1000000 |
Color Harmonies of #BBB98D
Complementary color
Monochromatic Colors of #BBB98D
Black with #BBB98D
Text Example
Text Example
White with #BBB98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB98D; }
p { color: rgb(187,185,141); }
H1.HeaderClassName
{
color: #BBB98D;
}
.AnyTagClassName
{
color: #BBB98D;
}
</style>
background-color css
<style>
a { background-color: #BBB98D; }
a { background-color: rgb(187,185,141); }
div.DivClassName
{
background-color: #BBB98D;
}
.BgClassName
{
background-color: #BBB98D;
}
</style>
border-color css
<style>
span { border-color: #BBB98D; }
span { border-color: rgb(187,185,141); }
td.TdClassName
{
border-color: #BBB98D;
}
.TagClassName
{
border-color: #BBB98D;
}
</style>