Shades of Coriander #BFB68F
Tints of Coriander #BFB68F
RGB
CMYK
RGB Variations
Color information
#BFB68F (or 0xBFB68F) is known color: Coriander. HEX triplet: BF, B6 and 8F. RGB value is (191,182,143). Sum of RGB (Red+Green+Blue) = 191+182+143=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB68F is #404970. Grayscale: #B4B4B4. Windows color (decimal): -4213105 or 9418431. OLE color: 9418431.
HSL color Cylindrical-coordinate representation of color #BFB68F: hue angle of 48.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFB68F is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 182 | 143 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.25 |
| HSL | 48.75º | 0.27% | 0.65% | - |
| HSV(B) | 48.75º | 0.25% | 0.75% | - |
| XYZ | 43.17 | 46.52 | 32.69 | - |
| YUV | 180.25 | 106.98 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 143 | 0 | 0.05 | 0.25 | 0.25 | 48.75 | 0.27 | 0.65 |
| Hex | BF | B6 | 8F | 0 | 5 | 19 | 19 | 31 | 1B | 41 |
| Octal | 277 | 266 | 217 | 0 | 5 | 31 | 31 | 61 | 33 | 101 |
| Binary | 10111111 | 10110110 | 10001111 | 0 | 101 | 11001 | 11001 | 110001 | 11011 | 1000001 |
Color Harmonies of #BFB68F
Complementary color
Monochromatic Colors of #BFB68F
Black with #BFB68F
Text Example
Text Example
White with #BFB68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB68F; }
p { color: rgb(191,182,143); }
H1.HeaderClassName
{
color: #BFB68F;
}
.AnyTagClassName
{
color: #BFB68F;
}
</style>
background-color css
<style>
a { background-color: #BFB68F; }
a { background-color: rgb(191,182,143); }
div.DivClassName
{
background-color: #BFB68F;
}
.BgClassName
{
background-color: #BFB68F;
}
</style>
border-color css
<style>
span { border-color: #BFB68F; }
span { border-color: rgb(191,182,143); }
td.TdClassName
{
border-color: #BFB68F;
}
.TagClassName
{
border-color: #BFB68F;
}
</style>