Shades of Coriander #BFB793
Tints of Coriander #BFB793
RGB
CMYK
RGB Variations
Color information
#BFB793 (or 0xBFB793) is known color: Coriander. HEX triplet: BF, B7 and 93. RGB value is (191,183,147). Sum of RGB (Red+Green+Blue) = 191+183+147=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB793 is #40486C. Grayscale: #B5B5B5. Windows color (decimal): -4212845 or 9680831. OLE color: 9680831.
HSL color Cylindrical-coordinate representation of color #BFB793: hue angle of 49.09º degrees, saturation: 0.26, 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 #BFB793 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 147 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.25 |
| HSL | 49.09º | 0.26% | 0.66% | - |
| HSV(B) | 49.09º | 0.23% | 0.75% | - |
| XYZ | 43.69 | 47.05 | 34.38 | - |
| YUV | 181.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 147 | 0 | 0.04 | 0.23 | 0.25 | 49.09 | 0.26 | 0.66 |
| Hex | BF | B7 | 93 | 0 | 4 | 17 | 19 | 31 | 1A | 42 |
| Octal | 277 | 267 | 223 | 0 | 4 | 27 | 31 | 61 | 32 | 102 |
| Binary | 10111111 | 10110111 | 10010011 | 0 | 100 | 10111 | 11001 | 110001 | 11010 | 1000010 |
Color Harmonies of #BFB793
Complementary color
Monochromatic Colors of #BFB793
Black with #BFB793
Text Example
Text Example
White with #BFB793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB793; }
p { color: rgb(191,183,147); }
H1.HeaderClassName
{
color: #BFB793;
}
.AnyTagClassName
{
color: #BFB793;
}
</style>
background-color css
<style>
a { background-color: #BFB793; }
a { background-color: rgb(191,183,147); }
div.DivClassName
{
background-color: #BFB793;
}
.BgClassName
{
background-color: #BFB793;
}
</style>
border-color css
<style>
span { border-color: #BFB793; }
span { border-color: rgb(191,183,147); }
td.TdClassName
{
border-color: #BFB793;
}
.TagClassName
{
border-color: #BFB793;
}
</style>