Shades of Tide #B6B5B4
Tints of Tide #B6B5B4
RGB
CMYK
RGB Variations
Color information
#B6B5B4 (or 0xB6B5B4) is known color: Tide. HEX triplet: B6, B5 and B4. RGB value is (182,181,180). Sum of RGB (Red+Green+Blue) = 182+181+180=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B5B4 is #494A4B. Grayscale: #B5B5B5. Windows color (decimal): -4803148 or 11842998. OLE color: 11842998.
HSL color Cylindrical-coordinate representation of color #B6B5B4: hue angle of 30º degrees, saturation: 0.01, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #B6B5B4 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
RGB | 182 | 181 | 180 | - |
CMYK | 0 | 0.01 | 0.01 | 0.29 |
HSL | 30º | 0.01% | 0.71% | - |
HSV(B) | 30º | 0.01% | 0.71% | - |
XYZ | 44.05 | 46.29 | 49.79 | - |
YUV | 181.19 | 127.33 | 128.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 181 | 180 | 0 | 0.01 | 0.01 | 0.29 | 30 | 0.01 | 0.71 |
Hex | B6 | B5 | B4 | 0 | 1 | 1 | 1D | 1E | 1 | 47 |
Octal | 266 | 265 | 264 | 0 | 1 | 1 | 35 | 36 | 1 | 107 |
Binary | 10110110 | 10110101 | 10110100 | 0 | 1 | 1 | 11101 | 11110 | 1 | 1000111 |
Color Harmonies of #B6B5B4
Complementary color
Monochromatic Colors of #B6B5B4
Black with #B6B5B4
Text Example
Text Example
White with #B6B5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B5B4; }
p { color: rgb(182,181,180); }
H1.HeaderClassName
{
color: #B6B5B4;
}
.AnyTagClassName
{
color: #B6B5B4;
}
</style>
background-color css
<style>
a { background-color: #B6B5B4; }
a { background-color: rgb(182,181,180); }
div.DivClassName
{
background-color: #B6B5B4;
}
.BgClassName
{
background-color: #B6B5B4;
}
</style>
border-color css
<style>
span { border-color: #B6B5B4; }
span { border-color: rgb(182,181,180); }
td.TdClassName
{
border-color: #B6B5B4;
}
.TagClassName
{
border-color: #B6B5B4;
}
</style>