Shades of Coriander #B9B692
Tints of Coriander #B9B692
RGB
CMYK
RGB Variations
Color information
#B9B692 (or 0xB9B692) is known color: Coriander. HEX triplet: B9, B6 and 92. RGB value is (185,182,146). Sum of RGB (Red+Green+Blue) = 185+182+146=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B692 is #46496D. Grayscale: #B2B2B2. Windows color (decimal): -4606318 or 9615033. OLE color: 9615033.
HSL color Cylindrical-coordinate representation of color #B9B692: hue angle of 55.38º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9B692 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 182 | 146 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.27 |
| HSL | 55.38º | 0.22% | 0.65% | - |
| HSV(B) | 55.38º | 0.21% | 0.73% | - |
| XYZ | 41.92 | 45.85 | 33.83 | - |
| YUV | 178.79 | 109.49 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 182 | 146 | 0 | 0.02 | 0.21 | 0.27 | 55.38 | 0.22 | 0.65 |
| Hex | B9 | B6 | 92 | 0 | 2 | 15 | 1B | 37 | 16 | 41 |
| Octal | 271 | 266 | 222 | 0 | 2 | 25 | 33 | 67 | 26 | 101 |
| Binary | 10111001 | 10110110 | 10010010 | 0 | 10 | 10101 | 11011 | 110111 | 10110 | 1000001 |
Color Harmonies of #B9B692
Complementary color
Monochromatic Colors of #B9B692
Black with #B9B692
Text Example
Text Example
White with #B9B692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B692; }
p { color: rgb(185,182,146); }
H1.HeaderClassName
{
color: #B9B692;
}
.AnyTagClassName
{
color: #B9B692;
}
</style>
background-color css
<style>
a { background-color: #B9B692; }
a { background-color: rgb(185,182,146); }
div.DivClassName
{
background-color: #B9B692;
}
.BgClassName
{
background-color: #B9B692;
}
</style>
border-color css
<style>
span { border-color: #B9B692; }
span { border-color: rgb(185,182,146); }
td.TdClassName
{
border-color: #B9B692;
}
.TagClassName
{
border-color: #B9B692;
}
</style>