Shades of Coriander #BFB787
Tints of Coriander #BFB787
RGB
CMYK
RGB Variations
Color information
#BFB787 (or 0xBFB787) is known color: Coriander. HEX triplet: BF, B7 and 87. RGB value is (191,183,135). Sum of RGB (Red+Green+Blue) = 191+183+135=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 135 (53.12% from 255 or 26.52% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB787 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB787 is #404878. Grayscale: #B4B4B4. Windows color (decimal): -4212857 or 8894399. OLE color: 8894399.
HSL color Cylindrical-coordinate representation of color #BFB787: hue angle of 51.43º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFB787 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 135 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.25 |
| HSL | 51.43º | 0.3% | 0.64% | - |
| HSV(B) | 51.43º | 0.29% | 0.75% | - |
| XYZ | 42.79 | 46.69 | 29.68 | - |
| YUV | 179.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 135 | 0 | 0.04 | 0.29 | 0.25 | 51.43 | 0.3 | 0.64 |
| Hex | BF | B7 | 87 | 0 | 4 | 1D | 19 | 33 | 1E | 40 |
| Octal | 277 | 267 | 207 | 0 | 4 | 35 | 31 | 63 | 36 | 100 |
| Binary | 10111111 | 10110111 | 10000111 | 0 | 100 | 11101 | 11001 | 110011 | 11110 | 1000000 |
Color Harmonies of #BFB787
Complementary color
Monochromatic Colors of #BFB787
Black with #BFB787
Text Example
Text Example
White with #BFB787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB787; }
p { color: rgb(191,183,135); }
H1.HeaderClassName
{
color: #BFB787;
}
.AnyTagClassName
{
color: #BFB787;
}
</style>
background-color css
<style>
a { background-color: #BFB787; }
a { background-color: rgb(191,183,135); }
div.DivClassName
{
background-color: #BFB787;
}
.BgClassName
{
background-color: #BFB787;
}
</style>
border-color css
<style>
span { border-color: #BFB787; }
span { border-color: rgb(191,183,135); }
td.TdClassName
{
border-color: #BFB787;
}
.TagClassName
{
border-color: #BFB787;
}
</style>