Shades of Coriander #B3B086
Tints of Coriander #B3B086
RGB
CMYK
RGB Variations
Color information
#B3B086 (or 0xB3B086) is known color: Coriander. HEX triplet: B3, B0 and 86. RGB value is (179,176,134). Sum of RGB (Red+Green+Blue) = 179+176+134=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B086 is #4C4F79. Grayscale: #ACACAC. Windows color (decimal): -5001082 or 8827059. OLE color: 8827059.
HSL color Cylindrical-coordinate representation of color #B3B086: hue angle of 56º 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 #B3B086 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 176 | 134 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.30 |
| HSL | 56º | 0.23% | 0.61% | - |
| HSV(B) | 56º | 0.25% | 0.7% | - |
| XYZ | 38.42 | 42.36 | 28.7 | - |
| YUV | 172.11 | 106.49 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 176 | 134 | 0 | 0.02 | 0.25 | 0.30 | 56 | 0.23 | 0.61 |
| Hex | B3 | B0 | 86 | 0 | 2 | 19 | 1E | 38 | 17 | 3D |
| Octal | 263 | 260 | 206 | 0 | 2 | 31 | 36 | 70 | 27 | 75 |
| Binary | 10110011 | 10110000 | 10000110 | 0 | 10 | 11001 | 11110 | 111000 | 10111 | 111101 |
Color Harmonies of #B3B086
Complementary color
Monochromatic Colors of #B3B086
Black with #B3B086
Text Example
Text Example
White with #B3B086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B086; }
p { color: rgb(179,176,134); }
H1.HeaderClassName
{
color: #B3B086;
}
.AnyTagClassName
{
color: #B3B086;
}
</style>
background-color css
<style>
a { background-color: #B3B086; }
a { background-color: rgb(179,176,134); }
div.DivClassName
{
background-color: #B3B086;
}
.BgClassName
{
background-color: #B3B086;
}
</style>
border-color css
<style>
span { border-color: #B3B086; }
span { border-color: rgb(179,176,134); }
td.TdClassName
{
border-color: #B3B086;
}
.TagClassName
{
border-color: #B3B086;
}
</style>