Shades of Coriander #BBB493
Tints of Coriander #BBB493
RGB
CMYK
RGB Variations
Color information
#BBB493 (or 0xBBB493) is known color: Coriander. HEX triplet: BB, B4 and 93. RGB value is (187,180,147). Sum of RGB (Red+Green+Blue) = 187+180+147=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB493 is #444B6C. Grayscale: #B2B2B2. Windows color (decimal): -4475757 or 9680059. OLE color: 9680059.
HSL color Cylindrical-coordinate representation of color #BBB493: hue angle of 49.5º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBB493 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 147 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.27 |
| HSL | 49.5º | 0.23% | 0.65% | - |
| HSV(B) | 49.5º | 0.21% | 0.73% | - |
| XYZ | 42.08 | 45.31 | 34.13 | - |
| YUV | 178.33 | 110.32 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 147 | 0 | 0.04 | 0.21 | 0.27 | 49.5 | 0.23 | 0.65 |
| Hex | BB | B4 | 93 | 0 | 4 | 15 | 1B | 32 | 17 | 41 |
| Octal | 273 | 264 | 223 | 0 | 4 | 25 | 33 | 62 | 27 | 101 |
| Binary | 10111011 | 10110100 | 10010011 | 0 | 100 | 10101 | 11011 | 110010 | 10111 | 1000001 |
Color Harmonies of #BBB493
Complementary color
Monochromatic Colors of #BBB493
Black with #BBB493
Text Example
Text Example
White with #BBB493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB493; }
p { color: rgb(187,180,147); }
H1.HeaderClassName
{
color: #BBB493;
}
.AnyTagClassName
{
color: #BBB493;
}
</style>
background-color css
<style>
a { background-color: #BBB493; }
a { background-color: rgb(187,180,147); }
div.DivClassName
{
background-color: #BBB493;
}
.BgClassName
{
background-color: #BBB493;
}
</style>
border-color css
<style>
span { border-color: #BBB493; }
span { border-color: rgb(187,180,147); }
td.TdClassName
{
border-color: #BBB493;
}
.TagClassName
{
border-color: #BBB493;
}
</style>