Shades of Coriander #BBB491
Tints of Coriander #BBB491
RGB
CMYK
RGB Variations
Color information
#BBB491 (or 0xBBB491) is known color: Coriander. HEX triplet: BB, B4 and 91. RGB value is (187,180,145). Sum of RGB (Red+Green+Blue) = 187+180+145=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB491 is #444B6E. Grayscale: #B2B2B2. Windows color (decimal): -4475759 or 9548987. OLE color: 9548987.
HSL color Cylindrical-coordinate representation of color #BBB491: hue angle of 50º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBB491 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 145 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.27 |
| HSL | 50º | 0.24% | 0.65% | - |
| HSV(B) | 50º | 0.22% | 0.73% | - |
| XYZ | 41.93 | 45.25 | 33.31 | - |
| YUV | 178.1 | 109.32 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 145 | 0 | 0.04 | 0.22 | 0.27 | 50 | 0.24 | 0.65 |
| Hex | BB | B4 | 91 | 0 | 4 | 16 | 1B | 32 | 18 | 41 |
| Octal | 273 | 264 | 221 | 0 | 4 | 26 | 33 | 62 | 30 | 101 |
| Binary | 10111011 | 10110100 | 10010001 | 0 | 100 | 10110 | 11011 | 110010 | 11000 | 1000001 |
Color Harmonies of #BBB491
Complementary color
Monochromatic Colors of #BBB491
Black with #BBB491
Text Example
Text Example
White with #BBB491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB491; }
p { color: rgb(187,180,145); }
H1.HeaderClassName
{
color: #BBB491;
}
.AnyTagClassName
{
color: #BBB491;
}
</style>
background-color css
<style>
a { background-color: #BBB491; }
a { background-color: rgb(187,180,145); }
div.DivClassName
{
background-color: #BBB491;
}
.BgClassName
{
background-color: #BBB491;
}
</style>
border-color css
<style>
span { border-color: #BBB491; }
span { border-color: rgb(187,180,145); }
td.TdClassName
{
border-color: #BBB491;
}
.TagClassName
{
border-color: #BBB491;
}
</style>