Shades of Coriander #B2B386
Tints of Coriander #B2B386
RGB
CMYK
RGB Variations
Color information
#B2B386 (or 0xB2B386) is known color: Coriander. HEX triplet: B2, B3 and 86. RGB value is (178,179,134). Sum of RGB (Red+Green+Blue) = 178+179+134=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B386 is #4D4C79. Grayscale: #ADADAD. Windows color (decimal): -5065850 or 8827826. OLE color: 8827826.
HSL color Cylindrical-coordinate representation of color #B2B386: hue angle of 61.33º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2B386 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 134 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.30 |
| HSL | 61.33º | 0.23% | 0.61% | - |
| HSV(B) | 61.33º | 0.25% | 0.7% | - |
| XYZ | 38.78 | 43.43 | 28.89 | - |
| YUV | 173.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 134 | 0.01 | 0 | 0.25 | 0.30 | 61.33 | 0.23 | 0.61 |
| Hex | B2 | B3 | 86 | 1 | 0 | 19 | 1E | 3D | 17 | 3D |
| Octal | 262 | 263 | 206 | 1 | 0 | 31 | 36 | 75 | 27 | 75 |
| Binary | 10110010 | 10110011 | 10000110 | 1 | 0 | 11001 | 11110 | 111101 | 10111 | 111101 |
Color Harmonies of #B2B386
Complementary color
Monochromatic Colors of #B2B386
Black with #B2B386
Text Example
Text Example
White with #B2B386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B386; }
p { color: rgb(178,179,134); }
H1.HeaderClassName
{
color: #B2B386;
}
.AnyTagClassName
{
color: #B2B386;
}
</style>
background-color css
<style>
a { background-color: #B2B386; }
a { background-color: rgb(178,179,134); }
div.DivClassName
{
background-color: #B2B386;
}
.BgClassName
{
background-color: #B2B386;
}
</style>
border-color css
<style>
span { border-color: #B2B386; }
span { border-color: rgb(178,179,134); }
td.TdClassName
{
border-color: #B2B386;
}
.TagClassName
{
border-color: #B2B386;
}
</style>