Shades of Coriander #BBB992
Tints of Coriander #BBB992
RGB
CMYK
RGB Variations
Color information
#BBB992 (or 0xBBB992) is known color: Coriander. HEX triplet: BB, B9 and 92. RGB value is (187,185,146). Sum of RGB (Red+Green+Blue) = 187+185+146=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB992 is #44466D. Grayscale: #B5B5B5. Windows color (decimal): -4474478 or 9615803. OLE color: 9615803.
HSL color Cylindrical-coordinate representation of color #BBB992: hue angle of 57.07º 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 #BBB992 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 146 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.27 |
| HSL | 57.07º | 0.23% | 0.65% | - |
| HSV(B) | 57.07º | 0.22% | 0.73% | - |
| XYZ | 43.03 | 47.34 | 34.06 | - |
| YUV | 181.15 | 108.16 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 146 | 0 | 0.01 | 0.22 | 0.27 | 57.07 | 0.23 | 0.65 |
| Hex | BB | B9 | 92 | 0 | 1 | 16 | 1B | 39 | 17 | 41 |
| Octal | 273 | 271 | 222 | 0 | 1 | 26 | 33 | 71 | 27 | 101 |
| Binary | 10111011 | 10111001 | 10010010 | 0 | 1 | 10110 | 11011 | 111001 | 10111 | 1000001 |
Color Harmonies of #BBB992
Complementary color
Monochromatic Colors of #BBB992
Black with #BBB992
Text Example
Text Example
White with #BBB992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB992; }
p { color: rgb(187,185,146); }
H1.HeaderClassName
{
color: #BBB992;
}
.AnyTagClassName
{
color: #BBB992;
}
</style>
background-color css
<style>
a { background-color: #BBB992; }
a { background-color: rgb(187,185,146); }
div.DivClassName
{
background-color: #BBB992;
}
.BgClassName
{
background-color: #BBB992;
}
</style>
border-color css
<style>
span { border-color: #BBB992; }
span { border-color: rgb(187,185,146); }
td.TdClassName
{
border-color: #BBB992;
}
.TagClassName
{
border-color: #BBB992;
}
</style>