Shades of Coriander #BDB388
Tints of Coriander #BDB388
RGB
CMYK
RGB Variations
Color information
#BDB388 (or 0xBDB388) is known color: Coriander. HEX triplet: BD, B3 and 88. RGB value is (189,179,136). Sum of RGB (Red+Green+Blue) = 189+179+136=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB388 is #424C77. Grayscale: #B1B1B1. Windows color (decimal): -4344952 or 8958909. OLE color: 8958909.
HSL color Cylindrical-coordinate representation of color #BDB388: hue angle of 48.68º degrees, saturation: 0.29, 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 #BDB388 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 136 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.26 |
| HSL | 48.68º | 0.29% | 0.64% | - |
| HSV(B) | 48.68º | 0.28% | 0.74% | - |
| XYZ | 41.55 | 44.84 | 29.76 | - |
| YUV | 177.09 | 104.81 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 136 | 0 | 0.05 | 0.28 | 0.26 | 48.68 | 0.29 | 0.64 |
| Hex | BD | B3 | 88 | 0 | 5 | 1C | 1A | 31 | 1D | 40 |
| Octal | 275 | 263 | 210 | 0 | 5 | 34 | 32 | 61 | 35 | 100 |
| Binary | 10111101 | 10110011 | 10001000 | 0 | 101 | 11100 | 11010 | 110001 | 11101 | 1000000 |
Color Harmonies of #BDB388
Complementary color
Monochromatic Colors of #BDB388
Black with #BDB388
Text Example
Text Example
White with #BDB388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB388; }
p { color: rgb(189,179,136); }
H1.HeaderClassName
{
color: #BDB388;
}
.AnyTagClassName
{
color: #BDB388;
}
</style>
background-color css
<style>
a { background-color: #BDB388; }
a { background-color: rgb(189,179,136); }
div.DivClassName
{
background-color: #BDB388;
}
.BgClassName
{
background-color: #BDB388;
}
</style>
border-color css
<style>
span { border-color: #BDB388; }
span { border-color: rgb(189,179,136); }
td.TdClassName
{
border-color: #BDB388;
}
.TagClassName
{
border-color: #BDB388;
}
</style>