Shades of Coriander #BCB782
Tints of Coriander #BCB782
RGB
CMYK
RGB Variations
Color information
#BCB782 (or 0xBCB782) is known color: Coriander. HEX triplet: BC, B7 and 82. RGB value is (188,183,130). Sum of RGB (Red+Green+Blue) = 188+183+130=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB782 is #43487D. Grayscale: #B2B2B2. Windows color (decimal): -4409470 or 8566716. OLE color: 8566716.
HSL color Cylindrical-coordinate representation of color #BCB782: hue angle of 54.83º degrees, saturation: 0.3, 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 #BCB782 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 130 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.26 |
| HSL | 54.83º | 0.3% | 0.62% | - |
| HSV(B) | 54.83º | 0.31% | 0.74% | - |
| XYZ | 41.7 | 46.17 | 27.83 | - |
| YUV | 178.45 | 100.66 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 130 | 0 | 0.03 | 0.31 | 0.26 | 54.83 | 0.3 | 0.62 |
| Hex | BC | B7 | 82 | 0 | 3 | 1F | 1A | 37 | 1E | 3E |
| Octal | 274 | 267 | 202 | 0 | 3 | 37 | 32 | 67 | 36 | 76 |
| Binary | 10111100 | 10110111 | 10000010 | 0 | 11 | 11111 | 11010 | 110111 | 11110 | 111110 |
Color Harmonies of #BCB782
Complementary color
Monochromatic Colors of #BCB782
Black with #BCB782
Text Example
Text Example
White with #BCB782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB782; }
p { color: rgb(188,183,130); }
H1.HeaderClassName
{
color: #BCB782;
}
.AnyTagClassName
{
color: #BCB782;
}
</style>
background-color css
<style>
a { background-color: #BCB782; }
a { background-color: rgb(188,183,130); }
div.DivClassName
{
background-color: #BCB782;
}
.BgClassName
{
background-color: #BCB782;
}
</style>
border-color css
<style>
span { border-color: #BCB782; }
span { border-color: rgb(188,183,130); }
td.TdClassName
{
border-color: #BCB782;
}
.TagClassName
{
border-color: #BCB782;
}
</style>