Shades of Coriander #B8B18C
Tints of Coriander #B8B18C
RGB
CMYK
RGB Variations
Color information
#B8B18C (or 0xB8B18C) is known color: Coriander. HEX triplet: B8, B1 and 8C. RGB value is (184,177,140). Sum of RGB (Red+Green+Blue) = 184+177+140=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B18C is #474E73. Grayscale: #AFAFAF. Windows color (decimal): -4673140 or 9220536. OLE color: 9220536.
HSL color Cylindrical-coordinate representation of color #B8B18C: hue angle of 50.45º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8B18C is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 177 | 140 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.28 |
| HSL | 50.45º | 0.24% | 0.64% | - |
| HSV(B) | 50.45º | 0.24% | 0.72% | - |
| XYZ | 40.22 | 43.53 | 31.09 | - |
| YUV | 174.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 177 | 140 | 0 | 0.04 | 0.24 | 0.28 | 50.45 | 0.24 | 0.64 |
| Hex | B8 | B1 | 8C | 0 | 4 | 18 | 1C | 32 | 18 | 40 |
| Octal | 270 | 261 | 214 | 0 | 4 | 30 | 34 | 62 | 30 | 100 |
| Binary | 10111000 | 10110001 | 10001100 | 0 | 100 | 11000 | 11100 | 110010 | 11000 | 1000000 |
Color Harmonies of #B8B18C
Complementary color
Monochromatic Colors of #B8B18C
Black with #B8B18C
Text Example
Text Example
White with #B8B18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B18C; }
p { color: rgb(184,177,140); }
H1.HeaderClassName
{
color: #B8B18C;
}
.AnyTagClassName
{
color: #B8B18C;
}
</style>
background-color css
<style>
a { background-color: #B8B18C; }
a { background-color: rgb(184,177,140); }
div.DivClassName
{
background-color: #B8B18C;
}
.BgClassName
{
background-color: #B8B18C;
}
</style>
border-color css
<style>
span { border-color: #B8B18C; }
span { border-color: rgb(184,177,140); }
td.TdClassName
{
border-color: #B8B18C;
}
.TagClassName
{
border-color: #B8B18C;
}
</style>