Shades of Coriander #B5B385
Tints of Coriander #B5B385
RGB
CMYK
RGB Variations
Color information
#B5B385 (or 0xB5B385) is known color: Coriander. HEX triplet: B5, B3 and 85. RGB value is (181,179,133). Sum of RGB (Red+Green+Blue) = 181+179+133=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B385 is #4A4C7A. Grayscale: #AEAEAE. Windows color (decimal): -4869243 or 8762293. OLE color: 8762293.
HSL color Cylindrical-coordinate representation of color #B5B385: hue angle of 57.5º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5B385 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 179 | 133 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.29 |
| HSL | 57.5º | 0.24% | 0.62% | - |
| HSV(B) | 57.5º | 0.27% | 0.71% | - |
| XYZ | 39.41 | 43.76 | 28.56 | - |
| YUV | 174.35 | 104.66 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 179 | 133 | 0 | 0.01 | 0.27 | 0.29 | 57.5 | 0.24 | 0.62 |
| Hex | B5 | B3 | 85 | 0 | 1 | 1B | 1D | 3A | 18 | 3E |
| Octal | 265 | 263 | 205 | 0 | 1 | 33 | 35 | 72 | 30 | 76 |
| Binary | 10110101 | 10110011 | 10000101 | 0 | 1 | 11011 | 11101 | 111010 | 11000 | 111110 |
Color Harmonies of #B5B385
Complementary color
Monochromatic Colors of #B5B385
Black with #B5B385
Text Example
Text Example
White with #B5B385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B385; }
p { color: rgb(181,179,133); }
H1.HeaderClassName
{
color: #B5B385;
}
.AnyTagClassName
{
color: #B5B385;
}
</style>
background-color css
<style>
a { background-color: #B5B385; }
a { background-color: rgb(181,179,133); }
div.DivClassName
{
background-color: #B5B385;
}
.BgClassName
{
background-color: #B5B385;
}
</style>
border-color css
<style>
span { border-color: #B5B385; }
span { border-color: rgb(181,179,133); }
td.TdClassName
{
border-color: #B5B385;
}
.TagClassName
{
border-color: #B5B385;
}
</style>