Shades of Tide #B4B2B1
Tints of Tide #B4B2B1
RGB
CMYK
RGB Variations
Color information
#B4B2B1 (or 0xB4B2B1) is known color: Tide. HEX triplet: B4, B2 and B1. RGB value is (180,178,177). Sum of RGB (Red+Green+Blue) = 180+178+177=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 177 (69.53% from 255 or 33.08% from 535); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B2B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B2B1 is #4B4D4E. Grayscale: #B2B2B2. Windows color (decimal): -4934991 or 11645620. OLE color: 11645620.
HSL color Cylindrical-coordinate representation of color #B4B2B1: hue angle of 20º degrees, saturation: 0.02, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B4B2B1 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
RGB | 180 | 178 | 177 | - |
CMYK | 0 | 0.01 | 0.02 | 0.29 |
HSL | 20º | 0.02% | 0.7% | - |
HSV(B) | 20º | 0.02% | 0.71% | - |
XYZ | 42.68 | 44.72 | 47.98 | - |
YUV | 178.48 | 127.16 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 178 | 177 | 0 | 0.01 | 0.02 | 0.29 | 20 | 0.02 | 0.7 |
Hex | B4 | B2 | B1 | 0 | 1 | 2 | 1D | 14 | 2 | 46 |
Octal | 264 | 262 | 261 | 0 | 1 | 2 | 35 | 24 | 2 | 106 |
Binary | 10110100 | 10110010 | 10110001 | 0 | 1 | 10 | 11101 | 10100 | 10 | 1000110 |
Color Harmonies of #B4B2B1
Complementary color
Monochromatic Colors of #B4B2B1
Black with #B4B2B1
Text Example
Text Example
White with #B4B2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B2B1; }
p { color: rgb(180,178,177); }
H1.HeaderClassName
{
color: #B4B2B1;
}
.AnyTagClassName
{
color: #B4B2B1;
}
</style>
background-color css
<style>
a { background-color: #B4B2B1; }
a { background-color: rgb(180,178,177); }
div.DivClassName
{
background-color: #B4B2B1;
}
.BgClassName
{
background-color: #B4B2B1;
}
</style>
border-color css
<style>
span { border-color: #B4B2B1; }
span { border-color: rgb(180,178,177); }
td.TdClassName
{
border-color: #B4B2B1;
}
.TagClassName
{
border-color: #B4B2B1;
}
</style>