Shades of Coriander #BDBC91
Tints of Coriander #BDBC91
RGB
CMYK
RGB Variations
Color information
#BDBC91 (or 0xBDBC91) is known color: Coriander. HEX triplet: BD, BC and 91. RGB value is (189,188,145). Sum of RGB (Red+Green+Blue) = 189+188+145=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 145 (57.03% from 255 or 27.78% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBC91 is #42436E. Grayscale: #B7B7B7. Windows color (decimal): -4342639 or 9551037. OLE color: 9551037.
HSL color Cylindrical-coordinate representation of color #BDBC91: hue angle of 58.64º 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 #BDBC91 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 145 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.26 |
| HSL | 58.64º | 0.25% | 0.65% | - |
| HSV(B) | 58.64º | 0.23% | 0.74% | - |
| XYZ | 44.08 | 48.83 | 33.89 | - |
| YUV | 183.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 145 | 0 | 0.01 | 0.23 | 0.26 | 58.64 | 0.25 | 0.65 |
| Hex | BD | BC | 91 | 0 | 1 | 17 | 1A | 3B | 19 | 41 |
| Octal | 275 | 274 | 221 | 0 | 1 | 27 | 32 | 73 | 31 | 101 |
| Binary | 10111101 | 10111100 | 10010001 | 0 | 1 | 10111 | 11010 | 111011 | 11001 | 1000001 |
Color Harmonies of #BDBC91
Complementary color
Monochromatic Colors of #BDBC91
Black with #BDBC91
Text Example
Text Example
White with #BDBC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC91; }
p { color: rgb(189,188,145); }
H1.HeaderClassName
{
color: #BDBC91;
}
.AnyTagClassName
{
color: #BDBC91;
}
</style>
background-color css
<style>
a { background-color: #BDBC91; }
a { background-color: rgb(189,188,145); }
div.DivClassName
{
background-color: #BDBC91;
}
.BgClassName
{
background-color: #BDBC91;
}
</style>
border-color css
<style>
span { border-color: #BDBC91; }
span { border-color: rgb(189,188,145); }
td.TdClassName
{
border-color: #BDBC91;
}
.TagClassName
{
border-color: #BDBC91;
}
</style>