Shades of Coriander #B3B185
Tints of Coriander #B3B185
RGB
CMYK
RGB Variations
Color information
#B3B185 (or 0xB3B185) is known color: Coriander. HEX triplet: B3, B1 and 85. RGB value is (179,177,133). Sum of RGB (Red+Green+Blue) = 179+177+133=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B185 is #4C4E7A. Grayscale: #ACACAC. Windows color (decimal): -5000827 or 8761779. OLE color: 8761779.
HSL color Cylindrical-coordinate representation of color #B3B185: hue angle of 57.39º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3B185 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 177 | 133 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.30 |
| HSL | 57.39º | 0.23% | 0.61% | - |
| HSV(B) | 57.39º | 0.26% | 0.7% | - |
| XYZ | 38.55 | 42.72 | 28.4 | - |
| YUV | 172.58 | 105.66 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 177 | 133 | 0 | 0.01 | 0.26 | 0.30 | 57.39 | 0.23 | 0.61 |
| Hex | B3 | B1 | 85 | 0 | 1 | 1A | 1E | 39 | 17 | 3D |
| Octal | 263 | 261 | 205 | 0 | 1 | 32 | 36 | 71 | 27 | 75 |
| Binary | 10110011 | 10110001 | 10000101 | 0 | 1 | 11010 | 11110 | 111001 | 10111 | 111101 |
Color Harmonies of #B3B185
Complementary color
Monochromatic Colors of #B3B185
Black with #B3B185
Text Example
Text Example
White with #B3B185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B185; }
p { color: rgb(179,177,133); }
H1.HeaderClassName
{
color: #B3B185;
}
.AnyTagClassName
{
color: #B3B185;
}
</style>
background-color css
<style>
a { background-color: #B3B185; }
a { background-color: rgb(179,177,133); }
div.DivClassName
{
background-color: #B3B185;
}
.BgClassName
{
background-color: #B3B185;
}
</style>
border-color css
<style>
span { border-color: #B3B185; }
span { border-color: rgb(179,177,133); }
td.TdClassName
{
border-color: #B3B185;
}
.TagClassName
{
border-color: #B3B185;
}
</style>