Shades of Coriander #BBB485
Tints of Coriander #BBB485
RGB
CMYK
RGB Variations
Color information
#BBB485 (or 0xBBB485) is known color: Coriander. HEX triplet: BB, B4 and 85. RGB value is (187,180,133). Sum of RGB (Red+Green+Blue) = 187+180+133=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB485 is #444B7A. Grayscale: #B0B0B0. Windows color (decimal): -4475771 or 8762555. OLE color: 8762555.
HSL color Cylindrical-coordinate representation of color #BBB485: hue angle of 52.22º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBB485 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 133 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.27 |
| HSL | 52.22º | 0.28% | 0.63% | - |
| HSV(B) | 52.22º | 0.29% | 0.73% | - |
| XYZ | 41.05 | 44.9 | 28.69 | - |
| YUV | 176.74 | 103.32 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 133 | 0 | 0.04 | 0.29 | 0.27 | 52.22 | 0.28 | 0.63 |
| Hex | BB | B4 | 85 | 0 | 4 | 1D | 1B | 34 | 1C | 3F |
| Octal | 273 | 264 | 205 | 0 | 4 | 35 | 33 | 64 | 34 | 77 |
| Binary | 10111011 | 10110100 | 10000101 | 0 | 100 | 11101 | 11011 | 110100 | 11100 | 111111 |
Color Harmonies of #BBB485
Complementary color
Monochromatic Colors of #BBB485
Black with #BBB485
Text Example
Text Example
White with #BBB485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB485; }
p { color: rgb(187,180,133); }
H1.HeaderClassName
{
color: #BBB485;
}
.AnyTagClassName
{
color: #BBB485;
}
</style>
background-color css
<style>
a { background-color: #BBB485; }
a { background-color: rgb(187,180,133); }
div.DivClassName
{
background-color: #BBB485;
}
.BgClassName
{
background-color: #BBB485;
}
</style>
border-color css
<style>
span { border-color: #BBB485; }
span { border-color: rgb(187,180,133); }
td.TdClassName
{
border-color: #BBB485;
}
.TagClassName
{
border-color: #BBB485;
}
</style>