Shades of Coriander #B8B48C
Tints of Coriander #B8B48C
RGB
CMYK
RGB Variations
Color information
#B8B48C (or 0xB8B48C) is known color: Coriander. HEX triplet: B8, B4 and 8C. RGB value is (184,180,140). Sum of RGB (Red+Green+Blue) = 184+180+140=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B48C is #474B73. Grayscale: #B0B0B0. Windows color (decimal): -4672372 or 9221304. OLE color: 9221304.
HSL color Cylindrical-coordinate representation of color #B8B48C: hue angle of 54.55º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8B48C is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 180 | 140 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.28 |
| HSL | 54.55º | 0.24% | 0.64% | - |
| HSV(B) | 54.55º | 0.24% | 0.72% | - |
| XYZ | 40.82 | 44.73 | 31.29 | - |
| YUV | 176.64 | 107.33 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 180 | 140 | 0 | 0.02 | 0.24 | 0.28 | 54.55 | 0.24 | 0.64 |
| Hex | B8 | B4 | 8C | 0 | 2 | 18 | 1C | 37 | 18 | 40 |
| Octal | 270 | 264 | 214 | 0 | 2 | 30 | 34 | 67 | 30 | 100 |
| Binary | 10111000 | 10110100 | 10001100 | 0 | 10 | 11000 | 11100 | 110111 | 11000 | 1000000 |
Color Harmonies of #B8B48C
Complementary color
Monochromatic Colors of #B8B48C
Black with #B8B48C
Text Example
Text Example
White with #B8B48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B48C; }
p { color: rgb(184,180,140); }
H1.HeaderClassName
{
color: #B8B48C;
}
.AnyTagClassName
{
color: #B8B48C;
}
</style>
background-color css
<style>
a { background-color: #B8B48C; }
a { background-color: rgb(184,180,140); }
div.DivClassName
{
background-color: #B8B48C;
}
.BgClassName
{
background-color: #B8B48C;
}
</style>
border-color css
<style>
span { border-color: #B8B48C; }
span { border-color: rgb(184,180,140); }
td.TdClassName
{
border-color: #B8B48C;
}
.TagClassName
{
border-color: #B8B48C;
}
</style>