Shades of Coriander #BFB688
Tints of Coriander #BFB688
RGB
CMYK
RGB Variations
Color information
#BFB688 (or 0xBFB688) is known color: Coriander. HEX triplet: BF, B6 and 88. RGB value is (191,182,136). Sum of RGB (Red+Green+Blue) = 191+182+136=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB688 is #404977. Grayscale: #B3B3B3. Windows color (decimal): -4213112 or 8959679. OLE color: 8959679.
HSL color Cylindrical-coordinate representation of color #BFB688: hue angle of 50.18º 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 #BFB688 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 182 | 136 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.25 |
| HSL | 50.18º | 0.3% | 0.64% | - |
| HSV(B) | 50.18º | 0.29% | 0.75% | - |
| XYZ | 42.66 | 46.31 | 29.98 | - |
| YUV | 179.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 136 | 0 | 0.05 | 0.29 | 0.25 | 50.18 | 0.3 | 0.64 |
| Hex | BF | B6 | 88 | 0 | 5 | 1D | 19 | 32 | 1E | 40 |
| Octal | 277 | 266 | 210 | 0 | 5 | 35 | 31 | 62 | 36 | 100 |
| Binary | 10111111 | 10110110 | 10001000 | 0 | 101 | 11101 | 11001 | 110010 | 11110 | 1000000 |
Color Harmonies of #BFB688
Complementary color
Monochromatic Colors of #BFB688
Black with #BFB688
Text Example
Text Example
White with #BFB688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB688; }
p { color: rgb(191,182,136); }
H1.HeaderClassName
{
color: #BFB688;
}
.AnyTagClassName
{
color: #BFB688;
}
</style>
background-color css
<style>
a { background-color: #BFB688; }
a { background-color: rgb(191,182,136); }
div.DivClassName
{
background-color: #BFB688;
}
.BgClassName
{
background-color: #BFB688;
}
</style>
border-color css
<style>
span { border-color: #BFB688; }
span { border-color: rgb(191,182,136); }
td.TdClassName
{
border-color: #BFB688;
}
.TagClassName
{
border-color: #BFB688;
}
</style>