Shades of Coriander #BFB997
Tints of Coriander #BFB997
RGB
CMYK
RGB Variations
Color information
#BFB997 (or 0xBFB997) is known color: Coriander. HEX triplet: BF, B9 and 97. RGB value is (191,185,151). Sum of RGB (Red+Green+Blue) = 191+185+151=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB997 is #404668. Grayscale: #B7B7B7. Windows color (decimal): -4212329 or 9943487. OLE color: 9943487.
HSL color Cylindrical-coordinate representation of color #BFB997: hue angle of 51º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFB997 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 185 | 151 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.25 |
| HSL | 51º | 0.24% | 0.67% | - |
| HSV(B) | 51º | 0.21% | 0.75% | - |
| XYZ | 44.42 | 48.01 | 36.2 | - |
| YUV | 182.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 151 | 0 | 0.03 | 0.21 | 0.25 | 51 | 0.24 | 0.67 |
| Hex | BF | B9 | 97 | 0 | 3 | 15 | 19 | 33 | 18 | 43 |
| Octal | 277 | 271 | 227 | 0 | 3 | 25 | 31 | 63 | 30 | 103 |
| Binary | 10111111 | 10111001 | 10010111 | 0 | 11 | 10101 | 11001 | 110011 | 11000 | 1000011 |
Color Harmonies of #BFB997
Complementary color
Monochromatic Colors of #BFB997
Black with #BFB997
Text Example
Text Example
White with #BFB997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB997; }
p { color: rgb(191,185,151); }
H1.HeaderClassName
{
color: #BFB997;
}
.AnyTagClassName
{
color: #BFB997;
}
</style>
background-color css
<style>
a { background-color: #BFB997; }
a { background-color: rgb(191,185,151); }
div.DivClassName
{
background-color: #BFB997;
}
.BgClassName
{
background-color: #BFB997;
}
</style>
border-color css
<style>
span { border-color: #BFB997; }
span { border-color: rgb(191,185,151); }
td.TdClassName
{
border-color: #BFB997;
}
.TagClassName
{
border-color: #BFB997;
}
</style>