Shades of Coriander #B9B488
Tints of Coriander #B9B488
RGB
CMYK
RGB Variations
Color information
#B9B488 (or 0xB9B488) is known color: Coriander. HEX triplet: B9, B4 and 88. RGB value is (185,180,136). Sum of RGB (Red+Green+Blue) = 185+180+136=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B488 is #464B77. Grayscale: #B0B0B0. Windows color (decimal): -4606840 or 8959161. OLE color: 8959161.
HSL color Cylindrical-coordinate representation of color #B9B488: hue angle of 53.88º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9B488 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 180 | 136 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.27 |
| HSL | 53.88º | 0.26% | 0.63% | - |
| HSV(B) | 53.88º | 0.26% | 0.73% | - |
| XYZ | 40.77 | 44.73 | 29.78 | - |
| YUV | 176.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 180 | 136 | 0 | 0.03 | 0.26 | 0.27 | 53.88 | 0.26 | 0.63 |
| Hex | B9 | B4 | 88 | 0 | 3 | 1A | 1B | 36 | 1A | 3F |
| Octal | 271 | 264 | 210 | 0 | 3 | 32 | 33 | 66 | 32 | 77 |
| Binary | 10111001 | 10110100 | 10001000 | 0 | 11 | 11010 | 11011 | 110110 | 11010 | 111111 |
Color Harmonies of #B9B488
Complementary color
Monochromatic Colors of #B9B488
Black with #B9B488
Text Example
Text Example
White with #B9B488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B488; }
p { color: rgb(185,180,136); }
H1.HeaderClassName
{
color: #B9B488;
}
.AnyTagClassName
{
color: #B9B488;
}
</style>
background-color css
<style>
a { background-color: #B9B488; }
a { background-color: rgb(185,180,136); }
div.DivClassName
{
background-color: #B9B488;
}
.BgClassName
{
background-color: #B9B488;
}
</style>
border-color css
<style>
span { border-color: #B9B488; }
span { border-color: rgb(185,180,136); }
td.TdClassName
{
border-color: #B9B488;
}
.TagClassName
{
border-color: #B9B488;
}
</style>