Shades of Coriander #B3AF8A
Tints of Coriander #B3AF8A
RGB
CMYK
RGB Variations
Color information
#B3AF8A (or 0xB3AF8A) is known color: Coriander. HEX triplet: B3, AF and 8A. RGB value is (179,175,138). Sum of RGB (Red+Green+Blue) = 179+175+138=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AF8A is #4C5075. Grayscale: #ACACAC. Windows color (decimal): -5001334 or 9088947. OLE color: 9088947.
HSL color Cylindrical-coordinate representation of color #B3AF8A: hue angle of 54.15º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3AF8A is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 175 | 138 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.30 |
| HSL | 54.15º | 0.21% | 0.62% | - |
| HSV(B) | 54.15º | 0.23% | 0.7% | - |
| XYZ | 38.51 | 42.08 | 30.14 | - |
| YUV | 171.98 | 108.83 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 175 | 138 | 0 | 0.02 | 0.23 | 0.30 | 54.15 | 0.21 | 0.62 |
| Hex | B3 | AF | 8A | 0 | 2 | 17 | 1E | 36 | 15 | 3E |
| Octal | 263 | 257 | 212 | 0 | 2 | 27 | 36 | 66 | 25 | 76 |
| Binary | 10110011 | 10101111 | 10001010 | 0 | 10 | 10111 | 11110 | 110110 | 10101 | 111110 |
Color Harmonies of #B3AF8A
Complementary color
Monochromatic Colors of #B3AF8A
Black with #B3AF8A
Text Example
Text Example
White with #B3AF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AF8A; }
p { color: rgb(179,175,138); }
H1.HeaderClassName
{
color: #B3AF8A;
}
.AnyTagClassName
{
color: #B3AF8A;
}
</style>
background-color css
<style>
a { background-color: #B3AF8A; }
a { background-color: rgb(179,175,138); }
div.DivClassName
{
background-color: #B3AF8A;
}
.BgClassName
{
background-color: #B3AF8A;
}
</style>
border-color css
<style>
span { border-color: #B3AF8A; }
span { border-color: rgb(179,175,138); }
td.TdClassName
{
border-color: #B3AF8A;
}
.TagClassName
{
border-color: #B3AF8A;
}
</style>