Shades of Coriander #BDB684
Tints of Coriander #BDB684
RGB
CMYK
RGB Variations
Color information
#BDB684 (or 0xBDB684) is known color: Coriander. HEX triplet: BD, B6 and 84. RGB value is (189,182,132). Sum of RGB (Red+Green+Blue) = 189+182+132=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB684 is #42497B. Grayscale: #B2B2B2. Windows color (decimal): -4344188 or 8697533. OLE color: 8697533.
HSL color Cylindrical-coordinate representation of color #BDB684: hue angle of 52.63º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDB684 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 132 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.26 |
| HSL | 52.63º | 0.3% | 0.63% | - |
| HSV(B) | 52.63º | 0.3% | 0.74% | - |
| XYZ | 41.88 | 45.94 | 28.49 | - |
| YUV | 178.39 | 101.82 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 132 | 0 | 0.04 | 0.30 | 0.26 | 52.63 | 0.3 | 0.63 |
| Hex | BD | B6 | 84 | 0 | 4 | 1E | 1A | 35 | 1E | 3F |
| Octal | 275 | 266 | 204 | 0 | 4 | 36 | 32 | 65 | 36 | 77 |
| Binary | 10111101 | 10110110 | 10000100 | 0 | 100 | 11110 | 11010 | 110101 | 11110 | 111111 |
Color Harmonies of #BDB684
Complementary color
Monochromatic Colors of #BDB684
Black with #BDB684
Text Example
Text Example
White with #BDB684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB684; }
p { color: rgb(189,182,132); }
H1.HeaderClassName
{
color: #BDB684;
}
.AnyTagClassName
{
color: #BDB684;
}
</style>
background-color css
<style>
a { background-color: #BDB684; }
a { background-color: rgb(189,182,132); }
div.DivClassName
{
background-color: #BDB684;
}
.BgClassName
{
background-color: #BDB684;
}
</style>
border-color css
<style>
span { border-color: #BDB684; }
span { border-color: rgb(189,182,132); }
td.TdClassName
{
border-color: #BDB684;
}
.TagClassName
{
border-color: #BDB684;
}
</style>