Shades of Coriander #B7B495
Tints of Coriander #B7B495
RGB
CMYK
RGB Variations
Color information
#B7B495 (or 0xB7B495) is known color: Coriander. HEX triplet: B7, B4 and 95. RGB value is (183,180,149). Sum of RGB (Red+Green+Blue) = 183+180+149=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B495 is #484B6A. Grayscale: #B1B1B1. Windows color (decimal): -4737899 or 9811127. OLE color: 9811127.
HSL color Cylindrical-coordinate representation of color #B7B495: hue angle of 54.71º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7B495 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 180 | 149 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.28 |
| HSL | 54.71º | 0.19% | 0.65% | - |
| HSV(B) | 54.71º | 0.19% | 0.72% | - |
| XYZ | 41.27 | 44.88 | 34.92 | - |
| YUV | 177.36 | 111.99 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 180 | 149 | 0 | 0.02 | 0.19 | 0.28 | 54.71 | 0.19 | 0.65 |
| Hex | B7 | B4 | 95 | 0 | 2 | 13 | 1C | 37 | 13 | 41 |
| Octal | 267 | 264 | 225 | 0 | 2 | 23 | 34 | 67 | 23 | 101 |
| Binary | 10110111 | 10110100 | 10010101 | 0 | 10 | 10011 | 11100 | 110111 | 10011 | 1000001 |
Color Harmonies of #B7B495
Complementary color
Monochromatic Colors of #B7B495
Black with #B7B495
Text Example
Text Example
White with #B7B495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B495; }
p { color: rgb(183,180,149); }
H1.HeaderClassName
{
color: #B7B495;
}
.AnyTagClassName
{
color: #B7B495;
}
</style>
background-color css
<style>
a { background-color: #B7B495; }
a { background-color: rgb(183,180,149); }
div.DivClassName
{
background-color: #B7B495;
}
.BgClassName
{
background-color: #B7B495;
}
</style>
border-color css
<style>
span { border-color: #B7B495; }
span { border-color: rgb(183,180,149); }
td.TdClassName
{
border-color: #B7B495;
}
.TagClassName
{
border-color: #B7B495;
}
</style>