Shades of Coriander #BDB88C
Tints of Coriander #BDB88C
RGB
CMYK
RGB Variations
Color information
#BDB88C (or 0xBDB88C) is known color: Coriander. HEX triplet: BD, B8 and 8C. RGB value is (189,184,140). Sum of RGB (Red+Green+Blue) = 189+184+140=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB88C is #424773. Grayscale: #B4B4B4. Windows color (decimal): -4343668 or 9222333. OLE color: 9222333.
HSL color Cylindrical-coordinate representation of color #BDB88C: hue angle of 53.88º 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 #BDB88C is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 140 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.26 |
| HSL | 53.88º | 0.27% | 0.65% | - |
| HSV(B) | 53.88º | 0.26% | 0.74% | - |
| XYZ | 42.86 | 46.99 | 31.62 | - |
| YUV | 180.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 140 | 0 | 0.03 | 0.26 | 0.26 | 53.88 | 0.27 | 0.65 |
| Hex | BD | B8 | 8C | 0 | 3 | 1A | 1A | 36 | 1B | 41 |
| Octal | 275 | 270 | 214 | 0 | 3 | 32 | 32 | 66 | 33 | 101 |
| Binary | 10111101 | 10111000 | 10001100 | 0 | 11 | 11010 | 11010 | 110110 | 11011 | 1000001 |
Color Harmonies of #BDB88C
Complementary color
Monochromatic Colors of #BDB88C
Black with #BDB88C
Text Example
Text Example
White with #BDB88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB88C; }
p { color: rgb(189,184,140); }
H1.HeaderClassName
{
color: #BDB88C;
}
.AnyTagClassName
{
color: #BDB88C;
}
</style>
background-color css
<style>
a { background-color: #BDB88C; }
a { background-color: rgb(189,184,140); }
div.DivClassName
{
background-color: #BDB88C;
}
.BgClassName
{
background-color: #BDB88C;
}
</style>
border-color css
<style>
span { border-color: #BDB88C; }
span { border-color: rgb(189,184,140); }
td.TdClassName
{
border-color: #BDB88C;
}
.TagClassName
{
border-color: #BDB88C;
}
</style>