Shades of Tide #B4B0AD
Tints of Tide #B4B0AD
RGB
CMYK
RGB Variations
Color information
#B4B0AD (or 0xB4B0AD) is known color: Tide. HEX triplet: B4, B0 and AD. RGB value is (180,176,173). Sum of RGB (Red+Green+Blue) = 180+176+173=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B0AD is #4B4F52. Grayscale: #B0B0B0. Windows color (decimal): -4935507 or 11382964. OLE color: 11382964.
HSL color Cylindrical-coordinate representation of color #B4B0AD: hue angle of 25.71º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B4B0AD is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 176 | 173 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.29 |
| HSL | 25.71º | 0.04% | 0.69% | - |
| HSV(B) | 25.71º | 0.04% | 0.71% | - |
| XYZ | 41.89 | 43.77 | 45.78 | - |
| YUV | 176.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 176 | 173 | 0 | 0.02 | 0.04 | 0.29 | 25.71 | 0.04 | 0.69 |
| Hex | B4 | B0 | AD | 0 | 2 | 4 | 1D | 1A | 4 | 45 |
| Octal | 264 | 260 | 255 | 0 | 2 | 4 | 35 | 32 | 4 | 105 |
| Binary | 10110100 | 10110000 | 10101101 | 0 | 10 | 100 | 11101 | 11010 | 100 | 1000101 |
Color Harmonies of #B4B0AD
Complementary color
Monochromatic Colors of #B4B0AD
Black with #B4B0AD
Text Example
Text Example
White with #B4B0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B0AD; }
p { color: rgb(180,176,173); }
H1.HeaderClassName
{
color: #B4B0AD;
}
.AnyTagClassName
{
color: #B4B0AD;
}
</style>
background-color css
<style>
a { background-color: #B4B0AD; }
a { background-color: rgb(180,176,173); }
div.DivClassName
{
background-color: #B4B0AD;
}
.BgClassName
{
background-color: #B4B0AD;
}
</style>
border-color css
<style>
span { border-color: #B4B0AD; }
span { border-color: rgb(180,176,173); }
td.TdClassName
{
border-color: #B4B0AD;
}
.TagClassName
{
border-color: #B4B0AD;
}
</style>