Shades of Coriander #BBB995
Tints of Coriander #BBB995
RGB
CMYK
RGB Variations
Color information
#BBB995 (or 0xBBB995) is known color: Coriander. HEX triplet: BB, B9 and 95. RGB value is (187,185,149). Sum of RGB (Red+Green+Blue) = 187+185+149=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB995 is #44466A. Grayscale: #B5B5B5. Windows color (decimal): -4474475 or 9812411. OLE color: 9812411.
HSL color Cylindrical-coordinate representation of color #BBB995: hue angle of 56.84º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBB995 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 149 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.27 |
| HSL | 56.84º | 0.22% | 0.66% | - |
| HSV(B) | 56.84º | 0.2% | 0.73% | - |
| XYZ | 43.27 | 47.43 | 35.31 | - |
| YUV | 181.49 | 109.66 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 149 | 0 | 0.01 | 0.20 | 0.27 | 56.84 | 0.22 | 0.66 |
| Hex | BB | B9 | 95 | 0 | 1 | 14 | 1B | 39 | 16 | 42 |
| Octal | 273 | 271 | 225 | 0 | 1 | 24 | 33 | 71 | 26 | 102 |
| Binary | 10111011 | 10111001 | 10010101 | 0 | 1 | 10100 | 11011 | 111001 | 10110 | 1000010 |
Color Harmonies of #BBB995
Complementary color
Monochromatic Colors of #BBB995
Black with #BBB995
Text Example
Text Example
White with #BBB995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB995; }
p { color: rgb(187,185,149); }
H1.HeaderClassName
{
color: #BBB995;
}
.AnyTagClassName
{
color: #BBB995;
}
</style>
background-color css
<style>
a { background-color: #BBB995; }
a { background-color: rgb(187,185,149); }
div.DivClassName
{
background-color: #BBB995;
}
.BgClassName
{
background-color: #BBB995;
}
</style>
border-color css
<style>
span { border-color: #BBB995; }
span { border-color: rgb(187,185,149); }
td.TdClassName
{
border-color: #BBB995;
}
.TagClassName
{
border-color: #BBB995;
}
</style>