Shades of Coriander #BBB490
Tints of Coriander #BBB490
RGB
CMYK
RGB Variations
Color information
#BBB490 (or 0xBBB490) is known color: Coriander. HEX triplet: BB, B4 and 90. RGB value is (187,180,144). Sum of RGB (Red+Green+Blue) = 187+180+144=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB490 is #444B6F. Grayscale: #B2B2B2. Windows color (decimal): -4475760 or 9483451. OLE color: 9483451.
HSL color Cylindrical-coordinate representation of color #BBB490: hue angle of 50.23º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBB490 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 144 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.27 |
| HSL | 50.23º | 0.24% | 0.65% | - |
| HSV(B) | 50.23º | 0.23% | 0.73% | - |
| XYZ | 41.85 | 45.22 | 32.91 | - |
| YUV | 177.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 144 | 0 | 0.04 | 0.23 | 0.27 | 50.23 | 0.24 | 0.65 |
| Hex | BB | B4 | 90 | 0 | 4 | 17 | 1B | 32 | 18 | 41 |
| Octal | 273 | 264 | 220 | 0 | 4 | 27 | 33 | 62 | 30 | 101 |
| Binary | 10111011 | 10110100 | 10010000 | 0 | 100 | 10111 | 11011 | 110010 | 11000 | 1000001 |
Color Harmonies of #BBB490
Complementary color
Monochromatic Colors of #BBB490
Black with #BBB490
Text Example
Text Example
White with #BBB490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB490; }
p { color: rgb(187,180,144); }
H1.HeaderClassName
{
color: #BBB490;
}
.AnyTagClassName
{
color: #BBB490;
}
</style>
background-color css
<style>
a { background-color: #BBB490; }
a { background-color: rgb(187,180,144); }
div.DivClassName
{
background-color: #BBB490;
}
.BgClassName
{
background-color: #BBB490;
}
</style>
border-color css
<style>
span { border-color: #BBB490; }
span { border-color: rgb(187,180,144); }
td.TdClassName
{
border-color: #BBB490;
}
.TagClassName
{
border-color: #BBB490;
}
</style>