Shades of Coriander #BDB58D
Tints of Coriander #BDB58D
RGB
CMYK
RGB Variations
Color information
#BDB58D (or 0xBDB58D) is known color: Coriander. HEX triplet: BD, B5 and 8D. RGB value is (189,181,141). Sum of RGB (Red+Green+Blue) = 189+181+141=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB58D is #424A72. Grayscale: #B2B2B2. Windows color (decimal): -4344435 or 9287101. OLE color: 9287101.
HSL color Cylindrical-coordinate representation of color #BDB58D: hue angle of 50º 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 #BDB58D is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 141 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.26 |
| HSL | 50º | 0.27% | 0.65% | - |
| HSV(B) | 50º | 0.25% | 0.74% | - |
| XYZ | 42.32 | 45.79 | 31.81 | - |
| YUV | 178.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 141 | 0 | 0.04 | 0.25 | 0.26 | 50 | 0.27 | 0.65 |
| Hex | BD | B5 | 8D | 0 | 4 | 19 | 1A | 32 | 1B | 41 |
| Octal | 275 | 265 | 215 | 0 | 4 | 31 | 32 | 62 | 33 | 101 |
| Binary | 10111101 | 10110101 | 10001101 | 0 | 100 | 11001 | 11010 | 110010 | 11011 | 1000001 |
Color Harmonies of #BDB58D
Complementary color
Monochromatic Colors of #BDB58D
Black with #BDB58D
Text Example
Text Example
White with #BDB58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB58D; }
p { color: rgb(189,181,141); }
H1.HeaderClassName
{
color: #BDB58D;
}
.AnyTagClassName
{
color: #BDB58D;
}
</style>
background-color css
<style>
a { background-color: #BDB58D; }
a { background-color: rgb(189,181,141); }
div.DivClassName
{
background-color: #BDB58D;
}
.BgClassName
{
background-color: #BDB58D;
}
</style>
border-color css
<style>
span { border-color: #BDB58D; }
span { border-color: rgb(189,181,141); }
td.TdClassName
{
border-color: #BDB58D;
}
.TagClassName
{
border-color: #BDB58D;
}
</style>