Shades of Coriander #BFB691
Tints of Coriander #BFB691
RGB
CMYK
RGB Variations
Color information
#BFB691 (or 0xBFB691) is known color: Coriander. HEX triplet: BF, B6 and 91. RGB value is (191,182,145). Sum of RGB (Red+Green+Blue) = 191+182+145=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB691 is #40496E. Grayscale: #B4B4B4. Windows color (decimal): -4213103 or 9549503. OLE color: 9549503.
HSL color Cylindrical-coordinate representation of color #BFB691: hue angle of 48.26º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFB691 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 182 | 145 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.25 |
| HSL | 48.26º | 0.26% | 0.66% | - |
| HSV(B) | 48.26º | 0.24% | 0.75% | - |
| XYZ | 43.32 | 46.58 | 33.49 | - |
| YUV | 180.47 | 107.98 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 145 | 0 | 0.05 | 0.24 | 0.25 | 48.26 | 0.26 | 0.66 |
| Hex | BF | B6 | 91 | 0 | 5 | 18 | 19 | 30 | 1A | 42 |
| Octal | 277 | 266 | 221 | 0 | 5 | 30 | 31 | 60 | 32 | 102 |
| Binary | 10111111 | 10110110 | 10010001 | 0 | 101 | 11000 | 11001 | 110000 | 11010 | 1000010 |
Color Harmonies of #BFB691
Complementary color
Monochromatic Colors of #BFB691
Black with #BFB691
Text Example
Text Example
White with #BFB691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB691; }
p { color: rgb(191,182,145); }
H1.HeaderClassName
{
color: #BFB691;
}
.AnyTagClassName
{
color: #BFB691;
}
</style>
background-color css
<style>
a { background-color: #BFB691; }
a { background-color: rgb(191,182,145); }
div.DivClassName
{
background-color: #BFB691;
}
.BgClassName
{
background-color: #BFB691;
}
</style>
border-color css
<style>
span { border-color: #BFB691; }
span { border-color: rgb(191,182,145); }
td.TdClassName
{
border-color: #BFB691;
}
.TagClassName
{
border-color: #BFB691;
}
</style>