Shades of Tasman #B6C0AA
Tints of Tasman #B6C0AA
RGB
CMYK
RGB Variations
Color information
#B6C0AA (or 0xB6C0AA) is known color: Tasman. HEX triplet: B6, C0 and AA. RGB value is (182,192,170). Sum of RGB (Red+Green+Blue) = 182+192+170=544 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.46% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C0AA is #493F55. Grayscale: #BABABA. Windows color (decimal): -4800342 or 11190454. OLE color: 11190454.
HSL color Cylindrical-coordinate representation of color #B6C0AA: hue angle of 87.27º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6C0AA is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 192 | 170 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.25 |
| HSL | 87.27º | 0.15% | 0.71% | - |
| HSV(B) | 87.27º | 0.11% | 0.75% | - |
| XYZ | 45.4 | 50.55 | 45.39 | - |
| YUV | 186.5 | 118.69 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 192 | 170 | 0.05 | 0 | 0.11 | 0.25 | 87.27 | 0.15 | 0.71 |
| Hex | B6 | C0 | AA | 5 | 0 | B | 19 | 57 | F | 47 |
| Octal | 266 | 300 | 252 | 5 | 0 | 13 | 31 | 127 | 17 | 107 |
| Binary | 10110110 | 11000000 | 10101010 | 101 | 0 | 1011 | 11001 | 1010111 | 1111 | 1000111 |
Color Harmonies of #B6C0AA
Complementary color
Monochromatic Colors of #B6C0AA
Black with #B6C0AA
Text Example
Text Example
White with #B6C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C0AA; }
p { color: rgb(182,192,170); }
H1.HeaderClassName
{
color: #B6C0AA;
}
.AnyTagClassName
{
color: #B6C0AA;
}
</style>
background-color css
<style>
a { background-color: #B6C0AA; }
a { background-color: rgb(182,192,170); }
div.DivClassName
{
background-color: #B6C0AA;
}
.BgClassName
{
background-color: #B6C0AA;
}
</style>
border-color css
<style>
span { border-color: #B6C0AA; }
span { border-color: rgb(182,192,170); }
td.TdClassName
{
border-color: #B6C0AA;
}
.TagClassName
{
border-color: #B6C0AA;
}
</style>