Shades of Coriander #B4B486
Tints of Coriander #B4B486
RGB
CMYK
RGB Variations
Color information
#B4B486 (or 0xB4B486) is known color: Coriander. HEX triplet: B4, B4 and 86. RGB value is (180,180,134). Sum of RGB (Red+Green+Blue) = 180+180+134=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B486 is #4B4B79. Grayscale: #AEAEAE. Windows color (decimal): -4934522 or 8828084. OLE color: 8828084.
HSL color Cylindrical-coordinate representation of color #B4B486: hue angle of 60º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4B486 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 180 | 134 | - |
| CMYK | 0 | 0 | 0.26 | 0.29 |
| HSL | 60º | 0.23% | 0.62% | - |
| HSV(B) | 60º | 0.26% | 0.71% | - |
| XYZ | 39.45 | 44.07 | 28.98 | - |
| YUV | 174.76 | 105 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 180 | 134 | 0 | 0 | 0.26 | 0.29 | 60 | 0.23 | 0.62 |
| Hex | B4 | B4 | 86 | 0 | 0 | 1A | 1D | 3C | 17 | 3E |
| Octal | 264 | 264 | 206 | 0 | 0 | 32 | 35 | 74 | 27 | 76 |
| Binary | 10110100 | 10110100 | 10000110 | 0 | 0 | 11010 | 11101 | 111100 | 10111 | 111110 |
Color Harmonies of #B4B486
Complementary color
Monochromatic Colors of #B4B486
Black with #B4B486
Text Example
Text Example
White with #B4B486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B486; }
p { color: rgb(180,180,134); }
H1.HeaderClassName
{
color: #B4B486;
}
.AnyTagClassName
{
color: #B4B486;
}
</style>
background-color css
<style>
a { background-color: #B4B486; }
a { background-color: rgb(180,180,134); }
div.DivClassName
{
background-color: #B4B486;
}
.BgClassName
{
background-color: #B4B486;
}
</style>
border-color css
<style>
span { border-color: #B4B486; }
span { border-color: rgb(180,180,134); }
td.TdClassName
{
border-color: #B4B486;
}
.TagClassName
{
border-color: #B4B486;
}
</style>