Shades of Coriander #B6B184
Tints of Coriander #B6B184
RGB
CMYK
RGB Variations
Color information
#B6B184 (or 0xB6B184) is known color: Coriander. HEX triplet: B6, B1 and 84. RGB value is (182,177,132). Sum of RGB (Red+Green+Blue) = 182+177+132=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B184 is #494E7B. Grayscale: #ADADAD. Windows color (decimal): -4804220 or 8696246. OLE color: 8696246.
HSL color Cylindrical-coordinate representation of color #B6B184: hue angle of 54º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6B184 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 177 | 132 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.29 |
| HSL | 54º | 0.26% | 0.62% | - |
| HSV(B) | 54º | 0.27% | 0.71% | - |
| XYZ | 39.18 | 43.06 | 28.08 | - |
| YUV | 173.37 | 104.66 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 177 | 132 | 0 | 0.03 | 0.27 | 0.29 | 54 | 0.26 | 0.62 |
| Hex | B6 | B1 | 84 | 0 | 3 | 1B | 1D | 36 | 1A | 3E |
| Octal | 266 | 261 | 204 | 0 | 3 | 33 | 35 | 66 | 32 | 76 |
| Binary | 10110110 | 10110001 | 10000100 | 0 | 11 | 11011 | 11101 | 110110 | 11010 | 111110 |
Color Harmonies of #B6B184
Complementary color
Monochromatic Colors of #B6B184
Black with #B6B184
Text Example
Text Example
White with #B6B184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B184; }
p { color: rgb(182,177,132); }
H1.HeaderClassName
{
color: #B6B184;
}
.AnyTagClassName
{
color: #B6B184;
}
</style>
background-color css
<style>
a { background-color: #B6B184; }
a { background-color: rgb(182,177,132); }
div.DivClassName
{
background-color: #B6B184;
}
.BgClassName
{
background-color: #B6B184;
}
</style>
border-color css
<style>
span { border-color: #B6B184; }
span { border-color: rgb(182,177,132); }
td.TdClassName
{
border-color: #B6B184;
}
.TagClassName
{
border-color: #B6B184;
}
</style>