Shades of Coriander #BFB788
Tints of Coriander #BFB788
RGB
CMYK
RGB Variations
Color information
#BFB788 (or 0xBFB788) is known color: Coriander. HEX triplet: BF, B7 and 88. RGB value is (191,183,136). Sum of RGB (Red+Green+Blue) = 191+183+136=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB788 is #404877. Grayscale: #B4B4B4. Windows color (decimal): -4212856 or 8959935. OLE color: 8959935.
HSL color Cylindrical-coordinate representation of color #BFB788: hue angle of 51.27º 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 #BFB788 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 136 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.25 |
| HSL | 51.27º | 0.3% | 0.64% | - |
| HSV(B) | 51.27º | 0.29% | 0.75% | - |
| XYZ | 42.86 | 46.72 | 30.05 | - |
| YUV | 180.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 136 | 0 | 0.04 | 0.29 | 0.25 | 51.27 | 0.3 | 0.64 |
| Hex | BF | B7 | 88 | 0 | 4 | 1D | 19 | 33 | 1E | 40 |
| Octal | 277 | 267 | 210 | 0 | 4 | 35 | 31 | 63 | 36 | 100 |
| Binary | 10111111 | 10110111 | 10001000 | 0 | 100 | 11101 | 11001 | 110011 | 11110 | 1000000 |
Color Harmonies of #BFB788
Complementary color
Monochromatic Colors of #BFB788
Black with #BFB788
Text Example
Text Example
White with #BFB788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB788; }
p { color: rgb(191,183,136); }
H1.HeaderClassName
{
color: #BFB788;
}
.AnyTagClassName
{
color: #BFB788;
}
</style>
background-color css
<style>
a { background-color: #BFB788; }
a { background-color: rgb(191,183,136); }
div.DivClassName
{
background-color: #BFB788;
}
.BgClassName
{
background-color: #BFB788;
}
</style>
border-color css
<style>
span { border-color: #BFB788; }
span { border-color: rgb(191,183,136); }
td.TdClassName
{
border-color: #BFB788;
}
.TagClassName
{
border-color: #BFB788;
}
</style>