Shades of Coriander #B2B28D
Tints of Coriander #B2B28D
RGB
CMYK
RGB Variations
Color information
#B2B28D (or 0xB2B28D) is known color: Coriander. HEX triplet: B2, B2 and 8D. RGB value is (178,178,141). Sum of RGB (Red+Green+Blue) = 178+178+141=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B28D is #4D4D72. Grayscale: #ADADAD. Windows color (decimal): -5066099 or 9286322. OLE color: 9286322.
HSL color Cylindrical-coordinate representation of color #B2B28D: hue angle of 60º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2B28D is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 178 | 141 | - |
| CMYK | 0 | 0 | 0.21 | 0.30 |
| HSL | 60º | 0.19% | 0.63% | - |
| HSV(B) | 60º | 0.21% | 0.7% | - |
| XYZ | 39.09 | 43.23 | 31.48 | - |
| YUV | 173.78 | 109.5 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 178 | 141 | 0 | 0 | 0.21 | 0.30 | 60 | 0.19 | 0.63 |
| Hex | B2 | B2 | 8D | 0 | 0 | 15 | 1E | 3C | 13 | 3F |
| Octal | 262 | 262 | 215 | 0 | 0 | 25 | 36 | 74 | 23 | 77 |
| Binary | 10110010 | 10110010 | 10001101 | 0 | 0 | 10101 | 11110 | 111100 | 10011 | 111111 |
Color Harmonies of #B2B28D
Complementary color
Monochromatic Colors of #B2B28D
Black with #B2B28D
Text Example
Text Example
White with #B2B28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B28D; }
p { color: rgb(178,178,141); }
H1.HeaderClassName
{
color: #B2B28D;
}
.AnyTagClassName
{
color: #B2B28D;
}
</style>
background-color css
<style>
a { background-color: #B2B28D; }
a { background-color: rgb(178,178,141); }
div.DivClassName
{
background-color: #B2B28D;
}
.BgClassName
{
background-color: #B2B28D;
}
</style>
border-color css
<style>
span { border-color: #B2B28D; }
span { border-color: rgb(178,178,141); }
td.TdClassName
{
border-color: #B2B28D;
}
.TagClassName
{
border-color: #B2B28D;
}
</style>