Shades of Coriander #BCB58E
Tints of Coriander #BCB58E
RGB
CMYK
RGB Variations
Color information
#BCB58E (or 0xBCB58E) is known color: Coriander. HEX triplet: BC, B5 and 8E. RGB value is (188,181,142). Sum of RGB (Red+Green+Blue) = 188+181+142=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB58E is #434A71. Grayscale: #B2B2B2. Windows color (decimal): -4409970 or 9352636. OLE color: 9352636.
HSL color Cylindrical-coordinate representation of color #BCB58E: hue angle of 50.87º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCB58E is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 142 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.26 |
| HSL | 50.87º | 0.26% | 0.65% | - |
| HSV(B) | 50.87º | 0.24% | 0.74% | - |
| XYZ | 42.15 | 45.69 | 32.19 | - |
| YUV | 178.65 | 107.32 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 142 | 0 | 0.04 | 0.24 | 0.26 | 50.87 | 0.26 | 0.65 |
| Hex | BC | B5 | 8E | 0 | 4 | 18 | 1A | 33 | 1A | 41 |
| Octal | 274 | 265 | 216 | 0 | 4 | 30 | 32 | 63 | 32 | 101 |
| Binary | 10111100 | 10110101 | 10001110 | 0 | 100 | 11000 | 11010 | 110011 | 11010 | 1000001 |
Color Harmonies of #BCB58E
Complementary color
Monochromatic Colors of #BCB58E
Black with #BCB58E
Text Example
Text Example
White with #BCB58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB58E; }
p { color: rgb(188,181,142); }
H1.HeaderClassName
{
color: #BCB58E;
}
.AnyTagClassName
{
color: #BCB58E;
}
</style>
background-color css
<style>
a { background-color: #BCB58E; }
a { background-color: rgb(188,181,142); }
div.DivClassName
{
background-color: #BCB58E;
}
.BgClassName
{
background-color: #BCB58E;
}
</style>
border-color css
<style>
span { border-color: #BCB58E; }
span { border-color: rgb(188,181,142); }
td.TdClassName
{
border-color: #BCB58E;
}
.TagClassName
{
border-color: #BCB58E;
}
</style>