Shades of Tasman #B6B8B1
Tints of Tasman #B6B8B1
RGB
CMYK
RGB Variations
Color information
#B6B8B1 (or 0xB6B8B1) is known color: Tasman. HEX triplet: B6, B8 and B1. RGB value is (182,184,177). Sum of RGB (Red+Green+Blue) = 182+184+177=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 184 - color contains mainly: green. Hex color #B6B8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B8B1 is #49474E. Grayscale: #B6B6B6. Windows color (decimal): -4802383 or 11647158. OLE color: 11647158.
HSL color Cylindrical-coordinate representation of color #B6B8B1: hue angle of 77.14º degrees, saturation: 0.05, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B6B8B1 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 182 | 184 | 177 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.28 |
| HSL | 77.14º | 0.05% | 0.71% | - |
| HSV(B) | 77.14º | 0.04% | 0.72% | - |
| XYZ | 44.37 | 47.4 | 48.41 | - |
| YUV | 182.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 184 | 177 | 0.01 | 0 | 0.04 | 0.28 | 77.14 | 0.05 | 0.71 |
| Hex | B6 | B8 | B1 | 1 | 0 | 4 | 1C | 4D | 5 | 47 |
| Octal | 266 | 270 | 261 | 1 | 0 | 4 | 34 | 115 | 5 | 107 |
| Binary | 10110110 | 10111000 | 10110001 | 1 | 0 | 100 | 11100 | 1001101 | 101 | 1000111 |
Color Harmonies of #B6B8B1
Complementary color
Monochromatic Colors of #B6B8B1
Black with #B6B8B1
Text Example
Text Example
White with #B6B8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B8B1; }
p { color: rgb(182,184,177); }
H1.HeaderClassName
{
color: #B6B8B1;
}
.AnyTagClassName
{
color: #B6B8B1;
}
</style>
background-color css
<style>
a { background-color: #B6B8B1; }
a { background-color: rgb(182,184,177); }
div.DivClassName
{
background-color: #B6B8B1;
}
.BgClassName
{
background-color: #B6B8B1;
}
</style>
border-color css
<style>
span { border-color: #B6B8B1; }
span { border-color: rgb(182,184,177); }
td.TdClassName
{
border-color: #B6B8B1;
}
.TagClassName
{
border-color: #B6B8B1;
}
</style>