Shades of Coriander #BBB292
Tints of Coriander #BBB292
RGB
CMYK
RGB Variations
Color information
#BBB292 (or 0xBBB292) is known color: Coriander. HEX triplet: BB, B2 and 92. RGB value is (187,178,146). Sum of RGB (Red+Green+Blue) = 187+178+146=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB292 is #444D6D. Grayscale: #B1B1B1. Windows color (decimal): -4476270 or 9614011. OLE color: 9614011.
HSL color Cylindrical-coordinate representation of color #BBB292: hue angle of 46.83º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBB292 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 178 | 146 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.27 |
| HSL | 46.83º | 0.23% | 0.65% | - |
| HSV(B) | 46.83º | 0.22% | 0.73% | - |
| XYZ | 41.6 | 44.48 | 33.59 | - |
| YUV | 177.04 | 110.48 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 146 | 0 | 0.05 | 0.22 | 0.27 | 46.83 | 0.23 | 0.65 |
| Hex | BB | B2 | 92 | 0 | 5 | 16 | 1B | 2F | 17 | 41 |
| Octal | 273 | 262 | 222 | 0 | 5 | 26 | 33 | 57 | 27 | 101 |
| Binary | 10111011 | 10110010 | 10010010 | 0 | 101 | 10110 | 11011 | 101111 | 10111 | 1000001 |
Color Harmonies of #BBB292
Complementary color
Monochromatic Colors of #BBB292
Black with #BBB292
Text Example
Text Example
White with #BBB292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB292; }
p { color: rgb(187,178,146); }
H1.HeaderClassName
{
color: #BBB292;
}
.AnyTagClassName
{
color: #BBB292;
}
</style>
background-color css
<style>
a { background-color: #BBB292; }
a { background-color: rgb(187,178,146); }
div.DivClassName
{
background-color: #BBB292;
}
.BgClassName
{
background-color: #BBB292;
}
</style>
border-color css
<style>
span { border-color: #BBB292; }
span { border-color: rgb(187,178,146); }
td.TdClassName
{
border-color: #BBB292;
}
.TagClassName
{
border-color: #BBB292;
}
</style>