Shades of Coriander #B6B688
Tints of Coriander #B6B688
RGB
CMYK
RGB Variations
Color information
#B6B688 (or 0xB6B688) is known color: Coriander. HEX triplet: B6, B6 and 88. RGB value is (182,182,136). Sum of RGB (Red+Green+Blue) = 182+182+136=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 182 - color contains mainly: red, green. Hex color #B6B688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B688 is #494977. Grayscale: #B0B0B0. Windows color (decimal): -4802936 or 8959670. OLE color: 8959670.
HSL color Cylindrical-coordinate representation of color #B6B688: hue angle of 60º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6B688 is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 182 | 136 | - |
| CMYK | 0 | 0 | 0.25 | 0.29 |
| HSL | 60º | 0.24% | 0.62% | - |
| HSV(B) | 60º | 0.25% | 0.71% | - |
| XYZ | 40.46 | 45.18 | 29.88 | - |
| YUV | 176.76 | 105 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 182 | 136 | 0 | 0 | 0.25 | 0.29 | 60 | 0.24 | 0.62 |
| Hex | B6 | B6 | 88 | 0 | 0 | 19 | 1D | 3C | 18 | 3E |
| Octal | 266 | 266 | 210 | 0 | 0 | 31 | 35 | 74 | 30 | 76 |
| Binary | 10110110 | 10110110 | 10001000 | 0 | 0 | 11001 | 11101 | 111100 | 11000 | 111110 |
Color Harmonies of #B6B688
Complementary color
Monochromatic Colors of #B6B688
Black with #B6B688
Text Example
Text Example
White with #B6B688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B688; }
p { color: rgb(182,182,136); }
H1.HeaderClassName
{
color: #B6B688;
}
.AnyTagClassName
{
color: #B6B688;
}
</style>
background-color css
<style>
a { background-color: #B6B688; }
a { background-color: rgb(182,182,136); }
div.DivClassName
{
background-color: #B6B688;
}
.BgClassName
{
background-color: #B6B688;
}
</style>
border-color css
<style>
span { border-color: #B6B688; }
span { border-color: rgb(182,182,136); }
td.TdClassName
{
border-color: #B6B688;
}
.TagClassName
{
border-color: #B6B688;
}
</style>