Shades of Coriander #BFB797
Tints of Coriander #BFB797
RGB
CMYK
RGB Variations
Color information
#BFB797 (or 0xBFB797) is known color: Coriander. HEX triplet: BF, B7 and 97. RGB value is (191,183,151). Sum of RGB (Red+Green+Blue) = 191+183+151=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 151 (59.38% from 255 or 28.76% from 525); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB797 is #404868. Grayscale: #B5B5B5. Windows color (decimal): -4212841 or 9942975. OLE color: 9942975.
HSL color Cylindrical-coordinate representation of color #BFB797: hue angle of 48º 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 #BFB797 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 151 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.25 |
| HSL | 48º | 0.24% | 0.67% | - |
| HSV(B) | 48º | 0.21% | 0.75% | - |
| XYZ | 44.01 | 47.18 | 36.07 | - |
| YUV | 181.74 | 110.65 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 151 | 0 | 0.04 | 0.21 | 0.25 | 48 | 0.24 | 0.67 |
| Hex | BF | B7 | 97 | 0 | 4 | 15 | 19 | 30 | 18 | 43 |
| Octal | 277 | 267 | 227 | 0 | 4 | 25 | 31 | 60 | 30 | 103 |
| Binary | 10111111 | 10110111 | 10010111 | 0 | 100 | 10101 | 11001 | 110000 | 11000 | 1000011 |
Color Harmonies of #BFB797
Complementary color
Monochromatic Colors of #BFB797
Black with #BFB797
Text Example
Text Example
White with #BFB797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB797; }
p { color: rgb(191,183,151); }
H1.HeaderClassName
{
color: #BFB797;
}
.AnyTagClassName
{
color: #BFB797;
}
</style>
background-color css
<style>
a { background-color: #BFB797; }
a { background-color: rgb(191,183,151); }
div.DivClassName
{
background-color: #BFB797;
}
.BgClassName
{
background-color: #BFB797;
}
</style>
border-color css
<style>
span { border-color: #BFB797; }
span { border-color: rgb(191,183,151); }
td.TdClassName
{
border-color: #BFB797;
}
.TagClassName
{
border-color: #BFB797;
}
</style>