Shades of Coriander #B8B396
Tints of Coriander #B8B396
RGB
CMYK
RGB Variations
Color information
#B8B396 (or 0xB8B396) is known color: Coriander. HEX triplet: B8, B3 and 96. RGB value is (184,179,150). Sum of RGB (Red+Green+Blue) = 184+179+150=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B396 is #474C69. Grayscale: #B1B1B1. Windows color (decimal): -4672618 or 9876408. OLE color: 9876408.
HSL color Cylindrical-coordinate representation of color #B8B396: hue angle of 51.18º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8B396 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 179 | 150 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.28 |
| HSL | 51.18º | 0.19% | 0.65% | - |
| HSV(B) | 51.18º | 0.18% | 0.72% | - |
| XYZ | 41.39 | 44.63 | 35.29 | - |
| YUV | 177.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 179 | 150 | 0 | 0.03 | 0.18 | 0.28 | 51.18 | 0.19 | 0.65 |
| Hex | B8 | B3 | 96 | 0 | 3 | 12 | 1C | 33 | 13 | 41 |
| Octal | 270 | 263 | 226 | 0 | 3 | 22 | 34 | 63 | 23 | 101 |
| Binary | 10111000 | 10110011 | 10010110 | 0 | 11 | 10010 | 11100 | 110011 | 10011 | 1000001 |
Color Harmonies of #B8B396
Complementary color
Monochromatic Colors of #B8B396
Black with #B8B396
Text Example
Text Example
White with #B8B396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B396; }
p { color: rgb(184,179,150); }
H1.HeaderClassName
{
color: #B8B396;
}
.AnyTagClassName
{
color: #B8B396;
}
</style>
background-color css
<style>
a { background-color: #B8B396; }
a { background-color: rgb(184,179,150); }
div.DivClassName
{
background-color: #B8B396;
}
.BgClassName
{
background-color: #B8B396;
}
</style>
border-color css
<style>
span { border-color: #B8B396; }
span { border-color: rgb(184,179,150); }
td.TdClassName
{
border-color: #B8B396;
}
.TagClassName
{
border-color: #B8B396;
}
</style>