Shades of Coriander #BDBA8D
Tints of Coriander #BDBA8D
RGB
CMYK
RGB Variations
Color information
#BDBA8D (or 0xBDBA8D) is known color: Coriander. HEX triplet: BD, BA and 8D. RGB value is (189,186,141). Sum of RGB (Red+Green+Blue) = 189+186+141=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBA8D is #424572. Grayscale: #B5B5B5. Windows color (decimal): -4343155 or 9288381. OLE color: 9288381.
HSL color Cylindrical-coordinate representation of color #BDBA8D: hue angle of 56.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDBA8D is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 141 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.26 |
| HSL | 56.25º | 0.27% | 0.65% | - |
| HSV(B) | 56.25º | 0.25% | 0.74% | - |
| XYZ | 43.35 | 47.86 | 32.15 | - |
| YUV | 181.77 | 104.99 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 141 | 0 | 0.02 | 0.25 | 0.26 | 56.25 | 0.27 | 0.65 |
| Hex | BD | BA | 8D | 0 | 2 | 19 | 1A | 38 | 1B | 41 |
| Octal | 275 | 272 | 215 | 0 | 2 | 31 | 32 | 70 | 33 | 101 |
| Binary | 10111101 | 10111010 | 10001101 | 0 | 10 | 11001 | 11010 | 111000 | 11011 | 1000001 |
Color Harmonies of #BDBA8D
Complementary color
Monochromatic Colors of #BDBA8D
Black with #BDBA8D
Text Example
Text Example
White with #BDBA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA8D; }
p { color: rgb(189,186,141); }
H1.HeaderClassName
{
color: #BDBA8D;
}
.AnyTagClassName
{
color: #BDBA8D;
}
</style>
background-color css
<style>
a { background-color: #BDBA8D; }
a { background-color: rgb(189,186,141); }
div.DivClassName
{
background-color: #BDBA8D;
}
.BgClassName
{
background-color: #BDBA8D;
}
</style>
border-color css
<style>
span { border-color: #BDBA8D; }
span { border-color: rgb(189,186,141); }
td.TdClassName
{
border-color: #BDBA8D;
}
.TagClassName
{
border-color: #BDBA8D;
}
</style>