Shades of Coriander #B8B186
Tints of Coriander #B8B186
RGB
CMYK
RGB Variations
Color information
#B8B186 (or 0xB8B186) is known color: Coriander. HEX triplet: B8, B1 and 86. RGB value is (184,177,134). Sum of RGB (Red+Green+Blue) = 184+177+134=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B186 is #474E79. Grayscale: #AEAEAE. Windows color (decimal): -4673146 or 8827320. OLE color: 8827320.
HSL color Cylindrical-coordinate representation of color #B8B186: hue angle of 51.6º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8B186 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 177 | 134 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.28 |
| HSL | 51.6º | 0.26% | 0.62% | - |
| HSV(B) | 51.6º | 0.27% | 0.72% | - |
| XYZ | 39.79 | 43.36 | 28.83 | - |
| YUV | 174.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 177 | 134 | 0 | 0.04 | 0.27 | 0.28 | 51.6 | 0.26 | 0.62 |
| Hex | B8 | B1 | 86 | 0 | 4 | 1B | 1C | 34 | 1A | 3E |
| Octal | 270 | 261 | 206 | 0 | 4 | 33 | 34 | 64 | 32 | 76 |
| Binary | 10111000 | 10110001 | 10000110 | 0 | 100 | 11011 | 11100 | 110100 | 11010 | 111110 |
Color Harmonies of #B8B186
Complementary color
Monochromatic Colors of #B8B186
Black with #B8B186
Text Example
Text Example
White with #B8B186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B186; }
p { color: rgb(184,177,134); }
H1.HeaderClassName
{
color: #B8B186;
}
.AnyTagClassName
{
color: #B8B186;
}
</style>
background-color css
<style>
a { background-color: #B8B186; }
a { background-color: rgb(184,177,134); }
div.DivClassName
{
background-color: #B8B186;
}
.BgClassName
{
background-color: #B8B186;
}
</style>
border-color css
<style>
span { border-color: #B8B186; }
span { border-color: rgb(184,177,134); }
td.TdClassName
{
border-color: #B8B186;
}
.TagClassName
{
border-color: #B8B186;
}
</style>