Shades of Coriander #BFB98C
Tints of Coriander #BFB98C
RGB
CMYK
RGB Variations
Color information
#BFB98C (or 0xBFB98C) is known color: Coriander. HEX triplet: BF, B9 and 8C. RGB value is (191,185,140). Sum of RGB (Red+Green+Blue) = 191+185+140=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB98C is #404673. Grayscale: #B5B5B5. Windows color (decimal): -4212340 or 9222591. OLE color: 9222591.
HSL color Cylindrical-coordinate representation of color #BFB98C: hue angle of 52.94º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFB98C is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 185 | 140 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.25 |
| HSL | 52.94º | 0.28% | 0.65% | - |
| HSV(B) | 52.94º | 0.27% | 0.75% | - |
| XYZ | 43.57 | 47.67 | 31.72 | - |
| YUV | 181.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 140 | 0 | 0.03 | 0.27 | 0.25 | 52.94 | 0.28 | 0.65 |
| Hex | BF | B9 | 8C | 0 | 3 | 1B | 19 | 35 | 1C | 41 |
| Octal | 277 | 271 | 214 | 0 | 3 | 33 | 31 | 65 | 34 | 101 |
| Binary | 10111111 | 10111001 | 10001100 | 0 | 11 | 11011 | 11001 | 110101 | 11100 | 1000001 |
Color Harmonies of #BFB98C
Complementary color
Monochromatic Colors of #BFB98C
Black with #BFB98C
Text Example
Text Example
White with #BFB98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB98C; }
p { color: rgb(191,185,140); }
H1.HeaderClassName
{
color: #BFB98C;
}
.AnyTagClassName
{
color: #BFB98C;
}
</style>
background-color css
<style>
a { background-color: #BFB98C; }
a { background-color: rgb(191,185,140); }
div.DivClassName
{
background-color: #BFB98C;
}
.BgClassName
{
background-color: #BFB98C;
}
</style>
border-color css
<style>
span { border-color: #BFB98C; }
span { border-color: rgb(191,185,140); }
td.TdClassName
{
border-color: #BFB98C;
}
.TagClassName
{
border-color: #BFB98C;
}
</style>