Shades of Coriander #B8B696
Tints of Coriander #B8B696
RGB
CMYK
RGB Variations
Color information
#B8B696 (or 0xB8B696) is known color: Coriander. HEX triplet: B8, B6 and 96. RGB value is (184,182,150). Sum of RGB (Red+Green+Blue) = 184+182+150=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B696 is #474969. Grayscale: #B3B3B3. Windows color (decimal): -4671850 or 9877176. OLE color: 9877176.
HSL color Cylindrical-coordinate representation of color #B8B696: hue angle of 56.47º 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 #B8B696 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 182 | 150 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.28 |
| HSL | 56.47º | 0.19% | 0.65% | - |
| HSV(B) | 56.47º | 0.18% | 0.72% | - |
| XYZ | 42 | 45.85 | 35.49 | - |
| YUV | 178.95 | 111.66 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 182 | 150 | 0 | 0.01 | 0.18 | 0.28 | 56.47 | 0.19 | 0.65 |
| Hex | B8 | B6 | 96 | 0 | 1 | 12 | 1C | 38 | 13 | 41 |
| Octal | 270 | 266 | 226 | 0 | 1 | 22 | 34 | 70 | 23 | 101 |
| Binary | 10111000 | 10110110 | 10010110 | 0 | 1 | 10010 | 11100 | 111000 | 10011 | 1000001 |
Color Harmonies of #B8B696
Complementary color
Monochromatic Colors of #B8B696
Black with #B8B696
Text Example
Text Example
White with #B8B696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B696; }
p { color: rgb(184,182,150); }
H1.HeaderClassName
{
color: #B8B696;
}
.AnyTagClassName
{
color: #B8B696;
}
</style>
background-color css
<style>
a { background-color: #B8B696; }
a { background-color: rgb(184,182,150); }
div.DivClassName
{
background-color: #B8B696;
}
.BgClassName
{
background-color: #B8B696;
}
</style>
border-color css
<style>
span { border-color: #B8B696; }
span { border-color: rgb(184,182,150); }
td.TdClassName
{
border-color: #B8B696;
}
.TagClassName
{
border-color: #B8B696;
}
</style>