Shades of Coriander #B4B38D
Tints of Coriander #B4B38D
RGB
CMYK
RGB Variations
Color information
#B4B38D (or 0xB4B38D) is known color: Coriander. HEX triplet: B4, B3 and 8D. RGB value is (180,179,141). Sum of RGB (Red+Green+Blue) = 180+179+141=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B38D is #4B4C72. Grayscale: #AFAFAF. Windows color (decimal): -4934771 or 9286580. OLE color: 9286580.
HSL color Cylindrical-coordinate representation of color #B4B38D: hue angle of 58.46º 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 #B4B38D is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 179 | 141 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.29 |
| HSL | 58.46º | 0.21% | 0.63% | - |
| HSV(B) | 58.46º | 0.22% | 0.71% | - |
| XYZ | 39.75 | 43.87 | 31.57 | - |
| YUV | 174.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 179 | 141 | 0 | 0.01 | 0.22 | 0.29 | 58.46 | 0.21 | 0.63 |
| Hex | B4 | B3 | 8D | 0 | 1 | 16 | 1D | 3A | 15 | 3F |
| Octal | 264 | 263 | 215 | 0 | 1 | 26 | 35 | 72 | 25 | 77 |
| Binary | 10110100 | 10110011 | 10001101 | 0 | 1 | 10110 | 11101 | 111010 | 10101 | 111111 |
Color Harmonies of #B4B38D
Complementary color
Monochromatic Colors of #B4B38D
Black with #B4B38D
Text Example
Text Example
White with #B4B38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B38D; }
p { color: rgb(180,179,141); }
H1.HeaderClassName
{
color: #B4B38D;
}
.AnyTagClassName
{
color: #B4B38D;
}
</style>
background-color css
<style>
a { background-color: #B4B38D; }
a { background-color: rgb(180,179,141); }
div.DivClassName
{
background-color: #B4B38D;
}
.BgClassName
{
background-color: #B4B38D;
}
</style>
border-color css
<style>
span { border-color: #B4B38D; }
span { border-color: rgb(180,179,141); }
td.TdClassName
{
border-color: #B4B38D;
}
.TagClassName
{
border-color: #B4B38D;
}
</style>