Shades of Coriander #B8B284
Tints of Coriander #B8B284
RGB
CMYK
RGB Variations
Color information
#B8B284 (or 0xB8B284) is known color: Coriander. HEX triplet: B8, B2 and 84. RGB value is (184,178,132). Sum of RGB (Red+Green+Blue) = 184+178+132=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B284 is #474D7B. Grayscale: #AEAEAE. Windows color (decimal): -4672892 or 8696504. OLE color: 8696504.
HSL color Cylindrical-coordinate representation of color #B8B284: hue angle of 53.08º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8B284 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 178 | 132 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.28 |
| HSL | 53.08º | 0.27% | 0.62% | - |
| HSV(B) | 53.08º | 0.28% | 0.72% | - |
| XYZ | 39.85 | 43.7 | 28.16 | - |
| YUV | 174.55 | 103.99 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 178 | 132 | 0 | 0.03 | 0.28 | 0.28 | 53.08 | 0.27 | 0.62 |
| Hex | B8 | B2 | 84 | 0 | 3 | 1C | 1C | 35 | 1B | 3E |
| Octal | 270 | 262 | 204 | 0 | 3 | 34 | 34 | 65 | 33 | 76 |
| Binary | 10111000 | 10110010 | 10000100 | 0 | 11 | 11100 | 11100 | 110101 | 11011 | 111110 |
Color Harmonies of #B8B284
Complementary color
Monochromatic Colors of #B8B284
Black with #B8B284
Text Example
Text Example
White with #B8B284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B284; }
p { color: rgb(184,178,132); }
H1.HeaderClassName
{
color: #B8B284;
}
.AnyTagClassName
{
color: #B8B284;
}
</style>
background-color css
<style>
a { background-color: #B8B284; }
a { background-color: rgb(184,178,132); }
div.DivClassName
{
background-color: #B8B284;
}
.BgClassName
{
background-color: #B8B284;
}
</style>
border-color css
<style>
span { border-color: #B8B284; }
span { border-color: rgb(184,178,132); }
td.TdClassName
{
border-color: #B8B284;
}
.TagClassName
{
border-color: #B8B284;
}
</style>