Shades of Coriander #BDB487
Tints of Coriander #BDB487
RGB
CMYK
RGB Variations
Color information
#BDB487 (or 0xBDB487) is known color: Coriander. HEX triplet: BD, B4 and 87. RGB value is (189,180,135). Sum of RGB (Red+Green+Blue) = 189+180+135=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB487 is #424B78. Grayscale: #B1B1B1. Windows color (decimal): -4344697 or 8893629. OLE color: 8893629.
HSL color Cylindrical-coordinate representation of color #BDB487: hue angle of 50º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDB487 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 135 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.26 |
| HSL | 50º | 0.29% | 0.64% | - |
| HSV(B) | 50º | 0.29% | 0.74% | - |
| XYZ | 41.68 | 45.21 | 29.45 | - |
| YUV | 177.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 135 | 0 | 0.05 | 0.29 | 0.26 | 50 | 0.29 | 0.64 |
| Hex | BD | B4 | 87 | 0 | 5 | 1D | 1A | 32 | 1D | 40 |
| Octal | 275 | 264 | 207 | 0 | 5 | 35 | 32 | 62 | 35 | 100 |
| Binary | 10111101 | 10110100 | 10000111 | 0 | 101 | 11101 | 11010 | 110010 | 11101 | 1000000 |
Color Harmonies of #BDB487
Complementary color
Monochromatic Colors of #BDB487
Black with #BDB487
Text Example
Text Example
White with #BDB487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB487; }
p { color: rgb(189,180,135); }
H1.HeaderClassName
{
color: #BDB487;
}
.AnyTagClassName
{
color: #BDB487;
}
</style>
background-color css
<style>
a { background-color: #BDB487; }
a { background-color: rgb(189,180,135); }
div.DivClassName
{
background-color: #BDB487;
}
.BgClassName
{
background-color: #BDB487;
}
</style>
border-color css
<style>
span { border-color: #BDB487; }
span { border-color: rgb(189,180,135); }
td.TdClassName
{
border-color: #BDB487;
}
.TagClassName
{
border-color: #BDB487;
}
</style>