Shades of Coriander #BBB394
Tints of Coriander #BBB394
RGB
CMYK
RGB Variations
Color information
#BBB394 (or 0xBBB394) is known color: Coriander. HEX triplet: BB, B3 and 94. RGB value is (187,179,148). Sum of RGB (Red+Green+Blue) = 187+179+148=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB394 is #444C6B. Grayscale: #B1B1B1. Windows color (decimal): -4476012 or 9745339. OLE color: 9745339.
HSL color Cylindrical-coordinate representation of color #BBB394: hue angle of 47.69º 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 #BBB394 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 148 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.27 |
| HSL | 47.69º | 0.22% | 0.66% | - |
| HSV(B) | 47.69º | 0.21% | 0.73% | - |
| XYZ | 41.96 | 44.94 | 34.48 | - |
| YUV | 177.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 148 | 0 | 0.04 | 0.21 | 0.27 | 47.69 | 0.22 | 0.66 |
| Hex | BB | B3 | 94 | 0 | 4 | 15 | 1B | 30 | 16 | 42 |
| Octal | 273 | 263 | 224 | 0 | 4 | 25 | 33 | 60 | 26 | 102 |
| Binary | 10111011 | 10110011 | 10010100 | 0 | 100 | 10101 | 11011 | 110000 | 10110 | 1000010 |
Color Harmonies of #BBB394
Complementary color
Monochromatic Colors of #BBB394
Black with #BBB394
Text Example
Text Example
White with #BBB394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB394; }
p { color: rgb(187,179,148); }
H1.HeaderClassName
{
color: #BBB394;
}
.AnyTagClassName
{
color: #BBB394;
}
</style>
background-color css
<style>
a { background-color: #BBB394; }
a { background-color: rgb(187,179,148); }
div.DivClassName
{
background-color: #BBB394;
}
.BgClassName
{
background-color: #BBB394;
}
</style>
border-color css
<style>
span { border-color: #BBB394; }
span { border-color: rgb(187,179,148); }
td.TdClassName
{
border-color: #BBB394;
}
.TagClassName
{
border-color: #BBB394;
}
</style>