Shades of Coriander #BDB587
Tints of Coriander #BDB587
RGB
CMYK
RGB Variations
Color information
#BDB587 (or 0xBDB587) is known color: Coriander. HEX triplet: BD, B5 and 87. RGB value is (189,181,135). Sum of RGB (Red+Green+Blue) = 189+181+135=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB587 is #424A78. Grayscale: #B2B2B2. Windows color (decimal): -4344441 or 8893885. OLE color: 8893885.
HSL color Cylindrical-coordinate representation of color #BDB587: hue angle of 51.11º 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 #BDB587 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 135 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.26 |
| HSL | 51.11º | 0.29% | 0.64% | - |
| HSV(B) | 51.11º | 0.29% | 0.74% | - |
| XYZ | 41.88 | 45.62 | 29.52 | - |
| YUV | 178.15 | 103.65 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 135 | 0 | 0.04 | 0.29 | 0.26 | 51.11 | 0.29 | 0.64 |
| Hex | BD | B5 | 87 | 0 | 4 | 1D | 1A | 33 | 1D | 40 |
| Octal | 275 | 265 | 207 | 0 | 4 | 35 | 32 | 63 | 35 | 100 |
| Binary | 10111101 | 10110101 | 10000111 | 0 | 100 | 11101 | 11010 | 110011 | 11101 | 1000000 |
Color Harmonies of #BDB587
Complementary color
Monochromatic Colors of #BDB587
Black with #BDB587
Text Example
Text Example
White with #BDB587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB587; }
p { color: rgb(189,181,135); }
H1.HeaderClassName
{
color: #BDB587;
}
.AnyTagClassName
{
color: #BDB587;
}
</style>
background-color css
<style>
a { background-color: #BDB587; }
a { background-color: rgb(189,181,135); }
div.DivClassName
{
background-color: #BDB587;
}
.BgClassName
{
background-color: #BDB587;
}
</style>
border-color css
<style>
span { border-color: #BDB587; }
span { border-color: rgb(189,181,135); }
td.TdClassName
{
border-color: #BDB587;
}
.TagClassName
{
border-color: #BDB587;
}
</style>