Shades of Coriander #B5B28D
Tints of Coriander #B5B28D
RGB
CMYK
RGB Variations
Color information
#B5B28D (or 0xB5B28D) is known color: Coriander. HEX triplet: B5, B2 and 8D. RGB value is (181,178,141). Sum of RGB (Red+Green+Blue) = 181+178+141=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B28D is #4A4D72. Grayscale: #AEAEAE. Windows color (decimal): -4869491 or 9286325. OLE color: 9286325.
HSL color Cylindrical-coordinate representation of color #B5B28D: hue angle of 55.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5B28D is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 178 | 141 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.29 |
| HSL | 55.5º | 0.21% | 0.63% | - |
| HSV(B) | 55.5º | 0.22% | 0.71% | - |
| XYZ | 39.78 | 43.59 | 31.52 | - |
| YUV | 174.68 | 108.99 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 178 | 141 | 0 | 0.02 | 0.22 | 0.29 | 55.5 | 0.21 | 0.63 |
| Hex | B5 | B2 | 8D | 0 | 2 | 16 | 1D | 38 | 15 | 3F |
| Octal | 265 | 262 | 215 | 0 | 2 | 26 | 35 | 70 | 25 | 77 |
| Binary | 10110101 | 10110010 | 10001101 | 0 | 10 | 10110 | 11101 | 111000 | 10101 | 111111 |
Color Harmonies of #B5B28D
Complementary color
Monochromatic Colors of #B5B28D
Black with #B5B28D
Text Example
Text Example
White with #B5B28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B28D; }
p { color: rgb(181,178,141); }
H1.HeaderClassName
{
color: #B5B28D;
}
.AnyTagClassName
{
color: #B5B28D;
}
</style>
background-color css
<style>
a { background-color: #B5B28D; }
a { background-color: rgb(181,178,141); }
div.DivClassName
{
background-color: #B5B28D;
}
.BgClassName
{
background-color: #B5B28D;
}
</style>
border-color css
<style>
span { border-color: #B5B28D; }
span { border-color: rgb(181,178,141); }
td.TdClassName
{
border-color: #B5B28D;
}
.TagClassName
{
border-color: #B5B28D;
}
</style>