Shades of Coriander #BFBC88
Tints of Coriander #BFBC88
RGB
CMYK
RGB Variations
Color information
#BFBC88 (or 0xBFBC88) is known color: Coriander. HEX triplet: BF, BC and 88. RGB value is (191,188,136). Sum of RGB (Red+Green+Blue) = 191+188+136=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBC88 is #404377. Grayscale: #B7B7B7. Windows color (decimal): -4211576 or 8961215. OLE color: 8961215.
HSL color Cylindrical-coordinate representation of color #BFBC88: hue angle of 56.73º 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 #BFBC88 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 136 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.25 |
| HSL | 56.73º | 0.3% | 0.64% | - |
| HSV(B) | 56.73º | 0.29% | 0.75% | - |
| XYZ | 43.91 | 48.82 | 30.4 | - |
| YUV | 182.97 | 101.49 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 136 | 0 | 0.02 | 0.29 | 0.25 | 56.73 | 0.3 | 0.64 |
| Hex | BF | BC | 88 | 0 | 2 | 1D | 19 | 39 | 1E | 40 |
| Octal | 277 | 274 | 210 | 0 | 2 | 35 | 31 | 71 | 36 | 100 |
| Binary | 10111111 | 10111100 | 10001000 | 0 | 10 | 11101 | 11001 | 111001 | 11110 | 1000000 |
Color Harmonies of #BFBC88
Complementary color
Monochromatic Colors of #BFBC88
Black with #BFBC88
Text Example
Text Example
White with #BFBC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC88; }
p { color: rgb(191,188,136); }
H1.HeaderClassName
{
color: #BFBC88;
}
.AnyTagClassName
{
color: #BFBC88;
}
</style>
background-color css
<style>
a { background-color: #BFBC88; }
a { background-color: rgb(191,188,136); }
div.DivClassName
{
background-color: #BFBC88;
}
.BgClassName
{
background-color: #BFBC88;
}
</style>
border-color css
<style>
span { border-color: #BFBC88; }
span { border-color: rgb(191,188,136); }
td.TdClassName
{
border-color: #BFBC88;
}
.TagClassName
{
border-color: #BFBC88;
}
</style>