Shades of Coriander #B8B385
Tints of Coriander #B8B385
RGB
CMYK
RGB Variations
Color information
#B8B385 (or 0xB8B385) is known color: Coriander. HEX triplet: B8, B3 and 85. RGB value is (184,179,133). Sum of RGB (Red+Green+Blue) = 184+179+133=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B385 is #474C7A. Grayscale: #AFAFAF. Windows color (decimal): -4672635 or 8762296. OLE color: 8762296.
HSL color Cylindrical-coordinate representation of color #B8B385: hue angle of 54.12º degrees, saturation: 0.26, 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 #B8B385 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 179 | 133 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.28 |
| HSL | 54.12º | 0.26% | 0.62% | - |
| HSV(B) | 54.12º | 0.28% | 0.72% | - |
| XYZ | 40.12 | 44.12 | 28.59 | - |
| YUV | 175.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 179 | 133 | 0 | 0.03 | 0.28 | 0.28 | 54.12 | 0.26 | 0.62 |
| Hex | B8 | B3 | 85 | 0 | 3 | 1C | 1C | 36 | 1A | 3E |
| Octal | 270 | 263 | 205 | 0 | 3 | 34 | 34 | 66 | 32 | 76 |
| Binary | 10111000 | 10110011 | 10000101 | 0 | 11 | 11100 | 11100 | 110110 | 11010 | 111110 |
Color Harmonies of #B8B385
Complementary color
Monochromatic Colors of #B8B385
Black with #B8B385
Text Example
Text Example
White with #B8B385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B385; }
p { color: rgb(184,179,133); }
H1.HeaderClassName
{
color: #B8B385;
}
.AnyTagClassName
{
color: #B8B385;
}
</style>
background-color css
<style>
a { background-color: #B8B385; }
a { background-color: rgb(184,179,133); }
div.DivClassName
{
background-color: #B8B385;
}
.BgClassName
{
background-color: #B8B385;
}
</style>
border-color css
<style>
span { border-color: #B8B385; }
span { border-color: rgb(184,179,133); }
td.TdClassName
{
border-color: #B8B385;
}
.TagClassName
{
border-color: #B8B385;
}
</style>