Shades of Coriander #BDB784
Tints of Coriander #BDB784
RGB
CMYK
RGB Variations
Color information
#BDB784 (or 0xBDB784) is known color: Coriander. HEX triplet: BD, B7 and 84. RGB value is (189,183,132). Sum of RGB (Red+Green+Blue) = 189+183+132=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB784 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB784 is #42487B. Grayscale: #B3B3B3. Windows color (decimal): -4343932 or 8697789. OLE color: 8697789.
HSL color Cylindrical-coordinate representation of color #BDB784: hue angle of 53.68º 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 #BDB784 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 132 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.26 |
| HSL | 53.68º | 0.3% | 0.63% | - |
| HSV(B) | 53.68º | 0.3% | 0.74% | - |
| XYZ | 42.08 | 46.35 | 28.56 | - |
| YUV | 178.98 | 101.49 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 132 | 0 | 0.03 | 0.30 | 0.26 | 53.68 | 0.3 | 0.63 |
| Hex | BD | B7 | 84 | 0 | 3 | 1E | 1A | 36 | 1E | 3F |
| Octal | 275 | 267 | 204 | 0 | 3 | 36 | 32 | 66 | 36 | 77 |
| Binary | 10111101 | 10110111 | 10000100 | 0 | 11 | 11110 | 11010 | 110110 | 11110 | 111111 |
Color Harmonies of #BDB784
Complementary color
Monochromatic Colors of #BDB784
Black with #BDB784
Text Example
Text Example
White with #BDB784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB784; }
p { color: rgb(189,183,132); }
H1.HeaderClassName
{
color: #BDB784;
}
.AnyTagClassName
{
color: #BDB784;
}
</style>
background-color css
<style>
a { background-color: #BDB784; }
a { background-color: rgb(189,183,132); }
div.DivClassName
{
background-color: #BDB784;
}
.BgClassName
{
background-color: #BDB784;
}
</style>
border-color css
<style>
span { border-color: #BDB784; }
span { border-color: rgb(189,183,132); }
td.TdClassName
{
border-color: #BDB784;
}
.TagClassName
{
border-color: #BDB784;
}
</style>