Shades of Coriander #BBB98C
Tints of Coriander #BBB98C
RGB
CMYK
RGB Variations
Color information
#BBB98C (or 0xBBB98C) is known color: Coriander. HEX triplet: BB, B9 and 8C. RGB value is (187,185,140). Sum of RGB (Red+Green+Blue) = 187+185+140=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB98C is #444673. Grayscale: #B4B4B4. Windows color (decimal): -4474484 or 9222587. OLE color: 9222587.
HSL color Cylindrical-coordinate representation of color #BBB98C: hue angle of 57.45º degrees, saturation: 0.26, 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 #BBB98C is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 140 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.27 |
| HSL | 57.45º | 0.26% | 0.64% | - |
| HSV(B) | 57.45º | 0.25% | 0.73% | - |
| XYZ | 42.58 | 47.16 | 31.67 | - |
| YUV | 180.47 | 105.16 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 140 | 0 | 0.01 | 0.25 | 0.27 | 57.45 | 0.26 | 0.64 |
| Hex | BB | B9 | 8C | 0 | 1 | 19 | 1B | 39 | 1A | 40 |
| Octal | 273 | 271 | 214 | 0 | 1 | 31 | 33 | 71 | 32 | 100 |
| Binary | 10111011 | 10111001 | 10001100 | 0 | 1 | 11001 | 11011 | 111001 | 11010 | 1000000 |
Color Harmonies of #BBB98C
Complementary color
Monochromatic Colors of #BBB98C
Black with #BBB98C
Text Example
Text Example
White with #BBB98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB98C; }
p { color: rgb(187,185,140); }
H1.HeaderClassName
{
color: #BBB98C;
}
.AnyTagClassName
{
color: #BBB98C;
}
</style>
background-color css
<style>
a { background-color: #BBB98C; }
a { background-color: rgb(187,185,140); }
div.DivClassName
{
background-color: #BBB98C;
}
.BgClassName
{
background-color: #BBB98C;
}
</style>
border-color css
<style>
span { border-color: #BBB98C; }
span { border-color: rgb(187,185,140); }
td.TdClassName
{
border-color: #BBB98C;
}
.TagClassName
{
border-color: #BBB98C;
}
</style>