Shades of Coriander #BBBA8C
Tints of Coriander #BBBA8C
RGB
CMYK
RGB Variations
Color information
#BBBA8C (or 0xBBBA8C) is known color: Coriander. HEX triplet: BB, BA and 8C. RGB value is (187,186,140). Sum of RGB (Red+Green+Blue) = 187+186+140=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBA8C is #444573. Grayscale: #B5B5B5. Windows color (decimal): -4474228 or 9222843. OLE color: 9222843.
HSL color Cylindrical-coordinate representation of color #BBBA8C: hue angle of 58.72º 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 #BBBA8C is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 140 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.27 |
| HSL | 58.72º | 0.26% | 0.64% | - |
| HSV(B) | 58.72º | 0.25% | 0.73% | - |
| XYZ | 42.79 | 47.58 | 31.74 | - |
| YUV | 181.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 140 | 0 | 0.01 | 0.25 | 0.27 | 58.72 | 0.26 | 0.64 |
| Hex | BB | BA | 8C | 0 | 1 | 19 | 1B | 3B | 1A | 40 |
| Octal | 273 | 272 | 214 | 0 | 1 | 31 | 33 | 73 | 32 | 100 |
| Binary | 10111011 | 10111010 | 10001100 | 0 | 1 | 11001 | 11011 | 111011 | 11010 | 1000000 |
Color Harmonies of #BBBA8C
Complementary color
Monochromatic Colors of #BBBA8C
Black with #BBBA8C
Text Example
Text Example
White with #BBBA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA8C; }
p { color: rgb(187,186,140); }
H1.HeaderClassName
{
color: #BBBA8C;
}
.AnyTagClassName
{
color: #BBBA8C;
}
</style>
background-color css
<style>
a { background-color: #BBBA8C; }
a { background-color: rgb(187,186,140); }
div.DivClassName
{
background-color: #BBBA8C;
}
.BgClassName
{
background-color: #BBBA8C;
}
</style>
border-color css
<style>
span { border-color: #BBBA8C; }
span { border-color: rgb(187,186,140); }
td.TdClassName
{
border-color: #BBBA8C;
}
.TagClassName
{
border-color: #BBBA8C;
}
</style>