Shades of Coriander #BBB580
Tints of Coriander #BBB580
RGB
CMYK
RGB Variations
Color information
#BBB580 (or 0xBBB580) is known color: Coriander. HEX triplet: BB, B5 and 80. RGB value is (187,181,128). Sum of RGB (Red+Green+Blue) = 187+181+128=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB580 is #444A7F. Grayscale: #B0B0B0. Windows color (decimal): -4475520 or 8435131. OLE color: 8435131.
HSL color Cylindrical-coordinate representation of color #BBB580: hue angle of 53.9º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBB580 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 181 | 128 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.27 |
| HSL | 53.9º | 0.3% | 0.62% | - |
| HSV(B) | 53.9º | 0.32% | 0.73% | - |
| XYZ | 40.91 | 45.17 | 26.98 | - |
| YUV | 176.75 | 100.49 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 128 | 0 | 0.03 | 0.32 | 0.27 | 53.9 | 0.3 | 0.62 |
| Hex | BB | B5 | 80 | 0 | 3 | 20 | 1B | 36 | 1E | 3E |
| Octal | 273 | 265 | 200 | 0 | 3 | 40 | 33 | 66 | 36 | 76 |
| Binary | 10111011 | 10110101 | 10000000 | 0 | 11 | 100000 | 11011 | 110110 | 11110 | 111110 |
Color Harmonies of #BBB580
Complementary color
Monochromatic Colors of #BBB580
Black with #BBB580
Text Example
Text Example
White with #BBB580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB580; }
p { color: rgb(187,181,128); }
H1.HeaderClassName
{
color: #BBB580;
}
.AnyTagClassName
{
color: #BBB580;
}
</style>
background-color css
<style>
a { background-color: #BBB580; }
a { background-color: rgb(187,181,128); }
div.DivClassName
{
background-color: #BBB580;
}
.BgClassName
{
background-color: #BBB580;
}
</style>
border-color css
<style>
span { border-color: #BBB580; }
span { border-color: rgb(187,181,128); }
td.TdClassName
{
border-color: #BBB580;
}
.TagClassName
{
border-color: #BBB580;
}
</style>