Shades of Coriander #BDB98C
Tints of Coriander #BDB98C
RGB
CMYK
RGB Variations
Color information
#BDB98C (or 0xBDB98C) is known color: Coriander. HEX triplet: BD, B9 and 8C. RGB value is (189,185,140). Sum of RGB (Red+Green+Blue) = 189+185+140=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB98C is #424673. Grayscale: #B5B5B5. Windows color (decimal): -4343412 or 9222589. OLE color: 9222589.
HSL color Cylindrical-coordinate representation of color #BDB98C: hue angle of 55.1º 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 #BDB98C is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 140 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.26 |
| HSL | 55.1º | 0.27% | 0.65% | - |
| HSV(B) | 55.1º | 0.26% | 0.74% | - |
| XYZ | 43.07 | 47.41 | 31.69 | - |
| YUV | 181.07 | 104.83 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 140 | 0 | 0.02 | 0.26 | 0.26 | 55.1 | 0.27 | 0.65 |
| Hex | BD | B9 | 8C | 0 | 2 | 1A | 1A | 37 | 1B | 41 |
| Octal | 275 | 271 | 214 | 0 | 2 | 32 | 32 | 67 | 33 | 101 |
| Binary | 10111101 | 10111001 | 10001100 | 0 | 10 | 11010 | 11010 | 110111 | 11011 | 1000001 |
Color Harmonies of #BDB98C
Complementary color
Monochromatic Colors of #BDB98C
Black with #BDB98C
Text Example
Text Example
White with #BDB98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB98C; }
p { color: rgb(189,185,140); }
H1.HeaderClassName
{
color: #BDB98C;
}
.AnyTagClassName
{
color: #BDB98C;
}
</style>
background-color css
<style>
a { background-color: #BDB98C; }
a { background-color: rgb(189,185,140); }
div.DivClassName
{
background-color: #BDB98C;
}
.BgClassName
{
background-color: #BDB98C;
}
</style>
border-color css
<style>
span { border-color: #BDB98C; }
span { border-color: rgb(189,185,140); }
td.TdClassName
{
border-color: #BDB98C;
}
.TagClassName
{
border-color: #BDB98C;
}
</style>