Shades of Coriander #B3AF86
Tints of Coriander #B3AF86
RGB
CMYK
RGB Variations
Color information
#B3AF86 (or 0xB3AF86) is known color: Coriander. HEX triplet: B3, AF and 86. RGB value is (179,175,134). Sum of RGB (Red+Green+Blue) = 179+175+134=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AF86 is #4C5079. Grayscale: #ABABAB. Windows color (decimal): -5001338 or 8826803. OLE color: 8826803.
HSL color Cylindrical-coordinate representation of color #B3AF86: hue angle of 54.67º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3AF86 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 175 | 134 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.30 |
| HSL | 54.67º | 0.23% | 0.61% | - |
| HSV(B) | 54.67º | 0.25% | 0.7% | - |
| XYZ | 38.22 | 41.96 | 28.64 | - |
| YUV | 171.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 175 | 134 | 0 | 0.02 | 0.25 | 0.30 | 54.67 | 0.23 | 0.61 |
| Hex | B3 | AF | 86 | 0 | 2 | 19 | 1E | 37 | 17 | 3D |
| Octal | 263 | 257 | 206 | 0 | 2 | 31 | 36 | 67 | 27 | 75 |
| Binary | 10110011 | 10101111 | 10000110 | 0 | 10 | 11001 | 11110 | 110111 | 10111 | 111101 |
Color Harmonies of #B3AF86
Complementary color
Monochromatic Colors of #B3AF86
Black with #B3AF86
Text Example
Text Example
White with #B3AF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AF86; }
p { color: rgb(179,175,134); }
H1.HeaderClassName
{
color: #B3AF86;
}
.AnyTagClassName
{
color: #B3AF86;
}
</style>
background-color css
<style>
a { background-color: #B3AF86; }
a { background-color: rgb(179,175,134); }
div.DivClassName
{
background-color: #B3AF86;
}
.BgClassName
{
background-color: #B3AF86;
}
</style>
border-color css
<style>
span { border-color: #B3AF86; }
span { border-color: rgb(179,175,134); }
td.TdClassName
{
border-color: #B3AF86;
}
.TagClassName
{
border-color: #B3AF86;
}
</style>