Shades of Coriander #B7B696
Tints of Coriander #B7B696
RGB
CMYK
RGB Variations
Color information
#B7B696 (or 0xB7B696) is known color: Coriander. HEX triplet: B7, B6 and 96. RGB value is (183,182,150). Sum of RGB (Red+Green+Blue) = 183+182+150=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B696 is #484969. Grayscale: #B2B2B2. Windows color (decimal): -4737386 or 9877175. OLE color: 9877175.
HSL color Cylindrical-coordinate representation of color #B7B696: hue angle of 58.18º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7B696 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 182 | 150 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.28 |
| HSL | 58.18º | 0.19% | 0.65% | - |
| HSV(B) | 58.18º | 0.18% | 0.72% | - |
| XYZ | 41.76 | 45.73 | 35.48 | - |
| YUV | 178.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 182 | 150 | 0 | 0.01 | 0.18 | 0.28 | 58.18 | 0.19 | 0.65 |
| Hex | B7 | B6 | 96 | 0 | 1 | 12 | 1C | 3A | 13 | 41 |
| Octal | 267 | 266 | 226 | 0 | 1 | 22 | 34 | 72 | 23 | 101 |
| Binary | 10110111 | 10110110 | 10010110 | 0 | 1 | 10010 | 11100 | 111010 | 10011 | 1000001 |
Color Harmonies of #B7B696
Complementary color
Monochromatic Colors of #B7B696
Black with #B7B696
Text Example
Text Example
White with #B7B696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B696; }
p { color: rgb(183,182,150); }
H1.HeaderClassName
{
color: #B7B696;
}
.AnyTagClassName
{
color: #B7B696;
}
</style>
background-color css
<style>
a { background-color: #B7B696; }
a { background-color: rgb(183,182,150); }
div.DivClassName
{
background-color: #B7B696;
}
.BgClassName
{
background-color: #B7B696;
}
</style>
border-color css
<style>
span { border-color: #B7B696; }
span { border-color: rgb(183,182,150); }
td.TdClassName
{
border-color: #B7B696;
}
.TagClassName
{
border-color: #B7B696;
}
</style>