Shades of Coriander #B5B380
Tints of Coriander #B5B380
RGB
CMYK
RGB Variations
Color information
#B5B380 (or 0xB5B380) is known color: Coriander. HEX triplet: B5, B3 and 80. RGB value is (181,179,128). Sum of RGB (Red+Green+Blue) = 181+179+128=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B380 is #4A4C7F. Grayscale: #ADADAD. Windows color (decimal): -4869248 or 8434613. OLE color: 8434613.
HSL color Cylindrical-coordinate representation of color #B5B380: hue angle of 57.74º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5B380 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 179 | 128 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.29 |
| HSL | 57.74º | 0.26% | 0.61% | - |
| HSV(B) | 57.74º | 0.29% | 0.71% | - |
| XYZ | 39.07 | 43.62 | 26.78 | - |
| YUV | 173.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 179 | 128 | 0 | 0.01 | 0.29 | 0.29 | 57.74 | 0.26 | 0.61 |
| Hex | B5 | B3 | 80 | 0 | 1 | 1D | 1D | 3A | 1A | 3D |
| Octal | 265 | 263 | 200 | 0 | 1 | 35 | 35 | 72 | 32 | 75 |
| Binary | 10110101 | 10110011 | 10000000 | 0 | 1 | 11101 | 11101 | 111010 | 11010 | 111101 |
Color Harmonies of #B5B380
Complementary color
Monochromatic Colors of #B5B380
Black with #B5B380
Text Example
Text Example
White with #B5B380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B380; }
p { color: rgb(181,179,128); }
H1.HeaderClassName
{
color: #B5B380;
}
.AnyTagClassName
{
color: #B5B380;
}
</style>
background-color css
<style>
a { background-color: #B5B380; }
a { background-color: rgb(181,179,128); }
div.DivClassName
{
background-color: #B5B380;
}
.BgClassName
{
background-color: #B5B380;
}
</style>
border-color css
<style>
span { border-color: #B5B380; }
span { border-color: rgb(181,179,128); }
td.TdClassName
{
border-color: #B5B380;
}
.TagClassName
{
border-color: #B5B380;
}
</style>