Shades of Coriander #BCB38C
Tints of Coriander #BCB38C
RGB
CMYK
RGB Variations
Color information
#BCB38C (or 0xBCB38C) is known color: Coriander. HEX triplet: BC, B3 and 8C. RGB value is (188,179,140). Sum of RGB (Red+Green+Blue) = 188+179+140=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB38C is #434C73. Grayscale: #B1B1B1. Windows color (decimal): -4410484 or 9221052. OLE color: 9221052.
HSL color Cylindrical-coordinate representation of color #BCB38C: hue angle of 48.75º 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 #BCB38C is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 140 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.26 |
| HSL | 48.75º | 0.26% | 0.64% | - |
| HSV(B) | 48.75º | 0.26% | 0.74% | - |
| XYZ | 41.59 | 44.83 | 31.27 | - |
| YUV | 177.25 | 106.98 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 140 | 0 | 0.05 | 0.26 | 0.26 | 48.75 | 0.26 | 0.64 |
| Hex | BC | B3 | 8C | 0 | 5 | 1A | 1A | 31 | 1A | 40 |
| Octal | 274 | 263 | 214 | 0 | 5 | 32 | 32 | 61 | 32 | 100 |
| Binary | 10111100 | 10110011 | 10001100 | 0 | 101 | 11010 | 11010 | 110001 | 11010 | 1000000 |
Color Harmonies of #BCB38C
Complementary color
Monochromatic Colors of #BCB38C
Black with #BCB38C
Text Example
Text Example
White with #BCB38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB38C; }
p { color: rgb(188,179,140); }
H1.HeaderClassName
{
color: #BCB38C;
}
.AnyTagClassName
{
color: #BCB38C;
}
</style>
background-color css
<style>
a { background-color: #BCB38C; }
a { background-color: rgb(188,179,140); }
div.DivClassName
{
background-color: #BCB38C;
}
.BgClassName
{
background-color: #BCB38C;
}
</style>
border-color css
<style>
span { border-color: #BCB38C; }
span { border-color: rgb(188,179,140); }
td.TdClassName
{
border-color: #BCB38C;
}
.TagClassName
{
border-color: #BCB38C;
}
</style>