Shades of Coriander #BCB58C
Tints of Coriander #BCB58C
RGB
CMYK
RGB Variations
Color information
#BCB58C (or 0xBCB58C) is known color: Coriander. HEX triplet: BC, B5 and 8C. RGB value is (188,181,140). Sum of RGB (Red+Green+Blue) = 188+181+140=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB58C is #434A73. Grayscale: #B2B2B2. Windows color (decimal): -4409972 or 9221564. OLE color: 9221564.
HSL color Cylindrical-coordinate representation of color #BCB58C: hue angle of 51.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCB58C is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 140 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.26 |
| HSL | 51.25º | 0.26% | 0.64% | - |
| HSV(B) | 51.25º | 0.26% | 0.74% | - |
| XYZ | 42 | 45.63 | 31.41 | - |
| YUV | 178.42 | 106.32 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 140 | 0 | 0.04 | 0.26 | 0.26 | 51.25 | 0.26 | 0.64 |
| Hex | BC | B5 | 8C | 0 | 4 | 1A | 1A | 33 | 1A | 40 |
| Octal | 274 | 265 | 214 | 0 | 4 | 32 | 32 | 63 | 32 | 100 |
| Binary | 10111100 | 10110101 | 10001100 | 0 | 100 | 11010 | 11010 | 110011 | 11010 | 1000000 |
Color Harmonies of #BCB58C
Complementary color
Monochromatic Colors of #BCB58C
Black with #BCB58C
Text Example
Text Example
White with #BCB58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB58C; }
p { color: rgb(188,181,140); }
H1.HeaderClassName
{
color: #BCB58C;
}
.AnyTagClassName
{
color: #BCB58C;
}
</style>
background-color css
<style>
a { background-color: #BCB58C; }
a { background-color: rgb(188,181,140); }
div.DivClassName
{
background-color: #BCB58C;
}
.BgClassName
{
background-color: #BCB58C;
}
</style>
border-color css
<style>
span { border-color: #BCB58C; }
span { border-color: rgb(188,181,140); }
td.TdClassName
{
border-color: #BCB58C;
}
.TagClassName
{
border-color: #BCB58C;
}
</style>