Shades of Coriander #B4B58A
Tints of Coriander #B4B58A
RGB
CMYK
RGB Variations
Color information
#B4B58A (or 0xB4B58A) is known color: Coriander. HEX triplet: B4, B5 and 8A. RGB value is (180,181,138). Sum of RGB (Red+Green+Blue) = 180+181+138=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 181 - color contains mainly: green. Hex color #B4B58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B58A is #4B4A75. Grayscale: #AFAFAF. Windows color (decimal): -4934262 or 9090484. OLE color: 9090484.
HSL color Cylindrical-coordinate representation of color #B4B58A: hue angle of 61.4º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4B58A is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 181 | 138 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.29 |
| HSL | 61.4º | 0.23% | 0.63% | - |
| HSV(B) | 61.4º | 0.24% | 0.71% | - |
| XYZ | 39.93 | 44.59 | 30.55 | - |
| YUV | 175.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 181 | 138 | 0.01 | 0 | 0.24 | 0.29 | 61.4 | 0.23 | 0.63 |
| Hex | B4 | B5 | 8A | 1 | 0 | 18 | 1D | 3D | 17 | 3F |
| Octal | 264 | 265 | 212 | 1 | 0 | 30 | 35 | 75 | 27 | 77 |
| Binary | 10110100 | 10110101 | 10001010 | 1 | 0 | 11000 | 11101 | 111101 | 10111 | 111111 |
Color Harmonies of #B4B58A
Complementary color
Monochromatic Colors of #B4B58A
Black with #B4B58A
Text Example
Text Example
White with #B4B58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B58A; }
p { color: rgb(180,181,138); }
H1.HeaderClassName
{
color: #B4B58A;
}
.AnyTagClassName
{
color: #B4B58A;
}
</style>
background-color css
<style>
a { background-color: #B4B58A; }
a { background-color: rgb(180,181,138); }
div.DivClassName
{
background-color: #B4B58A;
}
.BgClassName
{
background-color: #B4B58A;
}
</style>
border-color css
<style>
span { border-color: #B4B58A; }
span { border-color: rgb(180,181,138); }
td.TdClassName
{
border-color: #B4B58A;
}
.TagClassName
{
border-color: #B4B58A;
}
</style>