Shades of Coriander #B4B086
Tints of Coriander #B4B086
RGB
CMYK
RGB Variations
Color information
#B4B086 (or 0xB4B086) is known color: Coriander. HEX triplet: B4, B0 and 86. RGB value is (180,176,134). Sum of RGB (Red+Green+Blue) = 180+176+134=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B086 is #4B4F79. Grayscale: #ACACAC. Windows color (decimal): -4935546 or 8827060. OLE color: 8827060.
HSL color Cylindrical-coordinate representation of color #B4B086: hue angle of 54.78º 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 #B4B086 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 176 | 134 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.29 |
| HSL | 54.78º | 0.23% | 0.62% | - |
| HSV(B) | 54.78º | 0.26% | 0.71% | - |
| XYZ | 38.65 | 42.48 | 28.72 | - |
| YUV | 172.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 176 | 134 | 0 | 0.02 | 0.26 | 0.29 | 54.78 | 0.23 | 0.62 |
| Hex | B4 | B0 | 86 | 0 | 2 | 1A | 1D | 37 | 17 | 3E |
| Octal | 264 | 260 | 206 | 0 | 2 | 32 | 35 | 67 | 27 | 76 |
| Binary | 10110100 | 10110000 | 10000110 | 0 | 10 | 11010 | 11101 | 110111 | 10111 | 111110 |
Color Harmonies of #B4B086
Complementary color
Monochromatic Colors of #B4B086
Black with #B4B086
Text Example
Text Example
White with #B4B086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B086; }
p { color: rgb(180,176,134); }
H1.HeaderClassName
{
color: #B4B086;
}
.AnyTagClassName
{
color: #B4B086;
}
</style>
background-color css
<style>
a { background-color: #B4B086; }
a { background-color: rgb(180,176,134); }
div.DivClassName
{
background-color: #B4B086;
}
.BgClassName
{
background-color: #B4B086;
}
</style>
border-color css
<style>
span { border-color: #B4B086; }
span { border-color: rgb(180,176,134); }
td.TdClassName
{
border-color: #B4B086;
}
.TagClassName
{
border-color: #B4B086;
}
</style>