Shades of Coriander #B4B28E
Tints of Coriander #B4B28E
RGB
CMYK
RGB Variations
Color information
#B4B28E (or 0xB4B28E) is known color: Coriander. HEX triplet: B4, B2 and 8E. RGB value is (180,178,142). Sum of RGB (Red+Green+Blue) = 180+178+142=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B28E is #4B4D71. Grayscale: #AEAEAE. Windows color (decimal): -4935026 or 9351860. OLE color: 9351860.
HSL color Cylindrical-coordinate representation of color #B4B28E: hue angle of 56.84º 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 #B4B28E is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 178 | 142 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.29 |
| HSL | 56.84º | 0.2% | 0.63% | - |
| HSV(B) | 56.84º | 0.21% | 0.71% | - |
| XYZ | 39.63 | 43.5 | 31.9 | - |
| YUV | 174.49 | 109.66 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 178 | 142 | 0 | 0.01 | 0.21 | 0.29 | 56.84 | 0.2 | 0.63 |
| Hex | B4 | B2 | 8E | 0 | 1 | 15 | 1D | 39 | 14 | 3F |
| Octal | 264 | 262 | 216 | 0 | 1 | 25 | 35 | 71 | 24 | 77 |
| Binary | 10110100 | 10110010 | 10001110 | 0 | 1 | 10101 | 11101 | 111001 | 10100 | 111111 |
Color Harmonies of #B4B28E
Complementary color
Monochromatic Colors of #B4B28E
Black with #B4B28E
Text Example
Text Example
White with #B4B28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B28E; }
p { color: rgb(180,178,142); }
H1.HeaderClassName
{
color: #B4B28E;
}
.AnyTagClassName
{
color: #B4B28E;
}
</style>
background-color css
<style>
a { background-color: #B4B28E; }
a { background-color: rgb(180,178,142); }
div.DivClassName
{
background-color: #B4B28E;
}
.BgClassName
{
background-color: #B4B28E;
}
</style>
border-color css
<style>
span { border-color: #B4B28E; }
span { border-color: rgb(180,178,142); }
td.TdClassName
{
border-color: #B4B28E;
}
.TagClassName
{
border-color: #B4B28E;
}
</style>