Shades of Coriander #B4B382
Tints of Coriander #B4B382
RGB
CMYK
RGB Variations
Color information
#B4B382 (or 0xB4B382) is known color: Coriander. HEX triplet: B4, B3 and 82. RGB value is (180,179,130). Sum of RGB (Red+Green+Blue) = 180+179+130=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B382 is #4B4C7D. Grayscale: #ADADAD. Windows color (decimal): -4934782 or 8565684. OLE color: 8565684.
HSL color Cylindrical-coordinate representation of color #B4B382: hue angle of 58.8º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4B382 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 179 | 130 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.29 |
| HSL | 58.8º | 0.25% | 0.61% | - |
| HSV(B) | 58.8º | 0.28% | 0.71% | - |
| XYZ | 38.97 | 43.56 | 27.47 | - |
| YUV | 173.71 | 103.33 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 179 | 130 | 0 | 0.01 | 0.28 | 0.29 | 58.8 | 0.25 | 0.61 |
| Hex | B4 | B3 | 82 | 0 | 1 | 1C | 1D | 3B | 19 | 3D |
| Octal | 264 | 263 | 202 | 0 | 1 | 34 | 35 | 73 | 31 | 75 |
| Binary | 10110100 | 10110011 | 10000010 | 0 | 1 | 11100 | 11101 | 111011 | 11001 | 111101 |
Color Harmonies of #B4B382
Complementary color
Monochromatic Colors of #B4B382
Black with #B4B382
Text Example
Text Example
White with #B4B382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B382; }
p { color: rgb(180,179,130); }
H1.HeaderClassName
{
color: #B4B382;
}
.AnyTagClassName
{
color: #B4B382;
}
</style>
background-color css
<style>
a { background-color: #B4B382; }
a { background-color: rgb(180,179,130); }
div.DivClassName
{
background-color: #B4B382;
}
.BgClassName
{
background-color: #B4B382;
}
</style>
border-color css
<style>
span { border-color: #B4B382; }
span { border-color: rgb(180,179,130); }
td.TdClassName
{
border-color: #B4B382;
}
.TagClassName
{
border-color: #B4B382;
}
</style>