Shades of Coriander #BDB782
Tints of Coriander #BDB782
RGB
CMYK
RGB Variations
Color information
#BDB782 (or 0xBDB782) is known color: Coriander. HEX triplet: BD, B7 and 82. RGB value is (189,183,130). Sum of RGB (Red+Green+Blue) = 189+183+130=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB782 is #42487D. Grayscale: #B2B2B2. Windows color (decimal): -4343934 or 8566717. OLE color: 8566717.
HSL color Cylindrical-coordinate representation of color #BDB782: hue angle of 53.9º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDB782 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 130 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.26 |
| HSL | 53.9º | 0.31% | 0.63% | - |
| HSV(B) | 53.9º | 0.31% | 0.74% | - |
| XYZ | 41.95 | 46.3 | 27.84 | - |
| YUV | 178.75 | 100.49 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 130 | 0 | 0.03 | 0.31 | 0.26 | 53.9 | 0.31 | 0.63 |
| Hex | BD | B7 | 82 | 0 | 3 | 1F | 1A | 36 | 1F | 3F |
| Octal | 275 | 267 | 202 | 0 | 3 | 37 | 32 | 66 | 37 | 77 |
| Binary | 10111101 | 10110111 | 10000010 | 0 | 11 | 11111 | 11010 | 110110 | 11111 | 111111 |
Color Harmonies of #BDB782
Complementary color
Monochromatic Colors of #BDB782
Black with #BDB782
Text Example
Text Example
White with #BDB782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB782; }
p { color: rgb(189,183,130); }
H1.HeaderClassName
{
color: #BDB782;
}
.AnyTagClassName
{
color: #BDB782;
}
</style>
background-color css
<style>
a { background-color: #BDB782; }
a { background-color: rgb(189,183,130); }
div.DivClassName
{
background-color: #BDB782;
}
.BgClassName
{
background-color: #BDB782;
}
</style>
border-color css
<style>
span { border-color: #BDB782; }
span { border-color: rgb(189,183,130); }
td.TdClassName
{
border-color: #BDB782;
}
.TagClassName
{
border-color: #BDB782;
}
</style>