Shades of Coriander #BCB581
Tints of Coriander #BCB581
RGB
CMYK
RGB Variations
Color information
#BCB581 (or 0xBCB581) is known color: Coriander. HEX triplet: BC, B5 and 81. RGB value is (188,181,129). Sum of RGB (Red+Green+Blue) = 188+181+129=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB581 is #434A7E. Grayscale: #B1B1B1. Windows color (decimal): -4409983 or 8500668. OLE color: 8500668.
HSL color Cylindrical-coordinate representation of color #BCB581: hue angle of 52.88º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCB581 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 129 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.26 |
| HSL | 52.88º | 0.31% | 0.62% | - |
| HSV(B) | 52.88º | 0.31% | 0.74% | - |
| XYZ | 41.23 | 45.32 | 27.34 | - |
| YUV | 177.17 | 100.82 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 129 | 0 | 0.04 | 0.31 | 0.26 | 52.88 | 0.31 | 0.62 |
| Hex | BC | B5 | 81 | 0 | 4 | 1F | 1A | 35 | 1F | 3E |
| Octal | 274 | 265 | 201 | 0 | 4 | 37 | 32 | 65 | 37 | 76 |
| Binary | 10111100 | 10110101 | 10000001 | 0 | 100 | 11111 | 11010 | 110101 | 11111 | 111110 |
Color Harmonies of #BCB581
Complementary color
Monochromatic Colors of #BCB581
Black with #BCB581
Text Example
Text Example
White with #BCB581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB581; }
p { color: rgb(188,181,129); }
H1.HeaderClassName
{
color: #BCB581;
}
.AnyTagClassName
{
color: #BCB581;
}
</style>
background-color css
<style>
a { background-color: #BCB581; }
a { background-color: rgb(188,181,129); }
div.DivClassName
{
background-color: #BCB581;
}
.BgClassName
{
background-color: #BCB581;
}
</style>
border-color css
<style>
span { border-color: #BCB581; }
span { border-color: rgb(188,181,129); }
td.TdClassName
{
border-color: #BCB581;
}
.TagClassName
{
border-color: #BCB581;
}
</style>