Shades of Coriander #B2B28C
Tints of Coriander #B2B28C
RGB
CMYK
RGB Variations
Color information
#B2B28C (or 0xB2B28C) is known color: Coriander. HEX triplet: B2, B2 and 8C. RGB value is (178,178,140). Sum of RGB (Red+Green+Blue) = 178+178+140=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B28C is #4D4D73. Grayscale: #ADADAD. Windows color (decimal): -5066100 or 9220786. OLE color: 9220786.
HSL color Cylindrical-coordinate representation of color #B2B28C: hue angle of 60º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2B28C is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 178 | 140 | - |
| CMYK | 0 | 0 | 0.21 | 0.30 |
| HSL | 60º | 0.2% | 0.62% | - |
| HSV(B) | 60º | 0.21% | 0.7% | - |
| XYZ | 39.01 | 43.2 | 31.09 | - |
| YUV | 173.67 | 109 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 178 | 140 | 0 | 0 | 0.21 | 0.30 | 60 | 0.2 | 0.62 |
| Hex | B2 | B2 | 8C | 0 | 0 | 15 | 1E | 3C | 14 | 3E |
| Octal | 262 | 262 | 214 | 0 | 0 | 25 | 36 | 74 | 24 | 76 |
| Binary | 10110010 | 10110010 | 10001100 | 0 | 0 | 10101 | 11110 | 111100 | 10100 | 111110 |
Color Harmonies of #B2B28C
Complementary color
Monochromatic Colors of #B2B28C
Black with #B2B28C
Text Example
Text Example
White with #B2B28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B28C; }
p { color: rgb(178,178,140); }
H1.HeaderClassName
{
color: #B2B28C;
}
.AnyTagClassName
{
color: #B2B28C;
}
</style>
background-color css
<style>
a { background-color: #B2B28C; }
a { background-color: rgb(178,178,140); }
div.DivClassName
{
background-color: #B2B28C;
}
.BgClassName
{
background-color: #B2B28C;
}
</style>
border-color css
<style>
span { border-color: #B2B28C; }
span { border-color: rgb(178,178,140); }
td.TdClassName
{
border-color: #B2B28C;
}
.TagClassName
{
border-color: #B2B28C;
}
</style>