Shades of Coriander #B5B081
Tints of Coriander #B5B081
RGB
CMYK
RGB Variations
Color information
#B5B081 (or 0xB5B081) is known color: Coriander. HEX triplet: B5, B0 and 81. RGB value is (181,176,129). Sum of RGB (Red+Green+Blue) = 181+176+129=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B081 is #4A4F7E. Grayscale: #ACACAC. Windows color (decimal): -4870015 or 8499381. OLE color: 8499381.
HSL color Cylindrical-coordinate representation of color #B5B081: hue angle of 54.23º 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 #B5B081 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 176 | 129 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.29 |
| HSL | 54.23º | 0.26% | 0.61% | - |
| HSV(B) | 54.23º | 0.29% | 0.71% | - |
| XYZ | 38.54 | 42.46 | 26.93 | - |
| YUV | 172.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 129 | 0 | 0.03 | 0.29 | 0.29 | 54.23 | 0.26 | 0.61 |
| Hex | B5 | B0 | 81 | 0 | 3 | 1D | 1D | 36 | 1A | 3D |
| Octal | 265 | 260 | 201 | 0 | 3 | 35 | 35 | 66 | 32 | 75 |
| Binary | 10110101 | 10110000 | 10000001 | 0 | 11 | 11101 | 11101 | 110110 | 11010 | 111101 |
Color Harmonies of #B5B081
Complementary color
Monochromatic Colors of #B5B081
Black with #B5B081
Text Example
Text Example
White with #B5B081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B081; }
p { color: rgb(181,176,129); }
H1.HeaderClassName
{
color: #B5B081;
}
.AnyTagClassName
{
color: #B5B081;
}
</style>
background-color css
<style>
a { background-color: #B5B081; }
a { background-color: rgb(181,176,129); }
div.DivClassName
{
background-color: #B5B081;
}
.BgClassName
{
background-color: #B5B081;
}
</style>
border-color css
<style>
span { border-color: #B5B081; }
span { border-color: rgb(181,176,129); }
td.TdClassName
{
border-color: #B5B081;
}
.TagClassName
{
border-color: #B5B081;
}
</style>