Shades of Coriander #B4B18E
Tints of Coriander #B4B18E
RGB
CMYK
RGB Variations
Color information
#B4B18E (or 0xB4B18E) is known color: Coriander. HEX triplet: B4, B1 and 8E. RGB value is (180,177,142). Sum of RGB (Red+Green+Blue) = 180+177+142=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B18E is #4B4E71. Grayscale: #AEAEAE. Windows color (decimal): -4935282 or 9351604. OLE color: 9351604.
HSL color Cylindrical-coordinate representation of color #B4B18E: hue angle of 55.26º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4B18E is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 177 | 142 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.29 |
| HSL | 55.26º | 0.2% | 0.63% | - |
| HSV(B) | 55.26º | 0.21% | 0.71% | - |
| XYZ | 39.43 | 43.1 | 31.83 | - |
| YUV | 173.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 177 | 142 | 0 | 0.02 | 0.21 | 0.29 | 55.26 | 0.2 | 0.63 |
| Hex | B4 | B1 | 8E | 0 | 2 | 15 | 1D | 37 | 14 | 3F |
| Octal | 264 | 261 | 216 | 0 | 2 | 25 | 35 | 67 | 24 | 77 |
| Binary | 10110100 | 10110001 | 10001110 | 0 | 10 | 10101 | 11101 | 110111 | 10100 | 111111 |
Color Harmonies of #B4B18E
Complementary color
Monochromatic Colors of #B4B18E
Black with #B4B18E
Text Example
Text Example
White with #B4B18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B18E; }
p { color: rgb(180,177,142); }
H1.HeaderClassName
{
color: #B4B18E;
}
.AnyTagClassName
{
color: #B4B18E;
}
</style>
background-color css
<style>
a { background-color: #B4B18E; }
a { background-color: rgb(180,177,142); }
div.DivClassName
{
background-color: #B4B18E;
}
.BgClassName
{
background-color: #B4B18E;
}
</style>
border-color css
<style>
span { border-color: #B4B18E; }
span { border-color: rgb(180,177,142); }
td.TdClassName
{
border-color: #B4B18E;
}
.TagClassName
{
border-color: #B4B18E;
}
</style>