Shades of Coriander #B6B490
Tints of Coriander #B6B490
RGB
CMYK
RGB Variations
Color information
#B6B490 (or 0xB6B490) is known color: Coriander. HEX triplet: B6, B4 and 90. RGB value is (182,180,144). Sum of RGB (Red+Green+Blue) = 182+180+144=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B490 is #494B6F. Grayscale: #B0B0B0. Windows color (decimal): -4803440 or 9483446. OLE color: 9483446.
HSL color Cylindrical-coordinate representation of color #B6B490: hue angle of 56.84º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6B490 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 180 | 144 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.29 |
| HSL | 56.84º | 0.21% | 0.64% | - |
| HSV(B) | 56.84º | 0.21% | 0.71% | - |
| XYZ | 40.65 | 44.6 | 32.85 | - |
| YUV | 176.49 | 109.66 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 180 | 144 | 0 | 0.01 | 0.21 | 0.29 | 56.84 | 0.21 | 0.64 |
| Hex | B6 | B4 | 90 | 0 | 1 | 15 | 1D | 39 | 15 | 40 |
| Octal | 266 | 264 | 220 | 0 | 1 | 25 | 35 | 71 | 25 | 100 |
| Binary | 10110110 | 10110100 | 10010000 | 0 | 1 | 10101 | 11101 | 111001 | 10101 | 1000000 |
Color Harmonies of #B6B490
Complementary color
Monochromatic Colors of #B6B490
Black with #B6B490
Text Example
Text Example
White with #B6B490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B490; }
p { color: rgb(182,180,144); }
H1.HeaderClassName
{
color: #B6B490;
}
.AnyTagClassName
{
color: #B6B490;
}
</style>
background-color css
<style>
a { background-color: #B6B490; }
a { background-color: rgb(182,180,144); }
div.DivClassName
{
background-color: #B6B490;
}
.BgClassName
{
background-color: #B6B490;
}
</style>
border-color css
<style>
span { border-color: #B6B490; }
span { border-color: rgb(182,180,144); }
td.TdClassName
{
border-color: #B6B490;
}
.TagClassName
{
border-color: #B6B490;
}
</style>