Shades of Coriander #BDB78A
Tints of Coriander #BDB78A
RGB
CMYK
RGB Variations
Color information
#BDB78A (or 0xBDB78A) is known color: Coriander. HEX triplet: BD, B7 and 8A. RGB value is (189,183,138). Sum of RGB (Red+Green+Blue) = 189+183+138=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB78A is #424875. Grayscale: #B3B3B3. Windows color (decimal): -4343926 or 9091005. OLE color: 9091005.
HSL color Cylindrical-coordinate representation of color #BDB78A: hue angle of 52.94º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDB78A is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 138 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.26 |
| HSL | 52.94º | 0.28% | 0.64% | - |
| HSV(B) | 52.94º | 0.27% | 0.74% | - |
| XYZ | 42.51 | 46.52 | 30.78 | - |
| YUV | 179.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 138 | 0 | 0.03 | 0.27 | 0.26 | 52.94 | 0.28 | 0.64 |
| Hex | BD | B7 | 8A | 0 | 3 | 1B | 1A | 35 | 1C | 40 |
| Octal | 275 | 267 | 212 | 0 | 3 | 33 | 32 | 65 | 34 | 100 |
| Binary | 10111101 | 10110111 | 10001010 | 0 | 11 | 11011 | 11010 | 110101 | 11100 | 1000000 |
Color Harmonies of #BDB78A
Complementary color
Monochromatic Colors of #BDB78A
Black with #BDB78A
Text Example
Text Example
White with #BDB78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB78A; }
p { color: rgb(189,183,138); }
H1.HeaderClassName
{
color: #BDB78A;
}
.AnyTagClassName
{
color: #BDB78A;
}
</style>
background-color css
<style>
a { background-color: #BDB78A; }
a { background-color: rgb(189,183,138); }
div.DivClassName
{
background-color: #BDB78A;
}
.BgClassName
{
background-color: #BDB78A;
}
</style>
border-color css
<style>
span { border-color: #BDB78A; }
span { border-color: rgb(189,183,138); }
td.TdClassName
{
border-color: #BDB78A;
}
.TagClassName
{
border-color: #BDB78A;
}
</style>