Shades of Coriander #BDB78C
Tints of Coriander #BDB78C
RGB
CMYK
RGB Variations
Color information
#BDB78C (or 0xBDB78C) is known color: Coriander. HEX triplet: BD, B7 and 8C. RGB value is (189,183,140). Sum of RGB (Red+Green+Blue) = 189+183+140=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB78C is #424873. Grayscale: #B4B4B4. Windows color (decimal): -4343924 or 9222077. OLE color: 9222077.
HSL color Cylindrical-coordinate representation of color #BDB78C: hue angle of 52.65º 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 #BDB78C is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 140 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.26 |
| HSL | 52.65º | 0.27% | 0.65% | - |
| HSV(B) | 52.65º | 0.26% | 0.74% | - |
| XYZ | 42.65 | 46.58 | 31.55 | - |
| YUV | 179.89 | 105.49 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 140 | 0 | 0.03 | 0.26 | 0.26 | 52.65 | 0.27 | 0.65 |
| Hex | BD | B7 | 8C | 0 | 3 | 1A | 1A | 35 | 1B | 41 |
| Octal | 275 | 267 | 214 | 0 | 3 | 32 | 32 | 65 | 33 | 101 |
| Binary | 10111101 | 10110111 | 10001100 | 0 | 11 | 11010 | 11010 | 110101 | 11011 | 1000001 |
Color Harmonies of #BDB78C
Complementary color
Monochromatic Colors of #BDB78C
Black with #BDB78C
Text Example
Text Example
White with #BDB78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB78C; }
p { color: rgb(189,183,140); }
H1.HeaderClassName
{
color: #BDB78C;
}
.AnyTagClassName
{
color: #BDB78C;
}
</style>
background-color css
<style>
a { background-color: #BDB78C; }
a { background-color: rgb(189,183,140); }
div.DivClassName
{
background-color: #BDB78C;
}
.BgClassName
{
background-color: #BDB78C;
}
</style>
border-color css
<style>
span { border-color: #BDB78C; }
span { border-color: rgb(189,183,140); }
td.TdClassName
{
border-color: #BDB78C;
}
.TagClassName
{
border-color: #BDB78C;
}
</style>