Shades of Coriander #B9B382
Tints of Coriander #B9B382
RGB
CMYK
RGB Variations
Color information
#B9B382 (or 0xB9B382) is known color: Coriander. HEX triplet: B9, B3 and 82. RGB value is (185,179,130). Sum of RGB (Red+Green+Blue) = 185+179+130=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B382 is #464C7D. Grayscale: #AFAFAF. Windows color (decimal): -4607102 or 8565689. OLE color: 8565689.
HSL color Cylindrical-coordinate representation of color #B9B382: hue angle of 53.45º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9B382 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 179 | 130 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.27 |
| HSL | 53.45º | 0.28% | 0.62% | - |
| HSV(B) | 53.45º | 0.3% | 0.73% | - |
| XYZ | 40.16 | 44.17 | 27.53 | - |
| YUV | 175.21 | 102.49 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 179 | 130 | 0 | 0.03 | 0.30 | 0.27 | 53.45 | 0.28 | 0.62 |
| Hex | B9 | B3 | 82 | 0 | 3 | 1E | 1B | 35 | 1C | 3E |
| Octal | 271 | 263 | 202 | 0 | 3 | 36 | 33 | 65 | 34 | 76 |
| Binary | 10111001 | 10110011 | 10000010 | 0 | 11 | 11110 | 11011 | 110101 | 11100 | 111110 |
Color Harmonies of #B9B382
Complementary color
Monochromatic Colors of #B9B382
Black with #B9B382
Text Example
Text Example
White with #B9B382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B382; }
p { color: rgb(185,179,130); }
H1.HeaderClassName
{
color: #B9B382;
}
.AnyTagClassName
{
color: #B9B382;
}
</style>
background-color css
<style>
a { background-color: #B9B382; }
a { background-color: rgb(185,179,130); }
div.DivClassName
{
background-color: #B9B382;
}
.BgClassName
{
background-color: #B9B382;
}
</style>
border-color css
<style>
span { border-color: #B9B382; }
span { border-color: rgb(185,179,130); }
td.TdClassName
{
border-color: #B9B382;
}
.TagClassName
{
border-color: #B9B382;
}
</style>