Shades of Coriander #BFB48B
Tints of Coriander #BFB48B
RGB
CMYK
RGB Variations
Color information
#BFB48B (or 0xBFB48B) is known color: Coriander. HEX triplet: BF, B4 and 8B. RGB value is (191,180,139). Sum of RGB (Red+Green+Blue) = 191+180+139=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB48B is #404B74. Grayscale: #B2B2B2. Windows color (decimal): -4213621 or 9155775. OLE color: 9155775.
HSL color Cylindrical-coordinate representation of color #BFB48B: hue angle of 47.31º 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 #BFB48B is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 180 | 139 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.25 |
| HSL | 47.31º | 0.29% | 0.65% | - |
| HSV(B) | 47.31º | 0.27% | 0.75% | - |
| XYZ | 42.47 | 45.58 | 30.99 | - |
| YUV | 178.62 | 105.64 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 139 | 0 | 0.06 | 0.27 | 0.25 | 47.31 | 0.29 | 0.65 |
| Hex | BF | B4 | 8B | 0 | 6 | 1B | 19 | 2F | 1D | 41 |
| Octal | 277 | 264 | 213 | 0 | 6 | 33 | 31 | 57 | 35 | 101 |
| Binary | 10111111 | 10110100 | 10001011 | 0 | 110 | 11011 | 11001 | 101111 | 11101 | 1000001 |
Color Harmonies of #BFB48B
Complementary color
Monochromatic Colors of #BFB48B
Black with #BFB48B
Text Example
Text Example
White with #BFB48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB48B; }
p { color: rgb(191,180,139); }
H1.HeaderClassName
{
color: #BFB48B;
}
.AnyTagClassName
{
color: #BFB48B;
}
</style>
background-color css
<style>
a { background-color: #BFB48B; }
a { background-color: rgb(191,180,139); }
div.DivClassName
{
background-color: #BFB48B;
}
.BgClassName
{
background-color: #BFB48B;
}
</style>
border-color css
<style>
span { border-color: #BFB48B; }
span { border-color: rgb(191,180,139); }
td.TdClassName
{
border-color: #BFB48B;
}
.TagClassName
{
border-color: #BFB48B;
}
</style>