Shades of Coriander #B4B386
Tints of Coriander #B4B386
RGB
CMYK
RGB Variations
Color information
#B4B386 (or 0xB4B386) is known color: Coriander. HEX triplet: B4, B3 and 86. RGB value is (180,179,134). Sum of RGB (Red+Green+Blue) = 180+179+134=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B386 is #4B4C79. Grayscale: #AEAEAE. Windows color (decimal): -4934778 or 8827828. OLE color: 8827828.
HSL color Cylindrical-coordinate representation of color #B4B386: hue angle of 58.7º 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 #B4B386 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 179 | 134 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.29 |
| HSL | 58.7º | 0.23% | 0.62% | - |
| HSV(B) | 58.7º | 0.26% | 0.71% | - |
| XYZ | 39.25 | 43.66 | 28.91 | - |
| YUV | 174.17 | 105.33 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 179 | 134 | 0 | 0.01 | 0.26 | 0.29 | 58.7 | 0.23 | 0.62 |
| Hex | B4 | B3 | 86 | 0 | 1 | 1A | 1D | 3B | 17 | 3E |
| Octal | 264 | 263 | 206 | 0 | 1 | 32 | 35 | 73 | 27 | 76 |
| Binary | 10110100 | 10110011 | 10000110 | 0 | 1 | 11010 | 11101 | 111011 | 10111 | 111110 |
Color Harmonies of #B4B386
Complementary color
Monochromatic Colors of #B4B386
Black with #B4B386
Text Example
Text Example
White with #B4B386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B386; }
p { color: rgb(180,179,134); }
H1.HeaderClassName
{
color: #B4B386;
}
.AnyTagClassName
{
color: #B4B386;
}
</style>
background-color css
<style>
a { background-color: #B4B386; }
a { background-color: rgb(180,179,134); }
div.DivClassName
{
background-color: #B4B386;
}
.BgClassName
{
background-color: #B4B386;
}
</style>
border-color css
<style>
span { border-color: #B4B386; }
span { border-color: rgb(180,179,134); }
td.TdClassName
{
border-color: #B4B386;
}
.TagClassName
{
border-color: #B4B386;
}
</style>