Shades of Coriander #BBB997
Tints of Coriander #BBB997
RGB
CMYK
RGB Variations
Color information
#BBB997 (or 0xBBB997) is known color: Coriander. HEX triplet: BB, B9 and 97. RGB value is (187,185,151). Sum of RGB (Red+Green+Blue) = 187+185+151=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB997 is #444668. Grayscale: #B5B5B5. Windows color (decimal): -4474473 or 9943483. OLE color: 9943483.
HSL color Cylindrical-coordinate representation of color #BBB997: hue angle of 56.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBB997 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 151 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.27 |
| HSL | 56.67º | 0.21% | 0.66% | - |
| HSV(B) | 56.67º | 0.19% | 0.73% | - |
| XYZ | 43.43 | 47.5 | 36.16 | - |
| YUV | 181.72 | 110.66 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 151 | 0 | 0.01 | 0.19 | 0.27 | 56.67 | 0.21 | 0.66 |
| Hex | BB | B9 | 97 | 0 | 1 | 13 | 1B | 39 | 15 | 42 |
| Octal | 273 | 271 | 227 | 0 | 1 | 23 | 33 | 71 | 25 | 102 |
| Binary | 10111011 | 10111001 | 10010111 | 0 | 1 | 10011 | 11011 | 111001 | 10101 | 1000010 |
Color Harmonies of #BBB997
Complementary color
Monochromatic Colors of #BBB997
Black with #BBB997
Text Example
Text Example
White with #BBB997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB997; }
p { color: rgb(187,185,151); }
H1.HeaderClassName
{
color: #BBB997;
}
.AnyTagClassName
{
color: #BBB997;
}
</style>
background-color css
<style>
a { background-color: #BBB997; }
a { background-color: rgb(187,185,151); }
div.DivClassName
{
background-color: #BBB997;
}
.BgClassName
{
background-color: #BBB997;
}
</style>
border-color css
<style>
span { border-color: #BBB997; }
span { border-color: rgb(187,185,151); }
td.TdClassName
{
border-color: #BBB997;
}
.TagClassName
{
border-color: #BBB997;
}
</style>