Shades of Coriander #B8B18D
Tints of Coriander #B8B18D
RGB
CMYK
RGB Variations
Color information
#B8B18D (or 0xB8B18D) is known color: Coriander. HEX triplet: B8, B1 and 8D. RGB value is (184,177,141). Sum of RGB (Red+Green+Blue) = 184+177+141=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B18D is #474E72. Grayscale: #AFAFAF. Windows color (decimal): -4673139 or 9286072. OLE color: 9286072.
HSL color Cylindrical-coordinate representation of color #B8B18D: hue angle of 50.23º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8B18D is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 177 | 141 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.28 |
| HSL | 50.23º | 0.23% | 0.64% | - |
| HSV(B) | 50.23º | 0.23% | 0.72% | - |
| XYZ | 40.3 | 43.56 | 31.48 | - |
| YUV | 174.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 177 | 141 | 0 | 0.04 | 0.23 | 0.28 | 50.23 | 0.23 | 0.64 |
| Hex | B8 | B1 | 8D | 0 | 4 | 17 | 1C | 32 | 17 | 40 |
| Octal | 270 | 261 | 215 | 0 | 4 | 27 | 34 | 62 | 27 | 100 |
| Binary | 10111000 | 10110001 | 10001101 | 0 | 100 | 10111 | 11100 | 110010 | 10111 | 1000000 |
Color Harmonies of #B8B18D
Complementary color
Monochromatic Colors of #B8B18D
Black with #B8B18D
Text Example
Text Example
White with #B8B18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B18D; }
p { color: rgb(184,177,141); }
H1.HeaderClassName
{
color: #B8B18D;
}
.AnyTagClassName
{
color: #B8B18D;
}
</style>
background-color css
<style>
a { background-color: #B8B18D; }
a { background-color: rgb(184,177,141); }
div.DivClassName
{
background-color: #B8B18D;
}
.BgClassName
{
background-color: #B8B18D;
}
</style>
border-color css
<style>
span { border-color: #B8B18D; }
span { border-color: rgb(184,177,141); }
td.TdClassName
{
border-color: #B8B18D;
}
.TagClassName
{
border-color: #B8B18D;
}
</style>