Shades of Coriander #B2B28E
Tints of Coriander #B2B28E
RGB
CMYK
RGB Variations
Color information
#B2B28E (or 0xB2B28E) is known color: Coriander. HEX triplet: B2, B2 and 8E. RGB value is (178,178,142). Sum of RGB (Red+Green+Blue) = 178+178+142=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B28E is #4D4D71. Grayscale: #AEAEAE. Windows color (decimal): -5066098 or 9351858. OLE color: 9351858.
HSL color Cylindrical-coordinate representation of color #B2B28E: 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.2%. Process color model (Four color, CMYK) of #B2B28E is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 178 | 142 | - |
| CMYK | 0 | 0 | 0.20 | 0.30 |
| HSL | 60º | 0.19% | 0.63% | - |
| HSV(B) | 60º | 0.2% | 0.7% | - |
| XYZ | 39.16 | 43.26 | 31.88 | - |
| YUV | 173.9 | 110 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 178 | 142 | 0 | 0 | 0.20 | 0.30 | 60 | 0.19 | 0.63 |
| Hex | B2 | B2 | 8E | 0 | 0 | 14 | 1E | 3C | 13 | 3F |
| Octal | 262 | 262 | 216 | 0 | 0 | 24 | 36 | 74 | 23 | 77 |
| Binary | 10110010 | 10110010 | 10001110 | 0 | 0 | 10100 | 11110 | 111100 | 10011 | 111111 |
Color Harmonies of #B2B28E
Complementary color
Monochromatic Colors of #B2B28E
Black with #B2B28E
Text Example
Text Example
White with #B2B28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B28E; }
p { color: rgb(178,178,142); }
H1.HeaderClassName
{
color: #B2B28E;
}
.AnyTagClassName
{
color: #B2B28E;
}
</style>
background-color css
<style>
a { background-color: #B2B28E; }
a { background-color: rgb(178,178,142); }
div.DivClassName
{
background-color: #B2B28E;
}
.BgClassName
{
background-color: #B2B28E;
}
</style>
border-color css
<style>
span { border-color: #B2B28E; }
span { border-color: rgb(178,178,142); }
td.TdClassName
{
border-color: #B2B28E;
}
.TagClassName
{
border-color: #B2B28E;
}
</style>