Shades of Coriander #BBBA8A
Tints of Coriander #BBBA8A
RGB
CMYK
RGB Variations
Color information
#BBBA8A (or 0xBBBA8A) is known color: Coriander. HEX triplet: BB, BA and 8A. RGB value is (187,186,138). Sum of RGB (Red+Green+Blue) = 187+186+138=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBA8A is #444575. Grayscale: #B5B5B5. Windows color (decimal): -4474230 or 9091771. OLE color: 9091771.
HSL color Cylindrical-coordinate representation of color #BBBA8A: hue angle of 58.78º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBBA8A is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 138 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.27 |
| HSL | 58.78º | 0.26% | 0.64% | - |
| HSV(B) | 58.78º | 0.26% | 0.73% | - |
| XYZ | 42.64 | 47.52 | 30.97 | - |
| YUV | 180.83 | 103.83 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 138 | 0 | 0.01 | 0.26 | 0.27 | 58.78 | 0.26 | 0.64 |
| Hex | BB | BA | 8A | 0 | 1 | 1A | 1B | 3B | 1A | 40 |
| Octal | 273 | 272 | 212 | 0 | 1 | 32 | 33 | 73 | 32 | 100 |
| Binary | 10111011 | 10111010 | 10001010 | 0 | 1 | 11010 | 11011 | 111011 | 11010 | 1000000 |
Color Harmonies of #BBBA8A
Complementary color
Monochromatic Colors of #BBBA8A
Black with #BBBA8A
Text Example
Text Example
White with #BBBA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA8A; }
p { color: rgb(187,186,138); }
H1.HeaderClassName
{
color: #BBBA8A;
}
.AnyTagClassName
{
color: #BBBA8A;
}
</style>
background-color css
<style>
a { background-color: #BBBA8A; }
a { background-color: rgb(187,186,138); }
div.DivClassName
{
background-color: #BBBA8A;
}
.BgClassName
{
background-color: #BBBA8A;
}
</style>
border-color css
<style>
span { border-color: #BBBA8A; }
span { border-color: rgb(187,186,138); }
td.TdClassName
{
border-color: #BBBA8A;
}
.TagClassName
{
border-color: #BBBA8A;
}
</style>