Shades of Coriander #BDB386
Tints of Coriander #BDB386
RGB
CMYK
RGB Variations
Color information
#BDB386 (or 0xBDB386) is known color: Coriander. HEX triplet: BD, B3 and 86. RGB value is (189,179,134). Sum of RGB (Red+Green+Blue) = 189+179+134=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB386 is #424C79. Grayscale: #B1B1B1. Windows color (decimal): -4344954 or 8827837. OLE color: 8827837.
HSL color Cylindrical-coordinate representation of color #BDB386: hue angle of 49.09º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDB386 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 134 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.26 |
| HSL | 49.09º | 0.29% | 0.63% | - |
| HSV(B) | 49.09º | 0.29% | 0.74% | - |
| XYZ | 41.41 | 44.78 | 29.02 | - |
| YUV | 176.86 | 103.81 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 134 | 0 | 0.05 | 0.29 | 0.26 | 49.09 | 0.29 | 0.63 |
| Hex | BD | B3 | 86 | 0 | 5 | 1D | 1A | 31 | 1D | 3F |
| Octal | 275 | 263 | 206 | 0 | 5 | 35 | 32 | 61 | 35 | 77 |
| Binary | 10111101 | 10110011 | 10000110 | 0 | 101 | 11101 | 11010 | 110001 | 11101 | 111111 |
Color Harmonies of #BDB386
Complementary color
Monochromatic Colors of #BDB386
Black with #BDB386
Text Example
Text Example
White with #BDB386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB386; }
p { color: rgb(189,179,134); }
H1.HeaderClassName
{
color: #BDB386;
}
.AnyTagClassName
{
color: #BDB386;
}
</style>
background-color css
<style>
a { background-color: #BDB386; }
a { background-color: rgb(189,179,134); }
div.DivClassName
{
background-color: #BDB386;
}
.BgClassName
{
background-color: #BDB386;
}
</style>
border-color css
<style>
span { border-color: #BDB386; }
span { border-color: rgb(189,179,134); }
td.TdClassName
{
border-color: #BDB386;
}
.TagClassName
{
border-color: #BDB386;
}
</style>