Shades of Coriander #BFB795
Tints of Coriander #BFB795
RGB
CMYK
RGB Variations
Color information
#BFB795 (or 0xBFB795) is known color: Coriander. HEX triplet: BF, B7 and 95. RGB value is (191,183,149). Sum of RGB (Red+Green+Blue) = 191+183+149=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB795 is #40486A. Grayscale: #B5B5B5. Windows color (decimal): -4212843 or 9811903. OLE color: 9811903.
HSL color Cylindrical-coordinate representation of color #BFB795: hue angle of 48.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFB795 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 149 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.25 |
| HSL | 48.57º | 0.25% | 0.67% | - |
| HSV(B) | 48.57º | 0.22% | 0.75% | - |
| XYZ | 43.84 | 47.11 | 35.22 | - |
| YUV | 181.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 149 | 0 | 0.04 | 0.22 | 0.25 | 48.57 | 0.25 | 0.67 |
| Hex | BF | B7 | 95 | 0 | 4 | 16 | 19 | 31 | 19 | 43 |
| Octal | 277 | 267 | 225 | 0 | 4 | 26 | 31 | 61 | 31 | 103 |
| Binary | 10111111 | 10110111 | 10010101 | 0 | 100 | 10110 | 11001 | 110001 | 11001 | 1000011 |
Color Harmonies of #BFB795
Complementary color
Monochromatic Colors of #BFB795
Black with #BFB795
Text Example
Text Example
White with #BFB795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB795; }
p { color: rgb(191,183,149); }
H1.HeaderClassName
{
color: #BFB795;
}
.AnyTagClassName
{
color: #BFB795;
}
</style>
background-color css
<style>
a { background-color: #BFB795; }
a { background-color: rgb(191,183,149); }
div.DivClassName
{
background-color: #BFB795;
}
.BgClassName
{
background-color: #BFB795;
}
</style>
border-color css
<style>
span { border-color: #BFB795; }
span { border-color: rgb(191,183,149); }
td.TdClassName
{
border-color: #BFB795;
}
.TagClassName
{
border-color: #BFB795;
}
</style>