Shades of Coriander #B2B48C
Tints of Coriander #B2B48C
RGB
CMYK
RGB Variations
Color information
#B2B48C (or 0xB2B48C) is known color: Coriander. HEX triplet: B2, B4 and 8C. RGB value is (178,180,140). Sum of RGB (Red+Green+Blue) = 178+180+140=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B48C is #4D4B73. Grayscale: #AFAFAF. Windows color (decimal): -5065588 or 9221298. OLE color: 9221298.
HSL color Cylindrical-coordinate representation of color #B2B48C: hue angle of 63º 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 #B2B48C is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 180 | 140 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.29 |
| HSL | 63º | 0.21% | 0.63% | - |
| HSV(B) | 63º | 0.22% | 0.71% | - |
| XYZ | 39.41 | 44 | 31.23 | - |
| YUV | 174.84 | 108.34 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 140 | 0.01 | 0 | 0.22 | 0.29 | 63 | 0.21 | 0.63 |
| Hex | B2 | B4 | 8C | 1 | 0 | 16 | 1D | 3F | 15 | 3F |
| Octal | 262 | 264 | 214 | 1 | 0 | 26 | 35 | 77 | 25 | 77 |
| Binary | 10110010 | 10110100 | 10001100 | 1 | 0 | 10110 | 11101 | 111111 | 10101 | 111111 |
Color Harmonies of #B2B48C
Complementary color
Monochromatic Colors of #B2B48C
Black with #B2B48C
Text Example
Text Example
White with #B2B48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B48C; }
p { color: rgb(178,180,140); }
H1.HeaderClassName
{
color: #B2B48C;
}
.AnyTagClassName
{
color: #B2B48C;
}
</style>
background-color css
<style>
a { background-color: #B2B48C; }
a { background-color: rgb(178,180,140); }
div.DivClassName
{
background-color: #B2B48C;
}
.BgClassName
{
background-color: #B2B48C;
}
</style>
border-color css
<style>
span { border-color: #B2B48C; }
span { border-color: rgb(178,180,140); }
td.TdClassName
{
border-color: #B2B48C;
}
.TagClassName
{
border-color: #B2B48C;
}
</style>