Shades of Coriander #B8B180
Tints of Coriander #B8B180
RGB
CMYK
RGB Variations
Color information
#B8B180 (or 0xB8B180) is known color: Coriander. HEX triplet: B8, B1 and 80. RGB value is (184,177,128). Sum of RGB (Red+Green+Blue) = 184+177+128=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B180 is #474E7F. Grayscale: #ADADAD. Windows color (decimal): -4673152 or 8434104. OLE color: 8434104.
HSL color Cylindrical-coordinate representation of color #B8B180: hue angle of 52.5º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8B180 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 177 | 128 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.28 |
| HSL | 52.5º | 0.28% | 0.61% | - |
| HSV(B) | 52.5º | 0.3% | 0.72% | - |
| XYZ | 39.39 | 43.19 | 26.68 | - |
| YUV | 173.51 | 102.32 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 177 | 128 | 0 | 0.04 | 0.30 | 0.28 | 52.5 | 0.28 | 0.61 |
| Hex | B8 | B1 | 80 | 0 | 4 | 1E | 1C | 34 | 1C | 3D |
| Octal | 270 | 261 | 200 | 0 | 4 | 36 | 34 | 64 | 34 | 75 |
| Binary | 10111000 | 10110001 | 10000000 | 0 | 100 | 11110 | 11100 | 110100 | 11100 | 111101 |
Color Harmonies of #B8B180
Complementary color
Monochromatic Colors of #B8B180
Black with #B8B180
Text Example
Text Example
White with #B8B180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B180; }
p { color: rgb(184,177,128); }
H1.HeaderClassName
{
color: #B8B180;
}
.AnyTagClassName
{
color: #B8B180;
}
</style>
background-color css
<style>
a { background-color: #B8B180; }
a { background-color: rgb(184,177,128); }
div.DivClassName
{
background-color: #B8B180;
}
.BgClassName
{
background-color: #B8B180;
}
</style>
border-color css
<style>
span { border-color: #B8B180; }
span { border-color: rgb(184,177,128); }
td.TdClassName
{
border-color: #B8B180;
}
.TagClassName
{
border-color: #B8B180;
}
</style>