Shades of Coriander #B5AF8D
Tints of Coriander #B5AF8D
RGB
CMYK
RGB Variations
Color information
#B5AF8D (or 0xB5AF8D) is known color: Coriander. HEX triplet: B5, AF and 8D. RGB value is (181,175,141). Sum of RGB (Red+Green+Blue) = 181+175+141=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AF8D is #4A5072. Grayscale: #ADADAD. Windows color (decimal): -4870259 or 9285557. OLE color: 9285557.
HSL color Cylindrical-coordinate representation of color #B5AF8D: hue angle of 51º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5AF8D is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 175 | 141 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.29 |
| HSL | 51º | 0.21% | 0.63% | - |
| HSV(B) | 51º | 0.22% | 0.71% | - |
| XYZ | 39.19 | 42.41 | 31.32 | - |
| YUV | 172.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 175 | 141 | 0 | 0.03 | 0.22 | 0.29 | 51 | 0.21 | 0.63 |
| Hex | B5 | AF | 8D | 0 | 3 | 16 | 1D | 33 | 15 | 3F |
| Octal | 265 | 257 | 215 | 0 | 3 | 26 | 35 | 63 | 25 | 77 |
| Binary | 10110101 | 10101111 | 10001101 | 0 | 11 | 10110 | 11101 | 110011 | 10101 | 111111 |
Color Harmonies of #B5AF8D
Complementary color
Monochromatic Colors of #B5AF8D
Black with #B5AF8D
Text Example
Text Example
White with #B5AF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AF8D; }
p { color: rgb(181,175,141); }
H1.HeaderClassName
{
color: #B5AF8D;
}
.AnyTagClassName
{
color: #B5AF8D;
}
</style>
background-color css
<style>
a { background-color: #B5AF8D; }
a { background-color: rgb(181,175,141); }
div.DivClassName
{
background-color: #B5AF8D;
}
.BgClassName
{
background-color: #B5AF8D;
}
</style>
border-color css
<style>
span { border-color: #B5AF8D; }
span { border-color: rgb(181,175,141); }
td.TdClassName
{
border-color: #B5AF8D;
}
.TagClassName
{
border-color: #B5AF8D;
}
</style>