Shades of Coriander #BDB58C
Tints of Coriander #BDB58C
RGB
CMYK
RGB Variations
Color information
#BDB58C (or 0xBDB58C) is known color: Coriander. HEX triplet: BD, B5 and 8C. RGB value is (189,181,140). Sum of RGB (Red+Green+Blue) = 189+181+140=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB58C is #424A73. Grayscale: #B2B2B2. Windows color (decimal): -4344436 or 9221565. OLE color: 9221565.
HSL color Cylindrical-coordinate representation of color #BDB58C: hue angle of 50.2º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDB58C is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 140 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.26 |
| HSL | 50.2º | 0.27% | 0.65% | - |
| HSV(B) | 50.2º | 0.26% | 0.74% | - |
| XYZ | 42.24 | 45.76 | 31.42 | - |
| YUV | 178.72 | 106.15 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 140 | 0 | 0.04 | 0.26 | 0.26 | 50.2 | 0.27 | 0.65 |
| Hex | BD | B5 | 8C | 0 | 4 | 1A | 1A | 32 | 1B | 41 |
| Octal | 275 | 265 | 214 | 0 | 4 | 32 | 32 | 62 | 33 | 101 |
| Binary | 10111101 | 10110101 | 10001100 | 0 | 100 | 11010 | 11010 | 110010 | 11011 | 1000001 |
Color Harmonies of #BDB58C
Complementary color
Monochromatic Colors of #BDB58C
Black with #BDB58C
Text Example
Text Example
White with #BDB58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB58C; }
p { color: rgb(189,181,140); }
H1.HeaderClassName
{
color: #BDB58C;
}
.AnyTagClassName
{
color: #BDB58C;
}
</style>
background-color css
<style>
a { background-color: #BDB58C; }
a { background-color: rgb(189,181,140); }
div.DivClassName
{
background-color: #BDB58C;
}
.BgClassName
{
background-color: #BDB58C;
}
</style>
border-color css
<style>
span { border-color: #BDB58C; }
span { border-color: rgb(189,181,140); }
td.TdClassName
{
border-color: #BDB58C;
}
.TagClassName
{
border-color: #BDB58C;
}
</style>