Shades of Coriander #B2B28B
Tints of Coriander #B2B28B
RGB
CMYK
RGB Variations
Color information
#B2B28B (or 0xB2B28B) is known color: Coriander. HEX triplet: B2, B2 and 8B. RGB value is (178,178,139). Sum of RGB (Red+Green+Blue) = 178+178+139=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B28B is #4D4D74. Grayscale: #ADADAD. Windows color (decimal): -5066101 or 9155250. OLE color: 9155250.
HSL color Cylindrical-coordinate representation of color #B2B28B: 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.22%. Process color model (Four color, CMYK) of #B2B28B is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 178 | 139 | - |
| CMYK | 0 | 0 | 0.22 | 0.30 |
| HSL | 60º | 0.2% | 0.62% | - |
| HSV(B) | 60º | 0.22% | 0.7% | - |
| XYZ | 38.94 | 43.17 | 30.71 | - |
| YUV | 173.55 | 108.5 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 178 | 139 | 0 | 0 | 0.22 | 0.30 | 60 | 0.2 | 0.62 |
| Hex | B2 | B2 | 8B | 0 | 0 | 16 | 1E | 3C | 14 | 3E |
| Octal | 262 | 262 | 213 | 0 | 0 | 26 | 36 | 74 | 24 | 76 |
| Binary | 10110010 | 10110010 | 10001011 | 0 | 0 | 10110 | 11110 | 111100 | 10100 | 111110 |
Color Harmonies of #B2B28B
Complementary color
Monochromatic Colors of #B2B28B
Black with #B2B28B
Text Example
Text Example
White with #B2B28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B28B; }
p { color: rgb(178,178,139); }
H1.HeaderClassName
{
color: #B2B28B;
}
.AnyTagClassName
{
color: #B2B28B;
}
</style>
background-color css
<style>
a { background-color: #B2B28B; }
a { background-color: rgb(178,178,139); }
div.DivClassName
{
background-color: #B2B28B;
}
.BgClassName
{
background-color: #B2B28B;
}
</style>
border-color css
<style>
span { border-color: #B2B28B; }
span { border-color: rgb(178,178,139); }
td.TdClassName
{
border-color: #B2B28B;
}
.TagClassName
{
border-color: #B2B28B;
}
</style>