Shades of Coriander #BDB695
Tints of Coriander #BDB695
RGB
CMYK
RGB Variations
Color information
#BDB695 (or 0xBDB695) is known color: Coriander. HEX triplet: BD, B6 and 95. RGB value is (189,182,149). Sum of RGB (Red+Green+Blue) = 189+182+149=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB695 is #42496A. Grayscale: #B4B4B4. Windows color (decimal): -4344171 or 9811645. OLE color: 9811645.
HSL color Cylindrical-coordinate representation of color #BDB695: hue angle of 49.5º 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 #BDB695 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 149 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.26 |
| HSL | 49.5º | 0.23% | 0.66% | - |
| HSV(B) | 49.5º | 0.21% | 0.74% | - |
| XYZ | 43.14 | 46.44 | 35.12 | - |
| YUV | 180.33 | 110.32 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 149 | 0 | 0.04 | 0.21 | 0.26 | 49.5 | 0.23 | 0.66 |
| Hex | BD | B6 | 95 | 0 | 4 | 15 | 1A | 32 | 17 | 42 |
| Octal | 275 | 266 | 225 | 0 | 4 | 25 | 32 | 62 | 27 | 102 |
| Binary | 10111101 | 10110110 | 10010101 | 0 | 100 | 10101 | 11010 | 110010 | 10111 | 1000010 |
Color Harmonies of #BDB695
Complementary color
Monochromatic Colors of #BDB695
Black with #BDB695
Text Example
Text Example
White with #BDB695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB695; }
p { color: rgb(189,182,149); }
H1.HeaderClassName
{
color: #BDB695;
}
.AnyTagClassName
{
color: #BDB695;
}
</style>
background-color css
<style>
a { background-color: #BDB695; }
a { background-color: rgb(189,182,149); }
div.DivClassName
{
background-color: #BDB695;
}
.BgClassName
{
background-color: #BDB695;
}
</style>
border-color css
<style>
span { border-color: #BDB695; }
span { border-color: rgb(189,182,149); }
td.TdClassName
{
border-color: #BDB695;
}
.TagClassName
{
border-color: #BDB695;
}
</style>