Shades of Coriander #BFB694
Tints of Coriander #BFB694
RGB
CMYK
RGB Variations
Color information
#BFB694 (or 0xBFB694) is known color: Coriander. HEX triplet: BF, B6 and 94. RGB value is (191,182,148). Sum of RGB (Red+Green+Blue) = 191+182+148=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB694 is #40496B. Grayscale: #B4B4B4. Windows color (decimal): -4213100 or 9746111. OLE color: 9746111.
HSL color Cylindrical-coordinate representation of color #BFB694: hue angle of 47.44º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFB694 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 182 | 148 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.25 |
| HSL | 47.44º | 0.25% | 0.66% | - |
| HSV(B) | 47.44º | 0.23% | 0.75% | - |
| XYZ | 43.56 | 46.67 | 34.73 | - |
| YUV | 180.82 | 109.48 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 148 | 0 | 0.05 | 0.23 | 0.25 | 47.44 | 0.25 | 0.66 |
| Hex | BF | B6 | 94 | 0 | 5 | 17 | 19 | 2F | 19 | 42 |
| Octal | 277 | 266 | 224 | 0 | 5 | 27 | 31 | 57 | 31 | 102 |
| Binary | 10111111 | 10110110 | 10010100 | 0 | 101 | 10111 | 11001 | 101111 | 11001 | 1000010 |
Color Harmonies of #BFB694
Complementary color
Monochromatic Colors of #BFB694
Black with #BFB694
Text Example
Text Example
White with #BFB694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB694; }
p { color: rgb(191,182,148); }
H1.HeaderClassName
{
color: #BFB694;
}
.AnyTagClassName
{
color: #BFB694;
}
</style>
background-color css
<style>
a { background-color: #BFB694; }
a { background-color: rgb(191,182,148); }
div.DivClassName
{
background-color: #BFB694;
}
.BgClassName
{
background-color: #BFB694;
}
</style>
border-color css
<style>
span { border-color: #BFB694; }
span { border-color: rgb(191,182,148); }
td.TdClassName
{
border-color: #BFB694;
}
.TagClassName
{
border-color: #BFB694;
}
</style>