Shades of Coriander #BDB391
Tints of Coriander #BDB391
RGB
CMYK
RGB Variations
Color information
#BDB391 (or 0xBDB391) is known color: Coriander. HEX triplet: BD, B3 and 91. RGB value is (189,179,145). Sum of RGB (Red+Green+Blue) = 189+179+145=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB391 is #424C6E. Grayscale: #B2B2B2. Windows color (decimal): -4344943 or 9548733. OLE color: 9548733.
HSL color Cylindrical-coordinate representation of color #BDB391: hue angle of 46.36º 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 #BDB391 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 145 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.26 |
| HSL | 46.36º | 0.25% | 0.65% | - |
| HSV(B) | 46.36º | 0.23% | 0.74% | - |
| XYZ | 42.22 | 45.1 | 33.27 | - |
| YUV | 178.11 | 109.31 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 145 | 0 | 0.05 | 0.23 | 0.26 | 46.36 | 0.25 | 0.65 |
| Hex | BD | B3 | 91 | 0 | 5 | 17 | 1A | 2E | 19 | 41 |
| Octal | 275 | 263 | 221 | 0 | 5 | 27 | 32 | 56 | 31 | 101 |
| Binary | 10111101 | 10110011 | 10010001 | 0 | 101 | 10111 | 11010 | 101110 | 11001 | 1000001 |
Color Harmonies of #BDB391
Complementary color
Monochromatic Colors of #BDB391
Black with #BDB391
Text Example
Text Example
White with #BDB391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB391; }
p { color: rgb(189,179,145); }
H1.HeaderClassName
{
color: #BDB391;
}
.AnyTagClassName
{
color: #BDB391;
}
</style>
background-color css
<style>
a { background-color: #BDB391; }
a { background-color: rgb(189,179,145); }
div.DivClassName
{
background-color: #BDB391;
}
.BgClassName
{
background-color: #BDB391;
}
</style>
border-color css
<style>
span { border-color: #BDB391; }
span { border-color: rgb(189,179,145); }
td.TdClassName
{
border-color: #BDB391;
}
.TagClassName
{
border-color: #BDB391;
}
</style>