Shades of Coriander #B4B28A
Tints of Coriander #B4B28A
RGB
CMYK
RGB Variations
Color information
#B4B28A (or 0xB4B28A) is known color: Coriander. HEX triplet: B4, B2 and 8A. RGB value is (180,178,138). Sum of RGB (Red+Green+Blue) = 180+178+138=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B28A is #4B4D75. Grayscale: #AEAEAE. Windows color (decimal): -4935030 or 9089716. OLE color: 9089716.
HSL color Cylindrical-coordinate representation of color #B4B28A: hue angle of 57.14º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4B28A is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 178 | 138 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.29 |
| HSL | 57.14º | 0.22% | 0.62% | - |
| HSV(B) | 57.14º | 0.23% | 0.71% | - |
| XYZ | 39.33 | 43.38 | 30.34 | - |
| YUV | 174.04 | 107.66 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 178 | 138 | 0 | 0.01 | 0.23 | 0.29 | 57.14 | 0.22 | 0.62 |
| Hex | B4 | B2 | 8A | 0 | 1 | 17 | 1D | 39 | 16 | 3E |
| Octal | 264 | 262 | 212 | 0 | 1 | 27 | 35 | 71 | 26 | 76 |
| Binary | 10110100 | 10110010 | 10001010 | 0 | 1 | 10111 | 11101 | 111001 | 10110 | 111110 |
Color Harmonies of #B4B28A
Complementary color
Monochromatic Colors of #B4B28A
Black with #B4B28A
Text Example
Text Example
White with #B4B28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B28A; }
p { color: rgb(180,178,138); }
H1.HeaderClassName
{
color: #B4B28A;
}
.AnyTagClassName
{
color: #B4B28A;
}
</style>
background-color css
<style>
a { background-color: #B4B28A; }
a { background-color: rgb(180,178,138); }
div.DivClassName
{
background-color: #B4B28A;
}
.BgClassName
{
background-color: #B4B28A;
}
</style>
border-color css
<style>
span { border-color: #B4B28A; }
span { border-color: rgb(180,178,138); }
td.TdClassName
{
border-color: #B4B28A;
}
.TagClassName
{
border-color: #B4B28A;
}
</style>