Shades of Coriander #BFB68A
Tints of Coriander #BFB68A
RGB
CMYK
RGB Variations
Color information
#BFB68A (or 0xBFB68A) is known color: Coriander. HEX triplet: BF, B6 and 8A. RGB value is (191,182,138). Sum of RGB (Red+Green+Blue) = 191+182+138=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB68A is #404975. Grayscale: #B3B3B3. Windows color (decimal): -4213110 or 9090751. OLE color: 9090751.
HSL color Cylindrical-coordinate representation of color #BFB68A: hue angle of 49.81º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFB68A is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 182 | 138 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.25 |
| HSL | 49.81º | 0.29% | 0.65% | - |
| HSV(B) | 49.81º | 0.28% | 0.75% | - |
| XYZ | 42.8 | 46.37 | 30.74 | - |
| YUV | 179.68 | 104.48 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 138 | 0 | 0.05 | 0.28 | 0.25 | 49.81 | 0.29 | 0.65 |
| Hex | BF | B6 | 8A | 0 | 5 | 1C | 19 | 32 | 1D | 41 |
| Octal | 277 | 266 | 212 | 0 | 5 | 34 | 31 | 62 | 35 | 101 |
| Binary | 10111111 | 10110110 | 10001010 | 0 | 101 | 11100 | 11001 | 110010 | 11101 | 1000001 |
Color Harmonies of #BFB68A
Complementary color
Monochromatic Colors of #BFB68A
Black with #BFB68A
Text Example
Text Example
White with #BFB68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB68A; }
p { color: rgb(191,182,138); }
H1.HeaderClassName
{
color: #BFB68A;
}
.AnyTagClassName
{
color: #BFB68A;
}
</style>
background-color css
<style>
a { background-color: #BFB68A; }
a { background-color: rgb(191,182,138); }
div.DivClassName
{
background-color: #BFB68A;
}
.BgClassName
{
background-color: #BFB68A;
}
</style>
border-color css
<style>
span { border-color: #BFB68A; }
span { border-color: rgb(191,182,138); }
td.TdClassName
{
border-color: #BFB68A;
}
.TagClassName
{
border-color: #BFB68A;
}
</style>