Shades of Coriander #BFB68B
Tints of Coriander #BFB68B
RGB
CMYK
RGB Variations
Color information
#BFB68B (or 0xBFB68B) is known color: Coriander. HEX triplet: BF, B6 and 8B. RGB value is (191,182,139). Sum of RGB (Red+Green+Blue) = 191+182+139=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB68B is #404974. Grayscale: #B3B3B3. Windows color (decimal): -4213109 or 9156287. OLE color: 9156287.
HSL color Cylindrical-coordinate representation of color #BFB68B: hue angle of 49.62º 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 #BFB68B is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 182 | 139 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.25 |
| HSL | 49.62º | 0.29% | 0.65% | - |
| HSV(B) | 49.62º | 0.27% | 0.75% | - |
| XYZ | 42.87 | 46.4 | 31.12 | - |
| YUV | 179.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 139 | 0 | 0.05 | 0.27 | 0.25 | 49.62 | 0.29 | 0.65 |
| Hex | BF | B6 | 8B | 0 | 5 | 1B | 19 | 32 | 1D | 41 |
| Octal | 277 | 266 | 213 | 0 | 5 | 33 | 31 | 62 | 35 | 101 |
| Binary | 10111111 | 10110110 | 10001011 | 0 | 101 | 11011 | 11001 | 110010 | 11101 | 1000001 |
Color Harmonies of #BFB68B
Complementary color
Monochromatic Colors of #BFB68B
Black with #BFB68B
Text Example
Text Example
White with #BFB68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB68B; }
p { color: rgb(191,182,139); }
H1.HeaderClassName
{
color: #BFB68B;
}
.AnyTagClassName
{
color: #BFB68B;
}
</style>
background-color css
<style>
a { background-color: #BFB68B; }
a { background-color: rgb(191,182,139); }
div.DivClassName
{
background-color: #BFB68B;
}
.BgClassName
{
background-color: #BFB68B;
}
</style>
border-color css
<style>
span { border-color: #BFB68B; }
span { border-color: rgb(191,182,139); }
td.TdClassName
{
border-color: #BFB68B;
}
.TagClassName
{
border-color: #BFB68B;
}
</style>