Shades of Coriander #B3B085
Tints of Coriander #B3B085
RGB
CMYK
RGB Variations
Color information
#B3B085 (or 0xB3B085) is known color: Coriander. HEX triplet: B3, B0 and 85. RGB value is (179,176,133). Sum of RGB (Red+Green+Blue) = 179+176+133=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B085 is #4C4F7A. Grayscale: #ACACAC. Windows color (decimal): -5001083 or 8761523. OLE color: 8761523.
HSL color Cylindrical-coordinate representation of color #B3B085: hue angle of 56.09º 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 #B3B085 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 176 | 133 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.30 |
| HSL | 56.09º | 0.23% | 0.61% | - |
| HSV(B) | 56.09º | 0.26% | 0.7% | - |
| XYZ | 38.35 | 42.33 | 28.34 | - |
| YUV | 172 | 105.99 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 176 | 133 | 0 | 0.02 | 0.26 | 0.30 | 56.09 | 0.23 | 0.61 |
| Hex | B3 | B0 | 85 | 0 | 2 | 1A | 1E | 38 | 17 | 3D |
| Octal | 263 | 260 | 205 | 0 | 2 | 32 | 36 | 70 | 27 | 75 |
| Binary | 10110011 | 10110000 | 10000101 | 0 | 10 | 11010 | 11110 | 111000 | 10111 | 111101 |
Color Harmonies of #B3B085
Complementary color
Monochromatic Colors of #B3B085
Black with #B3B085
Text Example
Text Example
White with #B3B085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B085; }
p { color: rgb(179,176,133); }
H1.HeaderClassName
{
color: #B3B085;
}
.AnyTagClassName
{
color: #B3B085;
}
</style>
background-color css
<style>
a { background-color: #B3B085; }
a { background-color: rgb(179,176,133); }
div.DivClassName
{
background-color: #B3B085;
}
.BgClassName
{
background-color: #B3B085;
}
</style>
border-color css
<style>
span { border-color: #B3B085; }
span { border-color: rgb(179,176,133); }
td.TdClassName
{
border-color: #B3B085;
}
.TagClassName
{
border-color: #B3B085;
}
</style>