Shades of Coriander #BBB385
Tints of Coriander #BBB385
RGB
CMYK
RGB Variations
Color information
#BBB385 (or 0xBBB385) is known color: Coriander. HEX triplet: BB, B3 and 85. RGB value is (187,179,133). Sum of RGB (Red+Green+Blue) = 187+179+133=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB385 is #444C7A. Grayscale: #B0B0B0. Windows color (decimal): -4476027 or 8762299. OLE color: 8762299.
HSL color Cylindrical-coordinate representation of color #BBB385: hue angle of 51.11º 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 #BBB385 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 133 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.27 |
| HSL | 51.11º | 0.28% | 0.63% | - |
| HSV(B) | 51.11º | 0.29% | 0.73% | - |
| XYZ | 40.85 | 44.5 | 28.63 | - |
| YUV | 176.15 | 103.65 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 133 | 0 | 0.04 | 0.29 | 0.27 | 51.11 | 0.28 | 0.63 |
| Hex | BB | B3 | 85 | 0 | 4 | 1D | 1B | 33 | 1C | 3F |
| Octal | 273 | 263 | 205 | 0 | 4 | 35 | 33 | 63 | 34 | 77 |
| Binary | 10111011 | 10110011 | 10000101 | 0 | 100 | 11101 | 11011 | 110011 | 11100 | 111111 |
Color Harmonies of #BBB385
Complementary color
Monochromatic Colors of #BBB385
Black with #BBB385
Text Example
Text Example
White with #BBB385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB385; }
p { color: rgb(187,179,133); }
H1.HeaderClassName
{
color: #BBB385;
}
.AnyTagClassName
{
color: #BBB385;
}
</style>
background-color css
<style>
a { background-color: #BBB385; }
a { background-color: rgb(187,179,133); }
div.DivClassName
{
background-color: #BBB385;
}
.BgClassName
{
background-color: #BBB385;
}
</style>
border-color css
<style>
span { border-color: #BBB385; }
span { border-color: rgb(187,179,133); }
td.TdClassName
{
border-color: #BBB385;
}
.TagClassName
{
border-color: #BBB385;
}
</style>