Shades of Coriander #BDB697
Tints of Coriander #BDB697
RGB
CMYK
RGB Variations
Color information
#BDB697 (or 0xBDB697) is known color: Coriander. HEX triplet: BD, B6 and 97. RGB value is (189,182,151). Sum of RGB (Red+Green+Blue) = 189+182+151=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 151 (59.38% from 255 or 28.93% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB697 is #424968. Grayscale: #B4B4B4. Windows color (decimal): -4344169 or 9942717. OLE color: 9942717.
HSL color Cylindrical-coordinate representation of color #BDB697: hue angle of 48.95º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDB697 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 151 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.26 |
| HSL | 48.95º | 0.22% | 0.67% | - |
| HSV(B) | 48.95º | 0.2% | 0.74% | - |
| XYZ | 43.3 | 46.51 | 35.97 | - |
| YUV | 180.56 | 111.32 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 151 | 0 | 0.04 | 0.20 | 0.26 | 48.95 | 0.22 | 0.67 |
| Hex | BD | B6 | 97 | 0 | 4 | 14 | 1A | 31 | 16 | 43 |
| Octal | 275 | 266 | 227 | 0 | 4 | 24 | 32 | 61 | 26 | 103 |
| Binary | 10111101 | 10110110 | 10010111 | 0 | 100 | 10100 | 11010 | 110001 | 10110 | 1000011 |
Color Harmonies of #BDB697
Complementary color
Monochromatic Colors of #BDB697
Black with #BDB697
Text Example
Text Example
White with #BDB697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB697; }
p { color: rgb(189,182,151); }
H1.HeaderClassName
{
color: #BDB697;
}
.AnyTagClassName
{
color: #BDB697;
}
</style>
background-color css
<style>
a { background-color: #BDB697; }
a { background-color: rgb(189,182,151); }
div.DivClassName
{
background-color: #BDB697;
}
.BgClassName
{
background-color: #BDB697;
}
</style>
border-color css
<style>
span { border-color: #BDB697; }
span { border-color: rgb(189,182,151); }
td.TdClassName
{
border-color: #BDB697;
}
.TagClassName
{
border-color: #BDB697;
}
</style>