Shades of Coriander #BDB78B
Tints of Coriander #BDB78B
RGB
CMYK
RGB Variations
Color information
#BDB78B (or 0xBDB78B) is known color: Coriander. HEX triplet: BD, B7 and 8B. RGB value is (189,183,139). Sum of RGB (Red+Green+Blue) = 189+183+139=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB78B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB78B is #424874. Grayscale: #B3B3B3. Windows color (decimal): -4343925 or 9156541. OLE color: 9156541.
HSL color Cylindrical-coordinate representation of color #BDB78B: hue angle of 52.8º 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 #BDB78B is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 139 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.26 |
| HSL | 52.8º | 0.27% | 0.64% | - |
| HSV(B) | 52.8º | 0.26% | 0.74% | - |
| XYZ | 42.58 | 46.55 | 31.17 | - |
| YUV | 179.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 139 | 0 | 0.03 | 0.26 | 0.26 | 52.8 | 0.27 | 0.64 |
| Hex | BD | B7 | 8B | 0 | 3 | 1A | 1A | 35 | 1B | 40 |
| Octal | 275 | 267 | 213 | 0 | 3 | 32 | 32 | 65 | 33 | 100 |
| Binary | 10111101 | 10110111 | 10001011 | 0 | 11 | 11010 | 11010 | 110101 | 11011 | 1000000 |
Color Harmonies of #BDB78B
Complementary color
Monochromatic Colors of #BDB78B
Black with #BDB78B
Text Example
Text Example
White with #BDB78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB78B; }
p { color: rgb(189,183,139); }
H1.HeaderClassName
{
color: #BDB78B;
}
.AnyTagClassName
{
color: #BDB78B;
}
</style>
background-color css
<style>
a { background-color: #BDB78B; }
a { background-color: rgb(189,183,139); }
div.DivClassName
{
background-color: #BDB78B;
}
.BgClassName
{
background-color: #BDB78B;
}
</style>
border-color css
<style>
span { border-color: #BDB78B; }
span { border-color: rgb(189,183,139); }
td.TdClassName
{
border-color: #BDB78B;
}
.TagClassName
{
border-color: #BDB78B;
}
</style>