Shades of Coriander #BBBB8D
Tints of Coriander #BBBB8D
RGB
CMYK
RGB Variations
Color information
#BBBB8D (or 0xBBBB8D) is known color: Coriander. HEX triplet: BB, BB and 8D. RGB value is (187,187,141). Sum of RGB (Red+Green+Blue) = 187+187+141=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBB8D is #444472. Grayscale: #B5B5B5. Windows color (decimal): -4473971 or 9288635. OLE color: 9288635.
HSL color Cylindrical-coordinate representation of color #BBBB8D: hue angle of 60º 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 #BBBB8D is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 187 | 141 | - |
| CMYK | 0 | 0 | 0.25 | 0.27 |
| HSL | 60º | 0.25% | 0.64% | - |
| HSV(B) | 60º | 0.25% | 0.73% | - |
| XYZ | 43.07 | 48.03 | 32.2 | - |
| YUV | 181.76 | 105 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 141 | 0 | 0 | 0.25 | 0.27 | 60 | 0.25 | 0.64 |
| Hex | BB | BB | 8D | 0 | 0 | 19 | 1B | 3C | 19 | 40 |
| Octal | 273 | 273 | 215 | 0 | 0 | 31 | 33 | 74 | 31 | 100 |
| Binary | 10111011 | 10111011 | 10001101 | 0 | 0 | 11001 | 11011 | 111100 | 11001 | 1000000 |
Color Harmonies of #BBBB8D
Complementary color
Monochromatic Colors of #BBBB8D
Black with #BBBB8D
Text Example
Text Example
White with #BBBB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBB8D; }
p { color: rgb(187,187,141); }
H1.HeaderClassName
{
color: #BBBB8D;
}
.AnyTagClassName
{
color: #BBBB8D;
}
</style>
background-color css
<style>
a { background-color: #BBBB8D; }
a { background-color: rgb(187,187,141); }
div.DivClassName
{
background-color: #BBBB8D;
}
.BgClassName
{
background-color: #BBBB8D;
}
</style>
border-color css
<style>
span { border-color: #BBBB8D; }
span { border-color: rgb(187,187,141); }
td.TdClassName
{
border-color: #BBBB8D;
}
.TagClassName
{
border-color: #BBBB8D;
}
</style>