Shades of Coriander #B4B392
Tints of Coriander #B4B392
RGB
CMYK
RGB Variations
Color information
#B4B392 (or 0xB4B392) is known color: Coriander. HEX triplet: B4, B3 and 92. RGB value is (180,179,146). Sum of RGB (Red+Green+Blue) = 180+179+146=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B392 is #4B4C6D. Grayscale: #AFAFAF. Windows color (decimal): -4934766 or 9614260. OLE color: 9614260.
HSL color Cylindrical-coordinate representation of color #B4B392: hue angle of 58.24º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4B392 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 179 | 146 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.29 |
| HSL | 58.24º | 0.18% | 0.64% | - |
| HSV(B) | 58.24º | 0.19% | 0.71% | - |
| XYZ | 40.13 | 44.02 | 33.58 | - |
| YUV | 175.54 | 111.33 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 179 | 146 | 0 | 0.01 | 0.19 | 0.29 | 58.24 | 0.18 | 0.64 |
| Hex | B4 | B3 | 92 | 0 | 1 | 13 | 1D | 3A | 12 | 40 |
| Octal | 264 | 263 | 222 | 0 | 1 | 23 | 35 | 72 | 22 | 100 |
| Binary | 10110100 | 10110011 | 10010010 | 0 | 1 | 10011 | 11101 | 111010 | 10010 | 1000000 |
Color Harmonies of #B4B392
Complementary color
Monochromatic Colors of #B4B392
Black with #B4B392
Text Example
Text Example
White with #B4B392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B392; }
p { color: rgb(180,179,146); }
H1.HeaderClassName
{
color: #B4B392;
}
.AnyTagClassName
{
color: #B4B392;
}
</style>
background-color css
<style>
a { background-color: #B4B392; }
a { background-color: rgb(180,179,146); }
div.DivClassName
{
background-color: #B4B392;
}
.BgClassName
{
background-color: #B4B392;
}
</style>
border-color css
<style>
span { border-color: #B4B392; }
span { border-color: rgb(180,179,146); }
td.TdClassName
{
border-color: #B4B392;
}
.TagClassName
{
border-color: #B4B392;
}
</style>