Shades of Coriander #BDB891
Tints of Coriander #BDB891
RGB
CMYK
RGB Variations
Color information
#BDB891 (or 0xBDB891) is known color: Coriander. HEX triplet: BD, B8 and 91. RGB value is (189,184,145). Sum of RGB (Red+Green+Blue) = 189+184+145=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB891 is #42476E. Grayscale: #B5B5B5. Windows color (decimal): -4343663 or 9550013. OLE color: 9550013.
HSL color Cylindrical-coordinate representation of color #BDB891: hue angle of 53.18º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDB891 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 145 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.26 |
| HSL | 53.18º | 0.25% | 0.65% | - |
| HSV(B) | 53.18º | 0.23% | 0.74% | - |
| XYZ | 43.24 | 47.14 | 33.61 | - |
| YUV | 181.05 | 107.66 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 145 | 0 | 0.03 | 0.23 | 0.26 | 53.18 | 0.25 | 0.65 |
| Hex | BD | B8 | 91 | 0 | 3 | 17 | 1A | 35 | 19 | 41 |
| Octal | 275 | 270 | 221 | 0 | 3 | 27 | 32 | 65 | 31 | 101 |
| Binary | 10111101 | 10111000 | 10010001 | 0 | 11 | 10111 | 11010 | 110101 | 11001 | 1000001 |
Color Harmonies of #BDB891
Complementary color
Monochromatic Colors of #BDB891
Black with #BDB891
Text Example
Text Example
White with #BDB891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB891; }
p { color: rgb(189,184,145); }
H1.HeaderClassName
{
color: #BDB891;
}
.AnyTagClassName
{
color: #BDB891;
}
</style>
background-color css
<style>
a { background-color: #BDB891; }
a { background-color: rgb(189,184,145); }
div.DivClassName
{
background-color: #BDB891;
}
.BgClassName
{
background-color: #BDB891;
}
</style>
border-color css
<style>
span { border-color: #BDB891; }
span { border-color: rgb(189,184,145); }
td.TdClassName
{
border-color: #BDB891;
}
.TagClassName
{
border-color: #BDB891;
}
</style>