Shades of Coriander #B5B080
Tints of Coriander #B5B080
RGB
CMYK
RGB Variations
Color information
#B5B080 (or 0xB5B080) is known color: Coriander. HEX triplet: B5, B0 and 80. RGB value is (181,176,128). Sum of RGB (Red+Green+Blue) = 181+176+128=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B080 is #4A4F7F. Grayscale: #ACACAC. Windows color (decimal): -4870016 or 8433845. OLE color: 8433845.
HSL color Cylindrical-coordinate representation of color #B5B080: hue angle of 54.34º 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 #B5B080 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 176 | 128 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.29 |
| HSL | 54.34º | 0.26% | 0.61% | - |
| HSV(B) | 54.34º | 0.29% | 0.71% | - |
| XYZ | 38.48 | 42.43 | 26.58 | - |
| YUV | 172.02 | 103.16 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 128 | 0 | 0.03 | 0.29 | 0.29 | 54.34 | 0.26 | 0.61 |
| Hex | B5 | B0 | 80 | 0 | 3 | 1D | 1D | 36 | 1A | 3D |
| Octal | 265 | 260 | 200 | 0 | 3 | 35 | 35 | 66 | 32 | 75 |
| Binary | 10110101 | 10110000 | 10000000 | 0 | 11 | 11101 | 11101 | 110110 | 11010 | 111101 |
Color Harmonies of #B5B080
Complementary color
Monochromatic Colors of #B5B080
Black with #B5B080
Text Example
Text Example
White with #B5B080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B080; }
p { color: rgb(181,176,128); }
H1.HeaderClassName
{
color: #B5B080;
}
.AnyTagClassName
{
color: #B5B080;
}
</style>
background-color css
<style>
a { background-color: #B5B080; }
a { background-color: rgb(181,176,128); }
div.DivClassName
{
background-color: #B5B080;
}
.BgClassName
{
background-color: #B5B080;
}
</style>
border-color css
<style>
span { border-color: #B5B080; }
span { border-color: rgb(181,176,128); }
td.TdClassName
{
border-color: #B5B080;
}
.TagClassName
{
border-color: #B5B080;
}
</style>