Shades of Coriander #BCB38B
Tints of Coriander #BCB38B
RGB
CMYK
RGB Variations
Color information
#BCB38B (or 0xBCB38B) is known color: Coriander. HEX triplet: BC, B3 and 8B. RGB value is (188,179,139). Sum of RGB (Red+Green+Blue) = 188+179+139=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB38B is #434C74. Grayscale: #B1B1B1. Windows color (decimal): -4410485 or 9155516. OLE color: 9155516.
HSL color Cylindrical-coordinate representation of color #BCB38B: hue angle of 48.98º degrees, saturation: 0.27, 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 #BCB38B is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 139 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.26 |
| HSL | 48.98º | 0.27% | 0.64% | - |
| HSV(B) | 48.98º | 0.26% | 0.74% | - |
| XYZ | 41.52 | 44.8 | 30.88 | - |
| YUV | 177.13 | 106.48 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 139 | 0 | 0.05 | 0.26 | 0.26 | 48.98 | 0.27 | 0.64 |
| Hex | BC | B3 | 8B | 0 | 5 | 1A | 1A | 31 | 1B | 40 |
| Octal | 274 | 263 | 213 | 0 | 5 | 32 | 32 | 61 | 33 | 100 |
| Binary | 10111100 | 10110011 | 10001011 | 0 | 101 | 11010 | 11010 | 110001 | 11011 | 1000000 |
Color Harmonies of #BCB38B
Complementary color
Monochromatic Colors of #BCB38B
Black with #BCB38B
Text Example
Text Example
White with #BCB38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB38B; }
p { color: rgb(188,179,139); }
H1.HeaderClassName
{
color: #BCB38B;
}
.AnyTagClassName
{
color: #BCB38B;
}
</style>
background-color css
<style>
a { background-color: #BCB38B; }
a { background-color: rgb(188,179,139); }
div.DivClassName
{
background-color: #BCB38B;
}
.BgClassName
{
background-color: #BCB38B;
}
</style>
border-color css
<style>
span { border-color: #BCB38B; }
span { border-color: rgb(188,179,139); }
td.TdClassName
{
border-color: #BCB38B;
}
.TagClassName
{
border-color: #BCB38B;
}
</style>