Shades of Coriander #BDBA89
Tints of Coriander #BDBA89
RGB
CMYK
RGB Variations
Color information
#BDBA89 (or 0xBDBA89) is known color: Coriander. HEX triplet: BD, BA and 89. RGB value is (189,186,137). Sum of RGB (Red+Green+Blue) = 189+186+137=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBA89 is #424576. Grayscale: #B5B5B5. Windows color (decimal): -4343159 or 9026237. OLE color: 9026237.
HSL color Cylindrical-coordinate representation of color #BDBA89: hue angle of 56.54º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDBA89 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 137 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.26 |
| HSL | 56.54º | 0.28% | 0.64% | - |
| HSV(B) | 56.54º | 0.28% | 0.74% | - |
| XYZ | 43.06 | 47.74 | 30.61 | - |
| YUV | 181.31 | 102.99 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 137 | 0 | 0.02 | 0.28 | 0.26 | 56.54 | 0.28 | 0.64 |
| Hex | BD | BA | 89 | 0 | 2 | 1C | 1A | 39 | 1C | 40 |
| Octal | 275 | 272 | 211 | 0 | 2 | 34 | 32 | 71 | 34 | 100 |
| Binary | 10111101 | 10111010 | 10001001 | 0 | 10 | 11100 | 11010 | 111001 | 11100 | 1000000 |
Color Harmonies of #BDBA89
Complementary color
Monochromatic Colors of #BDBA89
Black with #BDBA89
Text Example
Text Example
White with #BDBA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA89; }
p { color: rgb(189,186,137); }
H1.HeaderClassName
{
color: #BDBA89;
}
.AnyTagClassName
{
color: #BDBA89;
}
</style>
background-color css
<style>
a { background-color: #BDBA89; }
a { background-color: rgb(189,186,137); }
div.DivClassName
{
background-color: #BDBA89;
}
.BgClassName
{
background-color: #BDBA89;
}
</style>
border-color css
<style>
span { border-color: #BDBA89; }
span { border-color: rgb(189,186,137); }
td.TdClassName
{
border-color: #BDBA89;
}
.TagClassName
{
border-color: #BDBA89;
}
</style>