Shades of Coriander #BFBB90
Tints of Coriander #BFBB90
RGB
CMYK
RGB Variations
Color information
#BFBB90 (or 0xBFBB90) is known color: Coriander. HEX triplet: BF, BB and 90. RGB value is (191,187,144). Sum of RGB (Red+Green+Blue) = 191+187+144=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBB90 is #40446F. Grayscale: #B7B7B7. Windows color (decimal): -4211824 or 9485247. OLE color: 9485247.
HSL color Cylindrical-coordinate representation of color #BFBB90: hue angle of 54.89º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFBB90 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 187 | 144 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.25 |
| HSL | 54.89º | 0.27% | 0.66% | - |
| HSV(B) | 54.89º | 0.25% | 0.75% | - |
| XYZ | 44.29 | 48.63 | 33.44 | - |
| YUV | 183.29 | 105.83 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 144 | 0 | 0.02 | 0.25 | 0.25 | 54.89 | 0.27 | 0.66 |
| Hex | BF | BB | 90 | 0 | 2 | 19 | 19 | 37 | 1B | 42 |
| Octal | 277 | 273 | 220 | 0 | 2 | 31 | 31 | 67 | 33 | 102 |
| Binary | 10111111 | 10111011 | 10010000 | 0 | 10 | 11001 | 11001 | 110111 | 11011 | 1000010 |
Color Harmonies of #BFBB90
Complementary color
Monochromatic Colors of #BFBB90
Black with #BFBB90
Text Example
Text Example
White with #BFBB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBB90; }
p { color: rgb(191,187,144); }
H1.HeaderClassName
{
color: #BFBB90;
}
.AnyTagClassName
{
color: #BFBB90;
}
</style>
background-color css
<style>
a { background-color: #BFBB90; }
a { background-color: rgb(191,187,144); }
div.DivClassName
{
background-color: #BFBB90;
}
.BgClassName
{
background-color: #BFBB90;
}
</style>
border-color css
<style>
span { border-color: #BFBB90; }
span { border-color: rgb(191,187,144); }
td.TdClassName
{
border-color: #BFBB90;
}
.TagClassName
{
border-color: #BFBB90;
}
</style>