Shades of Tana #B2B1AC
Tints of Tana #B2B1AC
RGB
CMYK
RGB Variations
Color information
#B2B1AC (or 0xB2B1AC) is known color: Tana. HEX triplet: B2, B1 and AC. RGB value is (178,177,172). Sum of RGB (Red+Green+Blue) = 178+177+172=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B1AC is #4D4E53. Grayscale: #B0B0B0. Windows color (decimal): -5066324 or 11317682. OLE color: 11317682.
HSL color Cylindrical-coordinate representation of color #B2B1AC: hue angle of 50º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B2B1AC is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
RGB | 178 | 177 | 172 | - |
CMYK | 0 | 0.01 | 0.03 | 0.30 |
HSL | 50º | 0.04% | 0.69% | - |
HSV(B) | 50º | 0.03% | 0.7% | - |
XYZ | 41.53 | 43.89 | 45.31 | - |
YUV | 176.73 | 125.33 | 128.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 177 | 172 | 0 | 0.01 | 0.03 | 0.30 | 50 | 0.04 | 0.69 |
Hex | B2 | B1 | AC | 0 | 1 | 3 | 1E | 32 | 4 | 45 |
Octal | 262 | 261 | 254 | 0 | 1 | 3 | 36 | 62 | 4 | 105 |
Binary | 10110010 | 10110001 | 10101100 | 0 | 1 | 11 | 11110 | 110010 | 100 | 1000101 |
Color Harmonies of #B2B1AC
Complementary color
Monochromatic Colors of #B2B1AC
Black with #B2B1AC
Text Example
Text Example
White with #B2B1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B1AC; }
p { color: rgb(178,177,172); }
H1.HeaderClassName
{
color: #B2B1AC;
}
.AnyTagClassName
{
color: #B2B1AC;
}
</style>
background-color css
<style>
a { background-color: #B2B1AC; }
a { background-color: rgb(178,177,172); }
div.DivClassName
{
background-color: #B2B1AC;
}
.BgClassName
{
background-color: #B2B1AC;
}
</style>
border-color css
<style>
span { border-color: #B2B1AC; }
span { border-color: rgb(178,177,172); }
td.TdClassName
{
border-color: #B2B1AC;
}
.TagClassName
{
border-color: #B2B1AC;
}
</style>