Shades of Coriander #BDB883
Tints of Coriander #BDB883
RGB
CMYK
RGB Variations
Color information
#BDB883 (or 0xBDB883) is known color: Coriander. HEX triplet: BD, B8 and 83. RGB value is (189,184,131). Sum of RGB (Red+Green+Blue) = 189+184+131=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB883 is #42477C. Grayscale: #B3B3B3. Windows color (decimal): -4343677 or 8632509. OLE color: 8632509.
HSL color Cylindrical-coordinate representation of color #BDB883: hue angle of 54.83º 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 #BDB883 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 131 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.26 |
| HSL | 54.83º | 0.31% | 0.63% | - |
| HSV(B) | 54.83º | 0.31% | 0.74% | - |
| XYZ | 42.22 | 46.74 | 28.27 | - |
| YUV | 179.45 | 100.66 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 131 | 0 | 0.03 | 0.31 | 0.26 | 54.83 | 0.31 | 0.63 |
| Hex | BD | B8 | 83 | 0 | 3 | 1F | 1A | 37 | 1F | 3F |
| Octal | 275 | 270 | 203 | 0 | 3 | 37 | 32 | 67 | 37 | 77 |
| Binary | 10111101 | 10111000 | 10000011 | 0 | 11 | 11111 | 11010 | 110111 | 11111 | 111111 |
Color Harmonies of #BDB883
Complementary color
Monochromatic Colors of #BDB883
Black with #BDB883
Text Example
Text Example
White with #BDB883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB883; }
p { color: rgb(189,184,131); }
H1.HeaderClassName
{
color: #BDB883;
}
.AnyTagClassName
{
color: #BDB883;
}
</style>
background-color css
<style>
a { background-color: #BDB883; }
a { background-color: rgb(189,184,131); }
div.DivClassName
{
background-color: #BDB883;
}
.BgClassName
{
background-color: #BDB883;
}
</style>
border-color css
<style>
span { border-color: #BDB883; }
span { border-color: rgb(189,184,131); }
td.TdClassName
{
border-color: #BDB883;
}
.TagClassName
{
border-color: #BDB883;
}
</style>