Shades of Coriander #BBB494
Tints of Coriander #BBB494
RGB
CMYK
RGB Variations
Color information
#BBB494 (or 0xBBB494) is known color: Coriander. HEX triplet: BB, B4 and 94. RGB value is (187,180,148). Sum of RGB (Red+Green+Blue) = 187+180+148=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB494 is #444B6B. Grayscale: #B2B2B2. Windows color (decimal): -4475756 or 9745595. OLE color: 9745595.
HSL color Cylindrical-coordinate representation of color #BBB494: hue angle of 49.23º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBB494 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 148 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.27 |
| HSL | 49.23º | 0.22% | 0.66% | - |
| HSV(B) | 49.23º | 0.21% | 0.73% | - |
| XYZ | 42.16 | 45.35 | 34.55 | - |
| YUV | 178.45 | 110.82 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 148 | 0 | 0.04 | 0.21 | 0.27 | 49.23 | 0.22 | 0.66 |
| Hex | BB | B4 | 94 | 0 | 4 | 15 | 1B | 31 | 16 | 42 |
| Octal | 273 | 264 | 224 | 0 | 4 | 25 | 33 | 61 | 26 | 102 |
| Binary | 10111011 | 10110100 | 10010100 | 0 | 100 | 10101 | 11011 | 110001 | 10110 | 1000010 |
Color Harmonies of #BBB494
Complementary color
Monochromatic Colors of #BBB494
Black with #BBB494
Text Example
Text Example
White with #BBB494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB494; }
p { color: rgb(187,180,148); }
H1.HeaderClassName
{
color: #BBB494;
}
.AnyTagClassName
{
color: #BBB494;
}
</style>
background-color css
<style>
a { background-color: #BBB494; }
a { background-color: rgb(187,180,148); }
div.DivClassName
{
background-color: #BBB494;
}
.BgClassName
{
background-color: #BBB494;
}
</style>
border-color css
<style>
span { border-color: #BBB494; }
span { border-color: rgb(187,180,148); }
td.TdClassName
{
border-color: #BBB494;
}
.TagClassName
{
border-color: #BBB494;
}
</style>