Shades of Coriander #B7B285
Tints of Coriander #B7B285
RGB
CMYK
RGB Variations
Color information
#B7B285 (or 0xB7B285) is known color: Coriander. HEX triplet: B7, B2 and 85. RGB value is (183,178,133). Sum of RGB (Red+Green+Blue) = 183+178+133=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7B285 is #484D7A. Grayscale: #AEAEAE. Windows color (decimal): -4738427 or 8762039. OLE color: 8762039.
HSL color Cylindrical-coordinate representation of color #B7B285: hue angle of 54º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7B285 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 178 | 133 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.28 |
| HSL | 54º | 0.26% | 0.62% | - |
| HSV(B) | 54º | 0.27% | 0.72% | - |
| XYZ | 39.68 | 43.6 | 28.51 | - |
| YUV | 174.37 | 104.66 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 133 | 0 | 0.03 | 0.27 | 0.28 | 54 | 0.26 | 0.62 |
| Hex | B7 | B2 | 85 | 0 | 3 | 1B | 1C | 36 | 1A | 3E |
| Octal | 267 | 262 | 205 | 0 | 3 | 33 | 34 | 66 | 32 | 76 |
| Binary | 10110111 | 10110010 | 10000101 | 0 | 11 | 11011 | 11100 | 110110 | 11010 | 111110 |
Color Harmonies of #B7B285
Complementary color
Monochromatic Colors of #B7B285
Black with #B7B285
Text Example
Text Example
White with #B7B285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B285; }
p { color: rgb(183,178,133); }
H1.HeaderClassName
{
color: #B7B285;
}
.AnyTagClassName
{
color: #B7B285;
}
</style>
background-color css
<style>
a { background-color: #B7B285; }
a { background-color: rgb(183,178,133); }
div.DivClassName
{
background-color: #B7B285;
}
.BgClassName
{
background-color: #B7B285;
}
</style>
border-color css
<style>
span { border-color: #B7B285; }
span { border-color: rgb(183,178,133); }
td.TdClassName
{
border-color: #B7B285;
}
.TagClassName
{
border-color: #B7B285;
}
</style>