Shades of Coriander #B6B78C
Tints of Coriander #B6B78C
RGB
CMYK
RGB Variations
Color information
#B6B78C (or 0xB6B78C) is known color: Coriander. HEX triplet: B6, B7 and 8C. RGB value is (182,183,140). Sum of RGB (Red+Green+Blue) = 182+183+140=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B78C is #494873. Grayscale: #B1B1B1. Windows color (decimal): -4802676 or 9222070. OLE color: 9222070.
HSL color Cylindrical-coordinate representation of color #B6B78C: hue angle of 61.4º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6B78C is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 182 | 183 | 140 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.28 |
| HSL | 61.4º | 0.23% | 0.63% | - |
| HSV(B) | 61.4º | 0.23% | 0.72% | - |
| XYZ | 40.96 | 45.71 | 31.47 | - |
| YUV | 177.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 183 | 140 | 0.01 | 0 | 0.23 | 0.28 | 61.4 | 0.23 | 0.63 |
| Hex | B6 | B7 | 8C | 1 | 0 | 17 | 1C | 3D | 17 | 3F |
| Octal | 266 | 267 | 214 | 1 | 0 | 27 | 34 | 75 | 27 | 77 |
| Binary | 10110110 | 10110111 | 10001100 | 1 | 0 | 10111 | 11100 | 111101 | 10111 | 111111 |
Color Harmonies of #B6B78C
Complementary color
Monochromatic Colors of #B6B78C
Black with #B6B78C
Text Example
Text Example
White with #B6B78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B78C; }
p { color: rgb(182,183,140); }
H1.HeaderClassName
{
color: #B6B78C;
}
.AnyTagClassName
{
color: #B6B78C;
}
</style>
background-color css
<style>
a { background-color: #B6B78C; }
a { background-color: rgb(182,183,140); }
div.DivClassName
{
background-color: #B6B78C;
}
.BgClassName
{
background-color: #B6B78C;
}
</style>
border-color css
<style>
span { border-color: #B6B78C; }
span { border-color: rgb(182,183,140); }
td.TdClassName
{
border-color: #B6B78C;
}
.TagClassName
{
border-color: #B6B78C;
}
</style>