Shades of Coriander #BFBB89
Tints of Coriander #BFBB89
RGB
CMYK
RGB Variations
Color information
#BFBB89 (or 0xBFBB89) is known color: Coriander. HEX triplet: BF, BB and 89. RGB value is (191,187,137). Sum of RGB (Red+Green+Blue) = 191+187+137=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 137 (53.91% from 255 or 26.60% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBB89 is #404476. Grayscale: #B6B6B6. Windows color (decimal): -4211831 or 9026495. OLE color: 9026495.
HSL color Cylindrical-coordinate representation of color #BFBB89: hue angle of 55.56º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFBB89 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 187 | 137 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.25 |
| HSL | 55.56º | 0.3% | 0.64% | - |
| HSV(B) | 55.56º | 0.28% | 0.75% | - |
| XYZ | 43.77 | 48.42 | 30.71 | - |
| YUV | 182.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 137 | 0 | 0.02 | 0.28 | 0.25 | 55.56 | 0.3 | 0.64 |
| Hex | BF | BB | 89 | 0 | 2 | 1C | 19 | 38 | 1E | 40 |
| Octal | 277 | 273 | 211 | 0 | 2 | 34 | 31 | 70 | 36 | 100 |
| Binary | 10111111 | 10111011 | 10001001 | 0 | 10 | 11100 | 11001 | 111000 | 11110 | 1000000 |
Color Harmonies of #BFBB89
Complementary color
Monochromatic Colors of #BFBB89
Black with #BFBB89
Text Example
Text Example
White with #BFBB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBB89; }
p { color: rgb(191,187,137); }
H1.HeaderClassName
{
color: #BFBB89;
}
.AnyTagClassName
{
color: #BFBB89;
}
</style>
background-color css
<style>
a { background-color: #BFBB89; }
a { background-color: rgb(191,187,137); }
div.DivClassName
{
background-color: #BFBB89;
}
.BgClassName
{
background-color: #BFBB89;
}
</style>
border-color css
<style>
span { border-color: #BFBB89; }
span { border-color: rgb(191,187,137); }
td.TdClassName
{
border-color: #BFBB89;
}
.TagClassName
{
border-color: #BFBB89;
}
</style>