Shades of Coriander #BFB994
Tints of Coriander #BFB994
RGB
CMYK
RGB Variations
Color information
#BFB994 (or 0xBFB994) is known color: Coriander. HEX triplet: BF, B9 and 94. RGB value is (191,185,148). Sum of RGB (Red+Green+Blue) = 191+185+148=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB994 is #40466B. Grayscale: #B6B6B6. Windows color (decimal): -4212332 or 9746879. OLE color: 9746879.
HSL color Cylindrical-coordinate representation of color #BFB994: hue angle of 51.63º degrees, saturation: 0.25, 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 #BFB994 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 185 | 148 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.25 |
| HSL | 51.63º | 0.25% | 0.66% | - |
| HSV(B) | 51.63º | 0.23% | 0.75% | - |
| XYZ | 44.18 | 47.91 | 34.94 | - |
| YUV | 182.58 | 108.49 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 148 | 0 | 0.03 | 0.23 | 0.25 | 51.63 | 0.25 | 0.66 |
| Hex | BF | B9 | 94 | 0 | 3 | 17 | 19 | 34 | 19 | 42 |
| Octal | 277 | 271 | 224 | 0 | 3 | 27 | 31 | 64 | 31 | 102 |
| Binary | 10111111 | 10111001 | 10010100 | 0 | 11 | 10111 | 11001 | 110100 | 11001 | 1000010 |
Color Harmonies of #BFB994
Complementary color
Monochromatic Colors of #BFB994
Black with #BFB994
Text Example
Text Example
White with #BFB994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB994; }
p { color: rgb(191,185,148); }
H1.HeaderClassName
{
color: #BFB994;
}
.AnyTagClassName
{
color: #BFB994;
}
</style>
background-color css
<style>
a { background-color: #BFB994; }
a { background-color: rgb(191,185,148); }
div.DivClassName
{
background-color: #BFB994;
}
.BgClassName
{
background-color: #BFB994;
}
</style>
border-color css
<style>
span { border-color: #BFB994; }
span { border-color: rgb(191,185,148); }
td.TdClassName
{
border-color: #BFB994;
}
.TagClassName
{
border-color: #BFB994;
}
</style>