Shades of Coriander #B4B38C
Tints of Coriander #B4B38C
RGB
CMYK
RGB Variations
Color information
#B4B38C (or 0xB4B38C) is known color: Coriander. HEX triplet: B4, B3 and 8C. RGB value is (180,179,140). Sum of RGB (Red+Green+Blue) = 180+179+140=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B38C is #4B4C73. Grayscale: #AFAFAF. Windows color (decimal): -4934772 or 9221044. OLE color: 9221044.
HSL color Cylindrical-coordinate representation of color #B4B38C: hue angle of 58.5º 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 #B4B38C is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 179 | 140 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.29 |
| HSL | 58.5º | 0.21% | 0.63% | - |
| HSV(B) | 58.5º | 0.22% | 0.71% | - |
| XYZ | 39.68 | 43.84 | 31.18 | - |
| YUV | 174.85 | 108.33 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 179 | 140 | 0 | 0.01 | 0.22 | 0.29 | 58.5 | 0.21 | 0.63 |
| Hex | B4 | B3 | 8C | 0 | 1 | 16 | 1D | 3A | 15 | 3F |
| Octal | 264 | 263 | 214 | 0 | 1 | 26 | 35 | 72 | 25 | 77 |
| Binary | 10110100 | 10110011 | 10001100 | 0 | 1 | 10110 | 11101 | 111010 | 10101 | 111111 |
Color Harmonies of #B4B38C
Complementary color
Monochromatic Colors of #B4B38C
Black with #B4B38C
Text Example
Text Example
White with #B4B38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B38C; }
p { color: rgb(180,179,140); }
H1.HeaderClassName
{
color: #B4B38C;
}
.AnyTagClassName
{
color: #B4B38C;
}
</style>
background-color css
<style>
a { background-color: #B4B38C; }
a { background-color: rgb(180,179,140); }
div.DivClassName
{
background-color: #B4B38C;
}
.BgClassName
{
background-color: #B4B38C;
}
</style>
border-color css
<style>
span { border-color: #B4B38C; }
span { border-color: rgb(180,179,140); }
td.TdClassName
{
border-color: #B4B38C;
}
.TagClassName
{
border-color: #B4B38C;
}
</style>