Shades of Coriander #B4B381
Tints of Coriander #B4B381
RGB
CMYK
RGB Variations
Color information
#B4B381 (or 0xB4B381) is known color: Coriander. HEX triplet: B4, B3 and 81. RGB value is (180,179,129). Sum of RGB (Red+Green+Blue) = 180+179+129=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B381 is #4B4C7E. Grayscale: #ADADAD. Windows color (decimal): -4934783 or 8500148. OLE color: 8500148.
HSL color Cylindrical-coordinate representation of color #B4B381: hue angle of 58.82º 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 #B4B381 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 179 | 129 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.29 |
| HSL | 58.82º | 0.25% | 0.61% | - |
| HSV(B) | 58.82º | 0.28% | 0.71% | - |
| XYZ | 38.9 | 43.53 | 27.12 | - |
| YUV | 173.6 | 102.83 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 179 | 129 | 0 | 0.01 | 0.28 | 0.29 | 58.82 | 0.25 | 0.61 |
| Hex | B4 | B3 | 81 | 0 | 1 | 1C | 1D | 3B | 19 | 3D |
| Octal | 264 | 263 | 201 | 0 | 1 | 34 | 35 | 73 | 31 | 75 |
| Binary | 10110100 | 10110011 | 10000001 | 0 | 1 | 11100 | 11101 | 111011 | 11001 | 111101 |
Color Harmonies of #B4B381
Complementary color
Monochromatic Colors of #B4B381
Black with #B4B381
Text Example
Text Example
White with #B4B381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B381; }
p { color: rgb(180,179,129); }
H1.HeaderClassName
{
color: #B4B381;
}
.AnyTagClassName
{
color: #B4B381;
}
</style>
background-color css
<style>
a { background-color: #B4B381; }
a { background-color: rgb(180,179,129); }
div.DivClassName
{
background-color: #B4B381;
}
.BgClassName
{
background-color: #B4B381;
}
</style>
border-color css
<style>
span { border-color: #B4B381; }
span { border-color: rgb(180,179,129); }
td.TdClassName
{
border-color: #B4B381;
}
.TagClassName
{
border-color: #B4B381;
}
</style>