Shades of Coriander #BFBB8C
Tints of Coriander #BFBB8C
RGB
CMYK
RGB Variations
Color information
#BFBB8C (or 0xBFBB8C) is known color: Coriander. HEX triplet: BF, BB and 8C. RGB value is (191,187,140). Sum of RGB (Red+Green+Blue) = 191+187+140=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBB8C is #404473. Grayscale: #B7B7B7. Windows color (decimal): -4211828 or 9223103. OLE color: 9223103.
HSL color Cylindrical-coordinate representation of color #BFBB8C: hue angle of 55.29º 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 #BFBB8C is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 187 | 140 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.25 |
| HSL | 55.29º | 0.28% | 0.65% | - |
| HSV(B) | 55.29º | 0.27% | 0.75% | - |
| XYZ | 43.99 | 48.51 | 31.86 | - |
| YUV | 182.84 | 103.83 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 140 | 0 | 0.02 | 0.27 | 0.25 | 55.29 | 0.28 | 0.65 |
| Hex | BF | BB | 8C | 0 | 2 | 1B | 19 | 37 | 1C | 41 |
| Octal | 277 | 273 | 214 | 0 | 2 | 33 | 31 | 67 | 34 | 101 |
| Binary | 10111111 | 10111011 | 10001100 | 0 | 10 | 11011 | 11001 | 110111 | 11100 | 1000001 |
Color Harmonies of #BFBB8C
Complementary color
Monochromatic Colors of #BFBB8C
Black with #BFBB8C
Text Example
Text Example
White with #BFBB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBB8C; }
p { color: rgb(191,187,140); }
H1.HeaderClassName
{
color: #BFBB8C;
}
.AnyTagClassName
{
color: #BFBB8C;
}
</style>
background-color css
<style>
a { background-color: #BFBB8C; }
a { background-color: rgb(191,187,140); }
div.DivClassName
{
background-color: #BFBB8C;
}
.BgClassName
{
background-color: #BFBB8C;
}
</style>
border-color css
<style>
span { border-color: #BFBB8C; }
span { border-color: rgb(191,187,140); }
td.TdClassName
{
border-color: #BFBB8C;
}
.TagClassName
{
border-color: #BFBB8C;
}
</style>