Shades of Coriander #BDB796
Tints of Coriander #BDB796
RGB
CMYK
RGB Variations
Color information
#BDB796 (or 0xBDB796) is known color: Coriander. HEX triplet: BD, B7 and 96. RGB value is (189,183,150). Sum of RGB (Red+Green+Blue) = 189+183+150=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB796 is #424869. Grayscale: #B5B5B5. Windows color (decimal): -4343914 or 9877437. OLE color: 9877437.
HSL color Cylindrical-coordinate representation of color #BDB796: hue angle of 50.77º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDB796 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 150 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.26 |
| HSL | 50.77º | 0.23% | 0.66% | - |
| HSV(B) | 50.77º | 0.21% | 0.74% | - |
| XYZ | 43.42 | 46.89 | 35.62 | - |
| YUV | 181.03 | 110.49 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 150 | 0 | 0.03 | 0.21 | 0.26 | 50.77 | 0.23 | 0.66 |
| Hex | BD | B7 | 96 | 0 | 3 | 15 | 1A | 33 | 17 | 42 |
| Octal | 275 | 267 | 226 | 0 | 3 | 25 | 32 | 63 | 27 | 102 |
| Binary | 10111101 | 10110111 | 10010110 | 0 | 11 | 10101 | 11010 | 110011 | 10111 | 1000010 |
Color Harmonies of #BDB796
Complementary color
Monochromatic Colors of #BDB796
Black with #BDB796
Text Example
Text Example
White with #BDB796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB796; }
p { color: rgb(189,183,150); }
H1.HeaderClassName
{
color: #BDB796;
}
.AnyTagClassName
{
color: #BDB796;
}
</style>
background-color css
<style>
a { background-color: #BDB796; }
a { background-color: rgb(189,183,150); }
div.DivClassName
{
background-color: #BDB796;
}
.BgClassName
{
background-color: #BDB796;
}
</style>
border-color css
<style>
span { border-color: #BDB796; }
span { border-color: rgb(189,183,150); }
td.TdClassName
{
border-color: #BDB796;
}
.TagClassName
{
border-color: #BDB796;
}
</style>