Shades of Coriander #BBBA8F
Tints of Coriander #BBBA8F
RGB
CMYK
RGB Variations
Color information
#BBBA8F (or 0xBBBA8F) is known color: Coriander. HEX triplet: BB, BA and 8F. RGB value is (187,186,143). Sum of RGB (Red+Green+Blue) = 187+186+143=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBA8F is #444570. Grayscale: #B5B5B5. Windows color (decimal): -4474225 or 9419451. OLE color: 9419451.
HSL color Cylindrical-coordinate representation of color #BBBA8F: hue angle of 58.64º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBBA8F is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 143 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.27 |
| HSL | 58.64º | 0.24% | 0.65% | - |
| HSV(B) | 58.64º | 0.24% | 0.73% | - |
| XYZ | 43.01 | 47.67 | 32.92 | - |
| YUV | 181.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 143 | 0 | 0.01 | 0.24 | 0.27 | 58.64 | 0.24 | 0.65 |
| Hex | BB | BA | 8F | 0 | 1 | 18 | 1B | 3B | 18 | 41 |
| Octal | 273 | 272 | 217 | 0 | 1 | 30 | 33 | 73 | 30 | 101 |
| Binary | 10111011 | 10111010 | 10001111 | 0 | 1 | 11000 | 11011 | 111011 | 11000 | 1000001 |
Color Harmonies of #BBBA8F
Complementary color
Monochromatic Colors of #BBBA8F
Black with #BBBA8F
Text Example
Text Example
White with #BBBA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA8F; }
p { color: rgb(187,186,143); }
H1.HeaderClassName
{
color: #BBBA8F;
}
.AnyTagClassName
{
color: #BBBA8F;
}
</style>
background-color css
<style>
a { background-color: #BBBA8F; }
a { background-color: rgb(187,186,143); }
div.DivClassName
{
background-color: #BBBA8F;
}
.BgClassName
{
background-color: #BBBA8F;
}
</style>
border-color css
<style>
span { border-color: #BBBA8F; }
span { border-color: rgb(187,186,143); }
td.TdClassName
{
border-color: #BBBA8F;
}
.TagClassName
{
border-color: #BBBA8F;
}
</style>