Shades of Coriander #BDBA8B
Tints of Coriander #BDBA8B
RGB
CMYK
RGB Variations
Color information
#BDBA8B (or 0xBDBA8B) is known color: Coriander. HEX triplet: BD, BA and 8B. RGB value is (189,186,139). Sum of RGB (Red+Green+Blue) = 189+186+139=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBA8B is #424574. Grayscale: #B5B5B5. Windows color (decimal): -4343157 or 9157309. OLE color: 9157309.
HSL color Cylindrical-coordinate representation of color #BDBA8B: hue angle of 56.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDBA8B is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 139 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.26 |
| HSL | 56.4º | 0.27% | 0.64% | - |
| HSV(B) | 56.4º | 0.26% | 0.74% | - |
| XYZ | 43.21 | 47.8 | 31.38 | - |
| YUV | 181.54 | 103.99 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 139 | 0 | 0.02 | 0.26 | 0.26 | 56.4 | 0.27 | 0.64 |
| Hex | BD | BA | 8B | 0 | 2 | 1A | 1A | 38 | 1B | 40 |
| Octal | 275 | 272 | 213 | 0 | 2 | 32 | 32 | 70 | 33 | 100 |
| Binary | 10111101 | 10111010 | 10001011 | 0 | 10 | 11010 | 11010 | 111000 | 11011 | 1000000 |
Color Harmonies of #BDBA8B
Complementary color
Monochromatic Colors of #BDBA8B
Black with #BDBA8B
Text Example
Text Example
White with #BDBA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA8B; }
p { color: rgb(189,186,139); }
H1.HeaderClassName
{
color: #BDBA8B;
}
.AnyTagClassName
{
color: #BDBA8B;
}
</style>
background-color css
<style>
a { background-color: #BDBA8B; }
a { background-color: rgb(189,186,139); }
div.DivClassName
{
background-color: #BDBA8B;
}
.BgClassName
{
background-color: #BDBA8B;
}
</style>
border-color css
<style>
span { border-color: #BDBA8B; }
span { border-color: rgb(189,186,139); }
td.TdClassName
{
border-color: #BDBA8B;
}
.TagClassName
{
border-color: #BDBA8B;
}
</style>