Shades of Coriander #B8B582
Tints of Coriander #B8B582
RGB
CMYK
RGB Variations
Color information
#B8B582 (or 0xB8B582) is known color: Coriander. HEX triplet: B8, B5 and 82. RGB value is (184,181,130). Sum of RGB (Red+Green+Blue) = 184+181+130=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B582 is #474A7D. Grayscale: #B0B0B0. Windows color (decimal): -4672126 or 8566200. OLE color: 8566200.
HSL color Cylindrical-coordinate representation of color #B8B582: hue angle of 56.67º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B8B582 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 181 | 130 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.28 |
| HSL | 56.67º | 0.28% | 0.62% | - |
| HSV(B) | 56.67º | 0.29% | 0.72% | - |
| XYZ | 40.32 | 44.85 | 27.65 | - |
| YUV | 176.08 | 101.99 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 181 | 130 | 0 | 0.02 | 0.29 | 0.28 | 56.67 | 0.28 | 0.62 |
| Hex | B8 | B5 | 82 | 0 | 2 | 1D | 1C | 39 | 1C | 3E |
| Octal | 270 | 265 | 202 | 0 | 2 | 35 | 34 | 71 | 34 | 76 |
| Binary | 10111000 | 10110101 | 10000010 | 0 | 10 | 11101 | 11100 | 111001 | 11100 | 111110 |
Color Harmonies of #B8B582
Complementary color
Monochromatic Colors of #B8B582
Black with #B8B582
Text Example
Text Example
White with #B8B582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B582; }
p { color: rgb(184,181,130); }
H1.HeaderClassName
{
color: #B8B582;
}
.AnyTagClassName
{
color: #B8B582;
}
</style>
background-color css
<style>
a { background-color: #B8B582; }
a { background-color: rgb(184,181,130); }
div.DivClassName
{
background-color: #B8B582;
}
.BgClassName
{
background-color: #B8B582;
}
</style>
border-color css
<style>
span { border-color: #B8B582; }
span { border-color: rgb(184,181,130); }
td.TdClassName
{
border-color: #B8B582;
}
.TagClassName
{
border-color: #B8B582;
}
</style>