Shades of Coriander #B1B086
Tints of Coriander #B1B086
RGB
CMYK
RGB Variations
Color information
#B1B086 (or 0xB1B086) is known color: Coriander. HEX triplet: B1, B0 and 86. RGB value is (177,176,134). Sum of RGB (Red+Green+Blue) = 177+176+134=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B086 is #4E4F79. Grayscale: #ABABAB. Windows color (decimal): -5132154 or 8827057. OLE color: 8827057.
HSL color Cylindrical-coordinate representation of color #B1B086: hue angle of 58.6º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1B086 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 176 | 134 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.31 |
| HSL | 58.6º | 0.22% | 0.61% | - |
| HSV(B) | 58.6º | 0.24% | 0.69% | - |
| XYZ | 37.96 | 42.12 | 28.68 | - |
| YUV | 171.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 176 | 134 | 0 | 0.01 | 0.24 | 0.31 | 58.6 | 0.22 | 0.61 |
| Hex | B1 | B0 | 86 | 0 | 1 | 18 | 1F | 3B | 16 | 3D |
| Octal | 261 | 260 | 206 | 0 | 1 | 30 | 37 | 73 | 26 | 75 |
| Binary | 10110001 | 10110000 | 10000110 | 0 | 1 | 11000 | 11111 | 111011 | 10110 | 111101 |
Color Harmonies of #B1B086
Complementary color
Monochromatic Colors of #B1B086
Black with #B1B086
Text Example
Text Example
White with #B1B086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B086; }
p { color: rgb(177,176,134); }
H1.HeaderClassName
{
color: #B1B086;
}
.AnyTagClassName
{
color: #B1B086;
}
</style>
background-color css
<style>
a { background-color: #B1B086; }
a { background-color: rgb(177,176,134); }
div.DivClassName
{
background-color: #B1B086;
}
.BgClassName
{
background-color: #B1B086;
}
</style>
border-color css
<style>
span { border-color: #B1B086; }
span { border-color: rgb(177,176,134); }
td.TdClassName
{
border-color: #B1B086;
}
.TagClassName
{
border-color: #B1B086;
}
</style>