Shades of Coriander #B6B491
Tints of Coriander #B6B491
RGB
CMYK
RGB Variations
Color information
#B6B491 (or 0xB6B491) is known color: Coriander. HEX triplet: B6, B4 and 91. RGB value is (182,180,145). Sum of RGB (Red+Green+Blue) = 182+180+145=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B491 is #494B6E. Grayscale: #B0B0B0. Windows color (decimal): -4803439 or 9548982. OLE color: 9548982.
HSL color Cylindrical-coordinate representation of color #B6B491: hue angle of 56.76º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B6B491 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 180 | 145 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.29 |
| HSL | 56.76º | 0.2% | 0.64% | - |
| HSV(B) | 56.76º | 0.2% | 0.71% | - |
| XYZ | 40.72 | 44.63 | 33.26 | - |
| YUV | 176.61 | 110.16 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 180 | 145 | 0 | 0.01 | 0.20 | 0.29 | 56.76 | 0.2 | 0.64 |
| Hex | B6 | B4 | 91 | 0 | 1 | 14 | 1D | 39 | 14 | 40 |
| Octal | 266 | 264 | 221 | 0 | 1 | 24 | 35 | 71 | 24 | 100 |
| Binary | 10110110 | 10110100 | 10010001 | 0 | 1 | 10100 | 11101 | 111001 | 10100 | 1000000 |
Color Harmonies of #B6B491
Complementary color
Monochromatic Colors of #B6B491
Black with #B6B491
Text Example
Text Example
White with #B6B491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B491; }
p { color: rgb(182,180,145); }
H1.HeaderClassName
{
color: #B6B491;
}
.AnyTagClassName
{
color: #B6B491;
}
</style>
background-color css
<style>
a { background-color: #B6B491; }
a { background-color: rgb(182,180,145); }
div.DivClassName
{
background-color: #B6B491;
}
.BgClassName
{
background-color: #B6B491;
}
</style>
border-color css
<style>
span { border-color: #B6B491; }
span { border-color: rgb(182,180,145); }
td.TdClassName
{
border-color: #B6B491;
}
.TagClassName
{
border-color: #B6B491;
}
</style>