Shades of Coriander #BFB88C
Tints of Coriander #BFB88C
RGB
CMYK
RGB Variations
Color information
#BFB88C (or 0xBFB88C) is known color: Coriander. HEX triplet: BF, B8 and 8C. RGB value is (191,184,140). Sum of RGB (Red+Green+Blue) = 191+184+140=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB88C is #404773. Grayscale: #B5B5B5. Windows color (decimal): -4212596 or 9222335. OLE color: 9222335.
HSL color Cylindrical-coordinate representation of color #BFB88C: hue angle of 51.76º 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 #BFB88C is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 184 | 140 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.25 |
| HSL | 51.76º | 0.28% | 0.65% | - |
| HSV(B) | 51.76º | 0.27% | 0.75% | - |
| XYZ | 43.36 | 47.25 | 31.65 | - |
| YUV | 181.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 184 | 140 | 0 | 0.04 | 0.27 | 0.25 | 51.76 | 0.28 | 0.65 |
| Hex | BF | B8 | 8C | 0 | 4 | 1B | 19 | 34 | 1C | 41 |
| Octal | 277 | 270 | 214 | 0 | 4 | 33 | 31 | 64 | 34 | 101 |
| Binary | 10111111 | 10111000 | 10001100 | 0 | 100 | 11011 | 11001 | 110100 | 11100 | 1000001 |
Color Harmonies of #BFB88C
Complementary color
Monochromatic Colors of #BFB88C
Black with #BFB88C
Text Example
Text Example
White with #BFB88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB88C; }
p { color: rgb(191,184,140); }
H1.HeaderClassName
{
color: #BFB88C;
}
.AnyTagClassName
{
color: #BFB88C;
}
</style>
background-color css
<style>
a { background-color: #BFB88C; }
a { background-color: rgb(191,184,140); }
div.DivClassName
{
background-color: #BFB88C;
}
.BgClassName
{
background-color: #BFB88C;
}
</style>
border-color css
<style>
span { border-color: #BFB88C; }
span { border-color: rgb(191,184,140); }
td.TdClassName
{
border-color: #BFB88C;
}
.TagClassName
{
border-color: #BFB88C;
}
</style>