Shades of Coriander #BFBB85
Tints of Coriander #BFBB85
RGB
CMYK
RGB Variations
Color information
#BFBB85 (or 0xBFBB85) is known color: Coriander. HEX triplet: BF, BB and 85. RGB value is (191,187,133). Sum of RGB (Red+Green+Blue) = 191+187+133=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBB85 is #40447A. Grayscale: #B6B6B6. Windows color (decimal): -4211835 or 8764351. OLE color: 8764351.
HSL color Cylindrical-coordinate representation of color #BFBB85: hue angle of 55.86º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFBB85 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 187 | 133 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.25 |
| HSL | 55.86º | 0.31% | 0.64% | - |
| HSV(B) | 55.86º | 0.3% | 0.75% | - |
| XYZ | 43.49 | 48.31 | 29.22 | - |
| YUV | 182.04 | 100.33 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 133 | 0 | 0.02 | 0.30 | 0.25 | 55.86 | 0.31 | 0.64 |
| Hex | BF | BB | 85 | 0 | 2 | 1E | 19 | 38 | 1F | 40 |
| Octal | 277 | 273 | 205 | 0 | 2 | 36 | 31 | 70 | 37 | 100 |
| Binary | 10111111 | 10111011 | 10000101 | 0 | 10 | 11110 | 11001 | 111000 | 11111 | 1000000 |
Color Harmonies of #BFBB85
Complementary color
Monochromatic Colors of #BFBB85
Black with #BFBB85
Text Example
Text Example
White with #BFBB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBB85; }
p { color: rgb(191,187,133); }
H1.HeaderClassName
{
color: #BFBB85;
}
.AnyTagClassName
{
color: #BFBB85;
}
</style>
background-color css
<style>
a { background-color: #BFBB85; }
a { background-color: rgb(191,187,133); }
div.DivClassName
{
background-color: #BFBB85;
}
.BgClassName
{
background-color: #BFBB85;
}
</style>
border-color css
<style>
span { border-color: #BFBB85; }
span { border-color: rgb(191,187,133); }
td.TdClassName
{
border-color: #BFBB85;
}
.TagClassName
{
border-color: #BFBB85;
}
</style>