Shades of Coriander #B5B182
Tints of Coriander #B5B182
RGB
CMYK
RGB Variations
Color information
#B5B182 (or 0xB5B182) is known color: Coriander. HEX triplet: B5, B1 and 82. RGB value is (181,177,130). Sum of RGB (Red+Green+Blue) = 181+177+130=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B182 is #4A4E7D. Grayscale: #ADADAD. Windows color (decimal): -4869758 or 8565173. OLE color: 8565173.
HSL color Cylindrical-coordinate representation of color #B5B182: hue angle of 55.29º 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 #B5B182 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 177 | 130 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.29 |
| HSL | 55.29º | 0.26% | 0.61% | - |
| HSV(B) | 55.29º | 0.28% | 0.71% | - |
| XYZ | 38.81 | 42.88 | 27.35 | - |
| YUV | 172.84 | 103.83 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 177 | 130 | 0 | 0.02 | 0.28 | 0.29 | 55.29 | 0.26 | 0.61 |
| Hex | B5 | B1 | 82 | 0 | 2 | 1C | 1D | 37 | 1A | 3D |
| Octal | 265 | 261 | 202 | 0 | 2 | 34 | 35 | 67 | 32 | 75 |
| Binary | 10110101 | 10110001 | 10000010 | 0 | 10 | 11100 | 11101 | 110111 | 11010 | 111101 |
Color Harmonies of #B5B182
Complementary color
Monochromatic Colors of #B5B182
Black with #B5B182
Text Example
Text Example
White with #B5B182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B182; }
p { color: rgb(181,177,130); }
H1.HeaderClassName
{
color: #B5B182;
}
.AnyTagClassName
{
color: #B5B182;
}
</style>
background-color css
<style>
a { background-color: #B5B182; }
a { background-color: rgb(181,177,130); }
div.DivClassName
{
background-color: #B5B182;
}
.BgClassName
{
background-color: #B5B182;
}
</style>
border-color css
<style>
span { border-color: #B5B182; }
span { border-color: rgb(181,177,130); }
td.TdClassName
{
border-color: #B5B182;
}
.TagClassName
{
border-color: #B5B182;
}
</style>