Shades of Tide #B6B0AC
Tints of Tide #B6B0AC
RGB
CMYK
RGB Variations
Color information
#B6B0AC (or 0xB6B0AC) is known color: Tide. HEX triplet: B6, B0 and AC. RGB value is (182,176,172). Sum of RGB (Red+Green+Blue) = 182+176+172=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B0AC is #494F53. Grayscale: #B1B1B1. Windows color (decimal): -4804436 or 11317430. OLE color: 11317430.
HSL color Cylindrical-coordinate representation of color #B6B0AC: hue angle of 24º 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 #B6B0AC is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
RGB | 182 | 176 | 172 | - |
CMYK | 0 | 0.03 | 0.05 | 0.29 |
HSL | 24º | 0.06% | 0.69% | - |
HSV(B) | 24º | 0.05% | 0.71% | - |
XYZ | 42.26 | 43.97 | 45.29 | - |
YUV | 177.34 | 124.99 | 131.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 176 | 172 | 0 | 0.03 | 0.05 | 0.29 | 24 | 0.06 | 0.69 |
Hex | B6 | B0 | AC | 0 | 3 | 5 | 1D | 18 | 6 | 45 |
Octal | 266 | 260 | 254 | 0 | 3 | 5 | 35 | 30 | 6 | 105 |
Binary | 10110110 | 10110000 | 10101100 | 0 | 11 | 101 | 11101 | 11000 | 110 | 1000101 |
Color Harmonies of #B6B0AC
Complementary color
Monochromatic Colors of #B6B0AC
Black with #B6B0AC
Text Example
Text Example
White with #B6B0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B0AC; }
p { color: rgb(182,176,172); }
H1.HeaderClassName
{
color: #B6B0AC;
}
.AnyTagClassName
{
color: #B6B0AC;
}
</style>
background-color css
<style>
a { background-color: #B6B0AC; }
a { background-color: rgb(182,176,172); }
div.DivClassName
{
background-color: #B6B0AC;
}
.BgClassName
{
background-color: #B6B0AC;
}
</style>
border-color css
<style>
span { border-color: #B6B0AC; }
span { border-color: rgb(182,176,172); }
td.TdClassName
{
border-color: #B6B0AC;
}
.TagClassName
{
border-color: #B6B0AC;
}
</style>