Shades of Coriander #BFBA92
Tints of Coriander #BFBA92
RGB
CMYK
RGB Variations
Color information
#BFBA92 (or 0xBFBA92) is known color: Coriander. HEX triplet: BF, BA and 92. RGB value is (191,186,146). Sum of RGB (Red+Green+Blue) = 191+186+146=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 146 (57.42% from 255 or 27.92% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBA92 is #40456D. Grayscale: #B7B7B7. Windows color (decimal): -4212078 or 9616063. OLE color: 9616063.
HSL color Cylindrical-coordinate representation of color #BFBA92: hue angle of 53.33º 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 #BFBA92 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 146 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.25 |
| HSL | 53.33º | 0.26% | 0.66% | - |
| HSV(B) | 53.33º | 0.24% | 0.75% | - |
| XYZ | 44.23 | 48.27 | 34.18 | - |
| YUV | 182.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 146 | 0 | 0.03 | 0.24 | 0.25 | 53.33 | 0.26 | 0.66 |
| Hex | BF | BA | 92 | 0 | 3 | 18 | 19 | 35 | 1A | 42 |
| Octal | 277 | 272 | 222 | 0 | 3 | 30 | 31 | 65 | 32 | 102 |
| Binary | 10111111 | 10111010 | 10010010 | 0 | 11 | 11000 | 11001 | 110101 | 11010 | 1000010 |
Color Harmonies of #BFBA92
Complementary color
Monochromatic Colors of #BFBA92
Black with #BFBA92
Text Example
Text Example
White with #BFBA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA92; }
p { color: rgb(191,186,146); }
H1.HeaderClassName
{
color: #BFBA92;
}
.AnyTagClassName
{
color: #BFBA92;
}
</style>
background-color css
<style>
a { background-color: #BFBA92; }
a { background-color: rgb(191,186,146); }
div.DivClassName
{
background-color: #BFBA92;
}
.BgClassName
{
background-color: #BFBA92;
}
</style>
border-color css
<style>
span { border-color: #BFBA92; }
span { border-color: rgb(191,186,146); }
td.TdClassName
{
border-color: #BFBA92;
}
.TagClassName
{
border-color: #BFBA92;
}
</style>