Shades of Coriander #BCB58A
Tints of Coriander #BCB58A
RGB
CMYK
RGB Variations
Color information
#BCB58A (or 0xBCB58A) is known color: Coriander. HEX triplet: BC, B5 and 8A. RGB value is (188,181,138). Sum of RGB (Red+Green+Blue) = 188+181+138=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB58A is #434A75. Grayscale: #B2B2B2. Windows color (decimal): -4409974 or 9090492. OLE color: 9090492.
HSL color Cylindrical-coordinate representation of color #BCB58A: hue angle of 51.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCB58A is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 138 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.26 |
| HSL | 51.6º | 0.27% | 0.64% | - |
| HSV(B) | 51.6º | 0.27% | 0.74% | - |
| XYZ | 41.85 | 45.57 | 30.64 | - |
| YUV | 178.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 138 | 0 | 0.04 | 0.27 | 0.26 | 51.6 | 0.27 | 0.64 |
| Hex | BC | B5 | 8A | 0 | 4 | 1B | 1A | 34 | 1B | 40 |
| Octal | 274 | 265 | 212 | 0 | 4 | 33 | 32 | 64 | 33 | 100 |
| Binary | 10111100 | 10110101 | 10001010 | 0 | 100 | 11011 | 11010 | 110100 | 11011 | 1000000 |
Color Harmonies of #BCB58A
Complementary color
Monochromatic Colors of #BCB58A
Black with #BCB58A
Text Example
Text Example
White with #BCB58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB58A; }
p { color: rgb(188,181,138); }
H1.HeaderClassName
{
color: #BCB58A;
}
.AnyTagClassName
{
color: #BCB58A;
}
</style>
background-color css
<style>
a { background-color: #BCB58A; }
a { background-color: rgb(188,181,138); }
div.DivClassName
{
background-color: #BCB58A;
}
.BgClassName
{
background-color: #BCB58A;
}
</style>
border-color css
<style>
span { border-color: #BCB58A; }
span { border-color: rgb(188,181,138); }
td.TdClassName
{
border-color: #BCB58A;
}
.TagClassName
{
border-color: #BCB58A;
}
</style>