Shades of Coriander #B4B58F
Tints of Coriander #B4B58F
RGB
CMYK
RGB Variations
Color information
#B4B58F (or 0xB4B58F) is known color: Coriander. HEX triplet: B4, B5 and 8F. RGB value is (180,181,143). Sum of RGB (Red+Green+Blue) = 180+181+143=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 181 - color contains mainly: green. Hex color #B4B58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B58F is #4B4A70. Grayscale: #B0B0B0. Windows color (decimal): -4934257 or 9418164. OLE color: 9418164.
HSL color Cylindrical-coordinate representation of color #B4B58F: hue angle of 61.58º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4B58F is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 181 | 143 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.29 |
| HSL | 61.58º | 0.2% | 0.64% | - |
| HSV(B) | 61.58º | 0.21% | 0.71% | - |
| XYZ | 40.3 | 44.73 | 32.5 | - |
| YUV | 176.37 | 109.17 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 181 | 143 | 0.01 | 0 | 0.21 | 0.29 | 61.58 | 0.2 | 0.64 |
| Hex | B4 | B5 | 8F | 1 | 0 | 15 | 1D | 3E | 14 | 40 |
| Octal | 264 | 265 | 217 | 1 | 0 | 25 | 35 | 76 | 24 | 100 |
| Binary | 10110100 | 10110101 | 10001111 | 1 | 0 | 10101 | 11101 | 111110 | 10100 | 1000000 |
Color Harmonies of #B4B58F
Complementary color
Monochromatic Colors of #B4B58F
Black with #B4B58F
Text Example
Text Example
White with #B4B58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B58F; }
p { color: rgb(180,181,143); }
H1.HeaderClassName
{
color: #B4B58F;
}
.AnyTagClassName
{
color: #B4B58F;
}
</style>
background-color css
<style>
a { background-color: #B4B58F; }
a { background-color: rgb(180,181,143); }
div.DivClassName
{
background-color: #B4B58F;
}
.BgClassName
{
background-color: #B4B58F;
}
</style>
border-color css
<style>
span { border-color: #B4B58F; }
span { border-color: rgb(180,181,143); }
td.TdClassName
{
border-color: #B4B58F;
}
.TagClassName
{
border-color: #B4B58F;
}
</style>