Shades of Coriander #B9B185
Tints of Coriander #B9B185
RGB
CMYK
RGB Variations
Color information
#B9B185 (or 0xB9B185) is known color: Coriander. HEX triplet: B9, B1 and 85. RGB value is (185,177,133). Sum of RGB (Red+Green+Blue) = 185+177+133=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B185 is #464E7A. Grayscale: #AEAEAE. Windows color (decimal): -4607611 or 8761785. OLE color: 8761785.
HSL color Cylindrical-coordinate representation of color #B9B185: hue angle of 50.77º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9B185 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 177 | 133 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.27 |
| HSL | 50.77º | 0.27% | 0.62% | - |
| HSV(B) | 50.77º | 0.28% | 0.73% | - |
| XYZ | 39.96 | 43.45 | 28.47 | - |
| YUV | 174.38 | 104.65 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 177 | 133 | 0 | 0.04 | 0.28 | 0.27 | 50.77 | 0.27 | 0.62 |
| Hex | B9 | B1 | 85 | 0 | 4 | 1C | 1B | 33 | 1B | 3E |
| Octal | 271 | 261 | 205 | 0 | 4 | 34 | 33 | 63 | 33 | 76 |
| Binary | 10111001 | 10110001 | 10000101 | 0 | 100 | 11100 | 11011 | 110011 | 11011 | 111110 |
Color Harmonies of #B9B185
Complementary color
Monochromatic Colors of #B9B185
Black with #B9B185
Text Example
Text Example
White with #B9B185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B185; }
p { color: rgb(185,177,133); }
H1.HeaderClassName
{
color: #B9B185;
}
.AnyTagClassName
{
color: #B9B185;
}
</style>
background-color css
<style>
a { background-color: #B9B185; }
a { background-color: rgb(185,177,133); }
div.DivClassName
{
background-color: #B9B185;
}
.BgClassName
{
background-color: #B9B185;
}
</style>
border-color css
<style>
span { border-color: #B9B185; }
span { border-color: rgb(185,177,133); }
td.TdClassName
{
border-color: #B9B185;
}
.TagClassName
{
border-color: #B9B185;
}
</style>