Shades of Coriander #BFB58B
Tints of Coriander #BFB58B
RGB
CMYK
RGB Variations
Color information
#BFB58B (or 0xBFB58B) is known color: Coriander. HEX triplet: BF, B5 and 8B. RGB value is (191,181,139). Sum of RGB (Red+Green+Blue) = 191+181+139=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB58B is #404A74. Grayscale: #B3B3B3. Windows color (decimal): -4213365 or 9156031. OLE color: 9156031.
HSL color Cylindrical-coordinate representation of color #BFB58B: hue angle of 48.46º 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 #BFB58B is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 181 | 139 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.25 |
| HSL | 48.46º | 0.29% | 0.65% | - |
| HSV(B) | 48.46º | 0.27% | 0.75% | - |
| XYZ | 42.67 | 45.99 | 31.05 | - |
| YUV | 179.2 | 105.31 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 139 | 0 | 0.05 | 0.27 | 0.25 | 48.46 | 0.29 | 0.65 |
| Hex | BF | B5 | 8B | 0 | 5 | 1B | 19 | 30 | 1D | 41 |
| Octal | 277 | 265 | 213 | 0 | 5 | 33 | 31 | 60 | 35 | 101 |
| Binary | 10111111 | 10110101 | 10001011 | 0 | 101 | 11011 | 11001 | 110000 | 11101 | 1000001 |
Color Harmonies of #BFB58B
Complementary color
Monochromatic Colors of #BFB58B
Black with #BFB58B
Text Example
Text Example
White with #BFB58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB58B; }
p { color: rgb(191,181,139); }
H1.HeaderClassName
{
color: #BFB58B;
}
.AnyTagClassName
{
color: #BFB58B;
}
</style>
background-color css
<style>
a { background-color: #BFB58B; }
a { background-color: rgb(191,181,139); }
div.DivClassName
{
background-color: #BFB58B;
}
.BgClassName
{
background-color: #BFB58B;
}
</style>
border-color css
<style>
span { border-color: #BFB58B; }
span { border-color: rgb(191,181,139); }
td.TdClassName
{
border-color: #BFB58B;
}
.TagClassName
{
border-color: #BFB58B;
}
</style>