Shades of Coriander #BFB78B
Tints of Coriander #BFB78B
RGB
CMYK
RGB Variations
Color information
#BFB78B (or 0xBFB78B) is known color: Coriander. HEX triplet: BF, B7 and 8B. RGB value is (191,183,139). Sum of RGB (Red+Green+Blue) = 191+183+139=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB78B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB78B is #404874. Grayscale: #B4B4B4. Windows color (decimal): -4212853 or 9156543. OLE color: 9156543.
HSL color Cylindrical-coordinate representation of color #BFB78B: hue angle of 50.77º degrees, saturation: 0.29, 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 #BFB78B is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 139 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.25 |
| HSL | 50.77º | 0.29% | 0.65% | - |
| HSV(B) | 50.77º | 0.27% | 0.75% | - |
| XYZ | 43.08 | 46.81 | 31.19 | - |
| YUV | 180.38 | 104.65 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 139 | 0 | 0.04 | 0.27 | 0.25 | 50.77 | 0.29 | 0.65 |
| Hex | BF | B7 | 8B | 0 | 4 | 1B | 19 | 33 | 1D | 41 |
| Octal | 277 | 267 | 213 | 0 | 4 | 33 | 31 | 63 | 35 | 101 |
| Binary | 10111111 | 10110111 | 10001011 | 0 | 100 | 11011 | 11001 | 110011 | 11101 | 1000001 |
Color Harmonies of #BFB78B
Complementary color
Monochromatic Colors of #BFB78B
Black with #BFB78B
Text Example
Text Example
White with #BFB78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB78B; }
p { color: rgb(191,183,139); }
H1.HeaderClassName
{
color: #BFB78B;
}
.AnyTagClassName
{
color: #BFB78B;
}
</style>
background-color css
<style>
a { background-color: #BFB78B; }
a { background-color: rgb(191,183,139); }
div.DivClassName
{
background-color: #BFB78B;
}
.BgClassName
{
background-color: #BFB78B;
}
</style>
border-color css
<style>
span { border-color: #BFB78B; }
span { border-color: rgb(191,183,139); }
td.TdClassName
{
border-color: #BFB78B;
}
.TagClassName
{
border-color: #BFB78B;
}
</style>