Shades of Tide #B6B2AC
Tints of Tide #B6B2AC
RGB
CMYK
RGB Variations
Color information
#B6B2AC (or 0xB6B2AC) is known color: Tide. HEX triplet: B6, B2 and AC. RGB value is (182,178,172). Sum of RGB (Red+Green+Blue) = 182+178+172=532 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.21% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B2AC is #494D53. Grayscale: #B2B2B2. Windows color (decimal): -4803924 or 11317942. OLE color: 11317942.
HSL color Cylindrical-coordinate representation of color #B6B2AC: hue angle of 36º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B6B2AC is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
RGB | 182 | 178 | 172 | - |
CMYK | 0 | 0.02 | 0.05 | 0.29 |
HSL | 36º | 0.06% | 0.69% | - |
HSV(B) | 36º | 0.05% | 0.71% | - |
XYZ | 42.66 | 44.76 | 45.42 | - |
YUV | 178.51 | 124.33 | 130.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 178 | 172 | 0 | 0.02 | 0.05 | 0.29 | 36 | 0.06 | 0.69 |
Hex | B6 | B2 | AC | 0 | 2 | 5 | 1D | 24 | 6 | 45 |
Octal | 266 | 262 | 254 | 0 | 2 | 5 | 35 | 44 | 6 | 105 |
Binary | 10110110 | 10110010 | 10101100 | 0 | 10 | 101 | 11101 | 100100 | 110 | 1000101 |
Color Harmonies of #B6B2AC
Complementary color
Monochromatic Colors of #B6B2AC
Black with #B6B2AC
Text Example
Text Example
White with #B6B2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B2AC; }
p { color: rgb(182,178,172); }
H1.HeaderClassName
{
color: #B6B2AC;
}
.AnyTagClassName
{
color: #B6B2AC;
}
</style>
background-color css
<style>
a { background-color: #B6B2AC; }
a { background-color: rgb(182,178,172); }
div.DivClassName
{
background-color: #B6B2AC;
}
.BgClassName
{
background-color: #B6B2AC;
}
</style>
border-color css
<style>
span { border-color: #B6B2AC; }
span { border-color: rgb(182,178,172); }
td.TdClassName
{
border-color: #B6B2AC;
}
.TagClassName
{
border-color: #B6B2AC;
}
</style>