Shades of Coriander #BFBC94
Tints of Coriander #BFBC94
RGB
CMYK
RGB Variations
Color information
#BFBC94 (or 0xBFBC94) is known color: Coriander. HEX triplet: BF, BC and 94. RGB value is (191,188,148). Sum of RGB (Red+Green+Blue) = 191+188+148=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBC94 is #40436B. Grayscale: #B8B8B8. Windows color (decimal): -4211564 or 9747647. OLE color: 9747647.
HSL color Cylindrical-coordinate representation of color #BFBC94: hue angle of 55.81º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFBC94 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 148 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.25 |
| HSL | 55.81º | 0.25% | 0.66% | - |
| HSV(B) | 55.81º | 0.23% | 0.75% | - |
| XYZ | 44.81 | 49.18 | 35.15 | - |
| YUV | 184.34 | 107.49 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 148 | 0 | 0.02 | 0.23 | 0.25 | 55.81 | 0.25 | 0.66 |
| Hex | BF | BC | 94 | 0 | 2 | 17 | 19 | 38 | 19 | 42 |
| Octal | 277 | 274 | 224 | 0 | 2 | 27 | 31 | 70 | 31 | 102 |
| Binary | 10111111 | 10111100 | 10010100 | 0 | 10 | 10111 | 11001 | 111000 | 11001 | 1000010 |
Color Harmonies of #BFBC94
Complementary color
Monochromatic Colors of #BFBC94
Black with #BFBC94
Text Example
Text Example
White with #BFBC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC94; }
p { color: rgb(191,188,148); }
H1.HeaderClassName
{
color: #BFBC94;
}
.AnyTagClassName
{
color: #BFBC94;
}
</style>
background-color css
<style>
a { background-color: #BFBC94; }
a { background-color: rgb(191,188,148); }
div.DivClassName
{
background-color: #BFBC94;
}
.BgClassName
{
background-color: #BFBC94;
}
</style>
border-color css
<style>
span { border-color: #BFBC94; }
span { border-color: rgb(191,188,148); }
td.TdClassName
{
border-color: #BFBC94;
}
.TagClassName
{
border-color: #BFBC94;
}
</style>