Shades of Coriander #B6B792
Tints of Coriander #B6B792
RGB
CMYK
RGB Variations
Color information
#B6B792 (or 0xB6B792) is known color: Coriander. HEX triplet: B6, B7 and 92. RGB value is (182,183,146). Sum of RGB (Red+Green+Blue) = 182+183+146=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B792 is #49486D. Grayscale: #B2B2B2. Windows color (decimal): -4802670 or 9615286. OLE color: 9615286.
HSL color Cylindrical-coordinate representation of color #B6B792: hue angle of 61.62º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B6B792 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 182 | 183 | 146 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.28 |
| HSL | 61.62º | 0.2% | 0.65% | - |
| HSV(B) | 61.62º | 0.2% | 0.72% | - |
| XYZ | 41.41 | 45.89 | 33.87 | - |
| YUV | 178.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 183 | 146 | 0.01 | 0 | 0.20 | 0.28 | 61.62 | 0.2 | 0.65 |
| Hex | B6 | B7 | 92 | 1 | 0 | 14 | 1C | 3E | 14 | 41 |
| Octal | 266 | 267 | 222 | 1 | 0 | 24 | 34 | 76 | 24 | 101 |
| Binary | 10110110 | 10110111 | 10010010 | 1 | 0 | 10100 | 11100 | 111110 | 10100 | 1000001 |
Color Harmonies of #B6B792
Complementary color
Monochromatic Colors of #B6B792
Black with #B6B792
Text Example
Text Example
White with #B6B792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B792; }
p { color: rgb(182,183,146); }
H1.HeaderClassName
{
color: #B6B792;
}
.AnyTagClassName
{
color: #B6B792;
}
</style>
background-color css
<style>
a { background-color: #B6B792; }
a { background-color: rgb(182,183,146); }
div.DivClassName
{
background-color: #B6B792;
}
.BgClassName
{
background-color: #B6B792;
}
</style>
border-color css
<style>
span { border-color: #B6B792; }
span { border-color: rgb(182,183,146); }
td.TdClassName
{
border-color: #B6B792;
}
.TagClassName
{
border-color: #B6B792;
}
</style>