Shades of Coriander #BFBD8E
Tints of Coriander #BFBD8E
RGB
CMYK
RGB Variations
Color information
#BFBD8E (or 0xBFBD8E) is known color: Coriander. HEX triplet: BF, BD and 8E. RGB value is (191,189,142). Sum of RGB (Red+Green+Blue) = 191+189+142=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBD8E is #404271. Grayscale: #B8B8B8. Windows color (decimal): -4211314 or 9354687. OLE color: 9354687.
HSL color Cylindrical-coordinate representation of color #BFBD8E: hue angle of 57.55º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFBD8E is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 189 | 142 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.25 |
| HSL | 57.55º | 0.28% | 0.65% | - |
| HSV(B) | 57.55º | 0.26% | 0.75% | - |
| XYZ | 44.57 | 49.42 | 32.78 | - |
| YUV | 184.24 | 104.16 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 142 | 0 | 0.01 | 0.26 | 0.25 | 57.55 | 0.28 | 0.65 |
| Hex | BF | BD | 8E | 0 | 1 | 1A | 19 | 3A | 1C | 41 |
| Octal | 277 | 275 | 216 | 0 | 1 | 32 | 31 | 72 | 34 | 101 |
| Binary | 10111111 | 10111101 | 10001110 | 0 | 1 | 11010 | 11001 | 111010 | 11100 | 1000001 |
Color Harmonies of #BFBD8E
Complementary color
Monochromatic Colors of #BFBD8E
Black with #BFBD8E
Text Example
Text Example
White with #BFBD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBD8E; }
p { color: rgb(191,189,142); }
H1.HeaderClassName
{
color: #BFBD8E;
}
.AnyTagClassName
{
color: #BFBD8E;
}
</style>
background-color css
<style>
a { background-color: #BFBD8E; }
a { background-color: rgb(191,189,142); }
div.DivClassName
{
background-color: #BFBD8E;
}
.BgClassName
{
background-color: #BFBD8E;
}
</style>
border-color css
<style>
span { border-color: #BFBD8E; }
span { border-color: rgb(191,189,142); }
td.TdClassName
{
border-color: #BFBD8E;
}
.TagClassName
{
border-color: #BFBD8E;
}
</style>