Shades of Coriander #B3B48A
Tints of Coriander #B3B48A
RGB
CMYK
RGB Variations
Color information
#B3B48A (or 0xB3B48A) is known color: Coriander. HEX triplet: B3, B4 and 8A. RGB value is (179,180,138). Sum of RGB (Red+Green+Blue) = 179+180+138=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B48A is #4C4B75. Grayscale: #AFAFAF. Windows color (decimal): -5000054 or 9090227. OLE color: 9090227.
HSL color Cylindrical-coordinate representation of color #B3B48A: hue angle of 61.43º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3B48A is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 180 | 138 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.29 |
| HSL | 61.43º | 0.22% | 0.62% | - |
| HSV(B) | 61.43º | 0.23% | 0.71% | - |
| XYZ | 39.5 | 44.06 | 30.47 | - |
| YUV | 174.91 | 107.17 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 180 | 138 | 0.01 | 0 | 0.23 | 0.29 | 61.43 | 0.22 | 0.62 |
| Hex | B3 | B4 | 8A | 1 | 0 | 17 | 1D | 3D | 16 | 3E |
| Octal | 263 | 264 | 212 | 1 | 0 | 27 | 35 | 75 | 26 | 76 |
| Binary | 10110011 | 10110100 | 10001010 | 1 | 0 | 10111 | 11101 | 111101 | 10110 | 111110 |
Color Harmonies of #B3B48A
Complementary color
Monochromatic Colors of #B3B48A
Black with #B3B48A
Text Example
Text Example
White with #B3B48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B48A; }
p { color: rgb(179,180,138); }
H1.HeaderClassName
{
color: #B3B48A;
}
.AnyTagClassName
{
color: #B3B48A;
}
</style>
background-color css
<style>
a { background-color: #B3B48A; }
a { background-color: rgb(179,180,138); }
div.DivClassName
{
background-color: #B3B48A;
}
.BgClassName
{
background-color: #B3B48A;
}
</style>
border-color css
<style>
span { border-color: #B3B48A; }
span { border-color: rgb(179,180,138); }
td.TdClassName
{
border-color: #B3B48A;
}
.TagClassName
{
border-color: #B3B48A;
}
</style>