Shades of Coriander #B5B28C
Tints of Coriander #B5B28C
RGB
CMYK
RGB Variations
Color information
#B5B28C (or 0xB5B28C) is known color: Coriander. HEX triplet: B5, B2 and 8C. RGB value is (181,178,140). Sum of RGB (Red+Green+Blue) = 181+178+140=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B28C is #4A4D73. Grayscale: #AEAEAE. Windows color (decimal): -4869492 or 9220789. OLE color: 9220789.
HSL color Cylindrical-coordinate representation of color #B5B28C: hue angle of 55.61º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5B28C is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 178 | 140 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.29 |
| HSL | 55.61º | 0.22% | 0.63% | - |
| HSV(B) | 55.61º | 0.23% | 0.71% | - |
| XYZ | 39.71 | 43.56 | 31.13 | - |
| YUV | 174.57 | 108.49 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 178 | 140 | 0 | 0.02 | 0.23 | 0.29 | 55.61 | 0.22 | 0.63 |
| Hex | B5 | B2 | 8C | 0 | 2 | 17 | 1D | 38 | 16 | 3F |
| Octal | 265 | 262 | 214 | 0 | 2 | 27 | 35 | 70 | 26 | 77 |
| Binary | 10110101 | 10110010 | 10001100 | 0 | 10 | 10111 | 11101 | 111000 | 10110 | 111111 |
Color Harmonies of #B5B28C
Complementary color
Monochromatic Colors of #B5B28C
Black with #B5B28C
Text Example
Text Example
White with #B5B28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B28C; }
p { color: rgb(181,178,140); }
H1.HeaderClassName
{
color: #B5B28C;
}
.AnyTagClassName
{
color: #B5B28C;
}
</style>
background-color css
<style>
a { background-color: #B5B28C; }
a { background-color: rgb(181,178,140); }
div.DivClassName
{
background-color: #B5B28C;
}
.BgClassName
{
background-color: #B5B28C;
}
</style>
border-color css
<style>
span { border-color: #B5B28C; }
span { border-color: rgb(181,178,140); }
td.TdClassName
{
border-color: #B5B28C;
}
.TagClassName
{
border-color: #B5B28C;
}
</style>