Shades of Coriander #BDB98B
Tints of Coriander #BDB98B
RGB
CMYK
RGB Variations
Color information
#BDB98B (or 0xBDB98B) is known color: Coriander. HEX triplet: BD, B9 and 8B. RGB value is (189,185,139). Sum of RGB (Red+Green+Blue) = 189+185+139=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB98B is #424674. Grayscale: #B5B5B5. Windows color (decimal): -4343413 or 9157053. OLE color: 9157053.
HSL color Cylindrical-coordinate representation of color #BDB98B: hue angle of 55.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDB98B is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 139 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.26 |
| HSL | 55.2º | 0.27% | 0.64% | - |
| HSV(B) | 55.2º | 0.26% | 0.74% | - |
| XYZ | 43 | 47.38 | 31.31 | - |
| YUV | 180.95 | 104.33 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 139 | 0 | 0.02 | 0.26 | 0.26 | 55.2 | 0.27 | 0.64 |
| Hex | BD | B9 | 8B | 0 | 2 | 1A | 1A | 37 | 1B | 40 |
| Octal | 275 | 271 | 213 | 0 | 2 | 32 | 32 | 67 | 33 | 100 |
| Binary | 10111101 | 10111001 | 10001011 | 0 | 10 | 11010 | 11010 | 110111 | 11011 | 1000000 |
Color Harmonies of #BDB98B
Complementary color
Monochromatic Colors of #BDB98B
Black with #BDB98B
Text Example
Text Example
White with #BDB98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB98B; }
p { color: rgb(189,185,139); }
H1.HeaderClassName
{
color: #BDB98B;
}
.AnyTagClassName
{
color: #BDB98B;
}
</style>
background-color css
<style>
a { background-color: #BDB98B; }
a { background-color: rgb(189,185,139); }
div.DivClassName
{
background-color: #BDB98B;
}
.BgClassName
{
background-color: #BDB98B;
}
</style>
border-color css
<style>
span { border-color: #BDB98B; }
span { border-color: rgb(189,185,139); }
td.TdClassName
{
border-color: #BDB98B;
}
.TagClassName
{
border-color: #BDB98B;
}
</style>