Shades of Coriander #BBB482
Tints of Coriander #BBB482
RGB
CMYK
RGB Variations
Color information
#BBB482 (or 0xBBB482) is known color: Coriander. HEX triplet: BB, B4 and 82. RGB value is (187,180,130). Sum of RGB (Red+Green+Blue) = 187+180+130=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB482 is #444B7D. Grayscale: #B0B0B0. Windows color (decimal): -4475774 or 8565947. OLE color: 8565947.
HSL color Cylindrical-coordinate representation of color #BBB482: hue angle of 52.63º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBB482 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 130 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.27 |
| HSL | 52.63º | 0.3% | 0.62% | - |
| HSV(B) | 52.63º | 0.3% | 0.73% | - |
| XYZ | 40.84 | 44.82 | 27.62 | - |
| YUV | 176.39 | 101.82 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 130 | 0 | 0.04 | 0.30 | 0.27 | 52.63 | 0.3 | 0.62 |
| Hex | BB | B4 | 82 | 0 | 4 | 1E | 1B | 35 | 1E | 3E |
| Octal | 273 | 264 | 202 | 0 | 4 | 36 | 33 | 65 | 36 | 76 |
| Binary | 10111011 | 10110100 | 10000010 | 0 | 100 | 11110 | 11011 | 110101 | 11110 | 111110 |
Color Harmonies of #BBB482
Complementary color
Monochromatic Colors of #BBB482
Black with #BBB482
Text Example
Text Example
White with #BBB482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB482; }
p { color: rgb(187,180,130); }
H1.HeaderClassName
{
color: #BBB482;
}
.AnyTagClassName
{
color: #BBB482;
}
</style>
background-color css
<style>
a { background-color: #BBB482; }
a { background-color: rgb(187,180,130); }
div.DivClassName
{
background-color: #BBB482;
}
.BgClassName
{
background-color: #BBB482;
}
</style>
border-color css
<style>
span { border-color: #BBB482; }
span { border-color: rgb(187,180,130); }
td.TdClassName
{
border-color: #BBB482;
}
.TagClassName
{
border-color: #BBB482;
}
</style>