Shades of Coriander #BFBE8C
Tints of Coriander #BFBE8C
RGB
CMYK
RGB Variations
Color information
#BFBE8C (or 0xBFBE8C) is known color: Coriander. HEX triplet: BF, BE and 8C. RGB value is (191,190,140). Sum of RGB (Red+Green+Blue) = 191+190+140=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBE8C is #404173. Grayscale: #B8B8B8. Windows color (decimal): -4211060 or 9223871. OLE color: 9223871.
HSL color Cylindrical-coordinate representation of color #BFBE8C: hue angle of 58.82º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFBE8C is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 190 | 140 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.25 |
| HSL | 58.82º | 0.28% | 0.65% | - |
| HSV(B) | 58.82º | 0.27% | 0.75% | - |
| XYZ | 44.63 | 49.8 | 32.07 | - |
| YUV | 184.6 | 102.83 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 140 | 0 | 0.01 | 0.27 | 0.25 | 58.82 | 0.28 | 0.65 |
| Hex | BF | BE | 8C | 0 | 1 | 1B | 19 | 3B | 1C | 41 |
| Octal | 277 | 276 | 214 | 0 | 1 | 33 | 31 | 73 | 34 | 101 |
| Binary | 10111111 | 10111110 | 10001100 | 0 | 1 | 11011 | 11001 | 111011 | 11100 | 1000001 |
Color Harmonies of #BFBE8C
Complementary color
Monochromatic Colors of #BFBE8C
Black with #BFBE8C
Text Example
Text Example
White with #BFBE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBE8C; }
p { color: rgb(191,190,140); }
H1.HeaderClassName
{
color: #BFBE8C;
}
.AnyTagClassName
{
color: #BFBE8C;
}
</style>
background-color css
<style>
a { background-color: #BFBE8C; }
a { background-color: rgb(191,190,140); }
div.DivClassName
{
background-color: #BFBE8C;
}
.BgClassName
{
background-color: #BFBE8C;
}
</style>
border-color css
<style>
span { border-color: #BFBE8C; }
span { border-color: rgb(191,190,140); }
td.TdClassName
{
border-color: #BFBE8C;
}
.TagClassName
{
border-color: #BFBE8C;
}
</style>