Shades of Coriander #BBB285
Tints of Coriander #BBB285
RGB
CMYK
RGB Variations
Color information
#BBB285 (or 0xBBB285) is known color: Coriander. HEX triplet: BB, B2 and 85. RGB value is (187,178,133). Sum of RGB (Red+Green+Blue) = 187+178+133=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB285 is #444D7A. Grayscale: #AFAFAF. Windows color (decimal): -4476283 or 8762043. OLE color: 8762043.
HSL color Cylindrical-coordinate representation of color #BBB285: hue angle of 50º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBB285 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 178 | 133 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.27 |
| HSL | 50º | 0.28% | 0.63% | - |
| HSV(B) | 50º | 0.29% | 0.73% | - |
| XYZ | 40.65 | 44.1 | 28.56 | - |
| YUV | 175.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 133 | 0 | 0.05 | 0.29 | 0.27 | 50 | 0.28 | 0.63 |
| Hex | BB | B2 | 85 | 0 | 5 | 1D | 1B | 32 | 1C | 3F |
| Octal | 273 | 262 | 205 | 0 | 5 | 35 | 33 | 62 | 34 | 77 |
| Binary | 10111011 | 10110010 | 10000101 | 0 | 101 | 11101 | 11011 | 110010 | 11100 | 111111 |
Color Harmonies of #BBB285
Complementary color
Monochromatic Colors of #BBB285
Black with #BBB285
Text Example
Text Example
White with #BBB285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB285; }
p { color: rgb(187,178,133); }
H1.HeaderClassName
{
color: #BBB285;
}
.AnyTagClassName
{
color: #BBB285;
}
</style>
background-color css
<style>
a { background-color: #BBB285; }
a { background-color: rgb(187,178,133); }
div.DivClassName
{
background-color: #BBB285;
}
.BgClassName
{
background-color: #BBB285;
}
</style>
border-color css
<style>
span { border-color: #BBB285; }
span { border-color: rgb(187,178,133); }
td.TdClassName
{
border-color: #BBB285;
}
.TagClassName
{
border-color: #BBB285;
}
</style>