Shades of Coriander #B3B38A
Tints of Coriander #B3B38A
RGB
CMYK
RGB Variations
Color information
#B3B38A (or 0xB3B38A) is known color: Coriander. HEX triplet: B3, B3 and 8A. RGB value is (179,179,138). Sum of RGB (Red+Green+Blue) = 179+179+138=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B38A is #4C4C75. Grayscale: #AEAEAE. Windows color (decimal): -5000310 or 9089971. OLE color: 9089971.
HSL color Cylindrical-coordinate representation of color #B3B38A: hue angle of 60º 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 #B3B38A is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 179 | 138 | - |
| CMYK | 0 | 0 | 0.23 | 0.30 |
| HSL | 60º | 0.21% | 0.62% | - |
| HSV(B) | 60º | 0.23% | 0.7% | - |
| XYZ | 39.3 | 43.66 | 30.4 | - |
| YUV | 174.33 | 107.5 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 179 | 138 | 0 | 0 | 0.23 | 0.30 | 60 | 0.21 | 0.62 |
| Hex | B3 | B3 | 8A | 0 | 0 | 17 | 1E | 3C | 15 | 3E |
| Octal | 263 | 263 | 212 | 0 | 0 | 27 | 36 | 74 | 25 | 76 |
| Binary | 10110011 | 10110011 | 10001010 | 0 | 0 | 10111 | 11110 | 111100 | 10101 | 111110 |
Color Harmonies of #B3B38A
Complementary color
Monochromatic Colors of #B3B38A
Black with #B3B38A
Text Example
Text Example
White with #B3B38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B38A; }
p { color: rgb(179,179,138); }
H1.HeaderClassName
{
color: #B3B38A;
}
.AnyTagClassName
{
color: #B3B38A;
}
</style>
background-color css
<style>
a { background-color: #B3B38A; }
a { background-color: rgb(179,179,138); }
div.DivClassName
{
background-color: #B3B38A;
}
.BgClassName
{
background-color: #B3B38A;
}
</style>
border-color css
<style>
span { border-color: #B3B38A; }
span { border-color: rgb(179,179,138); }
td.TdClassName
{
border-color: #B3B38A;
}
.TagClassName
{
border-color: #B3B38A;
}
</style>