Shades of Coriander #B8B482
Tints of Coriander #B8B482
RGB
CMYK
RGB Variations
Color information
#B8B482 (or 0xB8B482) is known color: Coriander. HEX triplet: B8, B4 and 82. RGB value is (184,180,130). Sum of RGB (Red+Green+Blue) = 184+180+130=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B482 is #474B7D. Grayscale: #AFAFAF. Windows color (decimal): -4672382 or 8565944. OLE color: 8565944.
HSL color Cylindrical-coordinate representation of color #B8B482: hue angle of 55.56º 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 #B8B482 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 180 | 130 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.28 |
| HSL | 55.56º | 0.28% | 0.62% | - |
| HSV(B) | 55.56º | 0.29% | 0.72% | - |
| XYZ | 40.12 | 44.44 | 27.58 | - |
| YUV | 175.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 180 | 130 | 0 | 0.02 | 0.29 | 0.28 | 55.56 | 0.28 | 0.62 |
| Hex | B8 | B4 | 82 | 0 | 2 | 1D | 1C | 38 | 1C | 3E |
| Octal | 270 | 264 | 202 | 0 | 2 | 35 | 34 | 70 | 34 | 76 |
| Binary | 10111000 | 10110100 | 10000010 | 0 | 10 | 11101 | 11100 | 111000 | 11100 | 111110 |
Color Harmonies of #B8B482
Complementary color
Monochromatic Colors of #B8B482
Black with #B8B482
Text Example
Text Example
White with #B8B482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B482; }
p { color: rgb(184,180,130); }
H1.HeaderClassName
{
color: #B8B482;
}
.AnyTagClassName
{
color: #B8B482;
}
</style>
background-color css
<style>
a { background-color: #B8B482; }
a { background-color: rgb(184,180,130); }
div.DivClassName
{
background-color: #B8B482;
}
.BgClassName
{
background-color: #B8B482;
}
</style>
border-color css
<style>
span { border-color: #B8B482; }
span { border-color: rgb(184,180,130); }
td.TdClassName
{
border-color: #B8B482;
}
.TagClassName
{
border-color: #B8B482;
}
</style>