Shades of Coriander #BDBC8D
Tints of Coriander #BDBC8D
RGB
CMYK
RGB Variations
Color information
#BDBC8D (or 0xBDBC8D) is known color: Coriander. HEX triplet: BD, BC and 8D. RGB value is (189,188,141). Sum of RGB (Red+Green+Blue) = 189+188+141=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBC8D is #424372. Grayscale: #B7B7B7. Windows color (decimal): -4342643 or 9288893. OLE color: 9288893.
HSL color Cylindrical-coordinate representation of color #BDBC8D: hue angle of 58.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDBC8D is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 141 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.26 |
| HSL | 58.75º | 0.27% | 0.65% | - |
| HSV(B) | 58.75º | 0.25% | 0.74% | - |
| XYZ | 43.78 | 48.71 | 32.29 | - |
| YUV | 182.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 141 | 0 | 0.01 | 0.25 | 0.26 | 58.75 | 0.27 | 0.65 |
| Hex | BD | BC | 8D | 0 | 1 | 19 | 1A | 3B | 1B | 41 |
| Octal | 275 | 274 | 215 | 0 | 1 | 31 | 32 | 73 | 33 | 101 |
| Binary | 10111101 | 10111100 | 10001101 | 0 | 1 | 11001 | 11010 | 111011 | 11011 | 1000001 |
Color Harmonies of #BDBC8D
Complementary color
Monochromatic Colors of #BDBC8D
Black with #BDBC8D
Text Example
Text Example
White with #BDBC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC8D; }
p { color: rgb(189,188,141); }
H1.HeaderClassName
{
color: #BDBC8D;
}
.AnyTagClassName
{
color: #BDBC8D;
}
</style>
background-color css
<style>
a { background-color: #BDBC8D; }
a { background-color: rgb(189,188,141); }
div.DivClassName
{
background-color: #BDBC8D;
}
.BgClassName
{
background-color: #BDBC8D;
}
</style>
border-color css
<style>
span { border-color: #BDBC8D; }
span { border-color: rgb(189,188,141); }
td.TdClassName
{
border-color: #BDBC8D;
}
.TagClassName
{
border-color: #BDBC8D;
}
</style>