Shades of Tea #B6B1A4
Tints of Tea #B6B1A4
RGB
CMYK
RGB Variations
Color information
#B6B1A4 (or 0xB6B1A4) is known color: Tea. HEX triplet: B6, B1 and A4. RGB value is (182,177,164). Sum of RGB (Red+Green+Blue) = 182+177+164=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B1A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B1A4 is #494E5B. Grayscale: #B1B1B1. Windows color (decimal): -4804188 or 10793398. OLE color: 10793398.
HSL color Cylindrical-coordinate representation of color #B6B1A4: hue angle of 43.33º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6B1A4 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 177 | 164 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.29 |
| HSL | 43.33º | 0.11% | 0.68% | - |
| HSV(B) | 43.33º | 0.1% | 0.71% | - |
| XYZ | 41.71 | 44.07 | 41.43 | - |
| YUV | 177.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 177 | 164 | 0 | 0.03 | 0.10 | 0.29 | 43.33 | 0.11 | 0.68 |
| Hex | B6 | B1 | A4 | 0 | 3 | A | 1D | 2B | B | 44 |
| Octal | 266 | 261 | 244 | 0 | 3 | 12 | 35 | 53 | 13 | 104 |
| Binary | 10110110 | 10110001 | 10100100 | 0 | 11 | 1010 | 11101 | 101011 | 1011 | 1000100 |
Color Harmonies of #B6B1A4
Complementary color
Monochromatic Colors of #B6B1A4
Black with #B6B1A4
Text Example
Text Example
White with #B6B1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B1A4; }
p { color: rgb(182,177,164); }
H1.HeaderClassName
{
color: #B6B1A4;
}
.AnyTagClassName
{
color: #B6B1A4;
}
</style>
background-color css
<style>
a { background-color: #B6B1A4; }
a { background-color: rgb(182,177,164); }
div.DivClassName
{
background-color: #B6B1A4;
}
.BgClassName
{
background-color: #B6B1A4;
}
</style>
border-color css
<style>
span { border-color: #B6B1A4; }
span { border-color: rgb(182,177,164); }
td.TdClassName
{
border-color: #B6B1A4;
}
.TagClassName
{
border-color: #B6B1A4;
}
</style>