Shades of Coriander #B4B290
Tints of Coriander #B4B290
RGB
CMYK
RGB Variations
Color information
#B4B290 (or 0xB4B290) is known color: Coriander. HEX triplet: B4, B2 and 90. RGB value is (180,178,144). Sum of RGB (Red+Green+Blue) = 180+178+144=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B290 is #4B4D6F. Grayscale: #AEAEAE. Windows color (decimal): -4935024 or 9482932. OLE color: 9482932.
HSL color Cylindrical-coordinate representation of color #B4B290: hue angle of 56.67º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4B290 is Cyan = 0, Magento = 0.01, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 178 | 144 | - |
| CMYK | 0 | 0.01 | 0.2 | 0.29 |
| HSL | 56.67º | 0.19% | 0.64% | - |
| HSV(B) | 56.67º | 0.2% | 0.71% | - |
| XYZ | 39.78 | 43.56 | 32.7 | - |
| YUV | 174.72 | 110.66 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 178 | 144 | 0 | 0.01 | 0.2 | 0.29 | 56.67 | 0.19 | 0.64 |
| Hex | B4 | B2 | 90 | 0 | 1 | 14 | 1D | 39 | 13 | 40 |
| Octal | 264 | 262 | 220 | 0 | 1 | 24 | 35 | 71 | 23 | 100 |
| Binary | 10110100 | 10110010 | 10010000 | 0 | 1 | 10100 | 11101 | 111001 | 10011 | 1000000 |
Color Harmonies of #B4B290
Complementary color
Monochromatic Colors of #B4B290
Black with #B4B290
Text Example
Text Example
White with #B4B290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B290; }
p { color: rgb(180,178,144); }
H1.HeaderClassName
{
color: #B4B290;
}
.AnyTagClassName
{
color: #B4B290;
}
</style>
background-color css
<style>
a { background-color: #B4B290; }
a { background-color: rgb(180,178,144); }
div.DivClassName
{
background-color: #B4B290;
}
.BgClassName
{
background-color: #B4B290;
}
</style>
border-color css
<style>
span { border-color: #B4B290; }
span { border-color: rgb(180,178,144); }
td.TdClassName
{
border-color: #B4B290;
}
.TagClassName
{
border-color: #B4B290;
}
</style>