Shades of Coriander #BDB882
Tints of Coriander #BDB882
RGB
CMYK
RGB Variations
Color information
#BDB882 (or 0xBDB882) is known color: Coriander. HEX triplet: BD, B8 and 82. RGB value is (189,184,130). Sum of RGB (Red+Green+Blue) = 189+184+130=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB882 is #42477D. Grayscale: #B3B3B3. Windows color (decimal): -4343678 or 8566973. OLE color: 8566973.
HSL color Cylindrical-coordinate representation of color #BDB882: hue angle of 54.92º 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 #BDB882 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 130 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.26 |
| HSL | 54.92º | 0.31% | 0.63% | - |
| HSV(B) | 54.92º | 0.31% | 0.74% | - |
| XYZ | 42.16 | 46.71 | 27.91 | - |
| YUV | 179.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 130 | 0 | 0.03 | 0.31 | 0.26 | 54.92 | 0.31 | 0.63 |
| Hex | BD | B8 | 82 | 0 | 3 | 1F | 1A | 37 | 1F | 3F |
| Octal | 275 | 270 | 202 | 0 | 3 | 37 | 32 | 67 | 37 | 77 |
| Binary | 10111101 | 10111000 | 10000010 | 0 | 11 | 11111 | 11010 | 110111 | 11111 | 111111 |
Color Harmonies of #BDB882
Complementary color
Monochromatic Colors of #BDB882
Black with #BDB882
Text Example
Text Example
White with #BDB882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB882; }
p { color: rgb(189,184,130); }
H1.HeaderClassName
{
color: #BDB882;
}
.AnyTagClassName
{
color: #BDB882;
}
</style>
background-color css
<style>
a { background-color: #BDB882; }
a { background-color: rgb(189,184,130); }
div.DivClassName
{
background-color: #BDB882;
}
.BgClassName
{
background-color: #BDB882;
}
</style>
border-color css
<style>
span { border-color: #BDB882; }
span { border-color: rgb(189,184,130); }
td.TdClassName
{
border-color: #BDB882;
}
.TagClassName
{
border-color: #BDB882;
}
</style>