Shades of Coriander #BFBA90
Tints of Coriander #BFBA90
RGB
CMYK
RGB Variations
Color information
#BFBA90 (or 0xBFBA90) is known color: Coriander. HEX triplet: BF, BA and 90. RGB value is (191,186,144). Sum of RGB (Red+Green+Blue) = 191+186+144=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBA90 is #40456F. Grayscale: #B6B6B6. Windows color (decimal): -4212080 or 9484991. OLE color: 9484991.
HSL color Cylindrical-coordinate representation of color #BFBA90: hue angle of 53.62º 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 #BFBA90 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 144 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.25 |
| HSL | 53.62º | 0.27% | 0.66% | - |
| HSV(B) | 53.62º | 0.25% | 0.75% | - |
| XYZ | 44.08 | 48.21 | 33.37 | - |
| YUV | 182.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 144 | 0 | 0.03 | 0.25 | 0.25 | 53.62 | 0.27 | 0.66 |
| Hex | BF | BA | 90 | 0 | 3 | 19 | 19 | 36 | 1B | 42 |
| Octal | 277 | 272 | 220 | 0 | 3 | 31 | 31 | 66 | 33 | 102 |
| Binary | 10111111 | 10111010 | 10010000 | 0 | 11 | 11001 | 11001 | 110110 | 11011 | 1000010 |
Color Harmonies of #BFBA90
Complementary color
Monochromatic Colors of #BFBA90
Black with #BFBA90
Text Example
Text Example
White with #BFBA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA90; }
p { color: rgb(191,186,144); }
H1.HeaderClassName
{
color: #BFBA90;
}
.AnyTagClassName
{
color: #BFBA90;
}
</style>
background-color css
<style>
a { background-color: #BFBA90; }
a { background-color: rgb(191,186,144); }
div.DivClassName
{
background-color: #BFBA90;
}
.BgClassName
{
background-color: #BFBA90;
}
</style>
border-color css
<style>
span { border-color: #BFBA90; }
span { border-color: rgb(191,186,144); }
td.TdClassName
{
border-color: #BFBA90;
}
.TagClassName
{
border-color: #BFBA90;
}
</style>