Shades of Coriander #B5B482
Tints of Coriander #B5B482
RGB
CMYK
RGB Variations
Color information
#B5B482 (or 0xB5B482) is known color: Coriander. HEX triplet: B5, B4 and 82. RGB value is (181,180,130). Sum of RGB (Red+Green+Blue) = 181+180+130=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B482 is #4A4B7D. Grayscale: #AEAEAE. Windows color (decimal): -4868990 or 8565941. OLE color: 8565941.
HSL color Cylindrical-coordinate representation of color #B5B482: hue angle of 58.82º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5B482 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 180 | 130 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.29 |
| HSL | 58.82º | 0.26% | 0.61% | - |
| HSV(B) | 58.82º | 0.28% | 0.71% | - |
| XYZ | 39.41 | 44.08 | 27.55 | - |
| YUV | 174.6 | 102.83 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 180 | 130 | 0 | 0.01 | 0.28 | 0.29 | 58.82 | 0.26 | 0.61 |
| Hex | B5 | B4 | 82 | 0 | 1 | 1C | 1D | 3B | 1A | 3D |
| Octal | 265 | 264 | 202 | 0 | 1 | 34 | 35 | 73 | 32 | 75 |
| Binary | 10110101 | 10110100 | 10000010 | 0 | 1 | 11100 | 11101 | 111011 | 11010 | 111101 |
Color Harmonies of #B5B482
Complementary color
Monochromatic Colors of #B5B482
Black with #B5B482
Text Example
Text Example
White with #B5B482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B482; }
p { color: rgb(181,180,130); }
H1.HeaderClassName
{
color: #B5B482;
}
.AnyTagClassName
{
color: #B5B482;
}
</style>
background-color css
<style>
a { background-color: #B5B482; }
a { background-color: rgb(181,180,130); }
div.DivClassName
{
background-color: #B5B482;
}
.BgClassName
{
background-color: #B5B482;
}
</style>
border-color css
<style>
span { border-color: #B5B482; }
span { border-color: rgb(181,180,130); }
td.TdClassName
{
border-color: #B5B482;
}
.TagClassName
{
border-color: #B5B482;
}
</style>