Shades of Tide #BEB3AD
Tints of Tide #BEB3AD
RGB
CMYK
RGB Variations
Color information
#BEB3AD (or 0xBEB3AD) is known color: Tide. HEX triplet: BE, B3 and AD. RGB value is (190,179,173). Sum of RGB (Red+Green+Blue) = 190+179+173=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 179 (70.31% from 255 or 33.03% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB3AD is #414C52. Grayscale: #B5B5B5. Windows color (decimal): -4279379 or 11383742. OLE color: 11383742.
HSL color Cylindrical-coordinate representation of color #BEB3AD: hue angle of 21.18º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEB3AD is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 179 | 173 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.25 |
| HSL | 21.18º | 0.12% | 0.71% | - |
| HSV(B) | 21.18º | 0.09% | 0.75% | - |
| XYZ | 44.9 | 46.2 | 46.09 | - |
| YUV | 181.61 | 123.14 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 179 | 173 | 0 | 0.06 | 0.09 | 0.25 | 21.18 | 0.12 | 0.71 |
| Hex | BE | B3 | AD | 0 | 6 | 9 | 19 | 15 | C | 47 |
| Octal | 276 | 263 | 255 | 0 | 6 | 11 | 31 | 25 | 14 | 107 |
| Binary | 10111110 | 10110011 | 10101101 | 0 | 110 | 1001 | 11001 | 10101 | 1100 | 1000111 |
Color Harmonies of #BEB3AD
Complementary color
Monochromatic Colors of #BEB3AD
Black with #BEB3AD
Text Example
Text Example
White with #BEB3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB3AD; }
p { color: rgb(190,179,173); }
H1.HeaderClassName
{
color: #BEB3AD;
}
.AnyTagClassName
{
color: #BEB3AD;
}
</style>
background-color css
<style>
a { background-color: #BEB3AD; }
a { background-color: rgb(190,179,173); }
div.DivClassName
{
background-color: #BEB3AD;
}
.BgClassName
{
background-color: #BEB3AD;
}
</style>
border-color css
<style>
span { border-color: #BEB3AD; }
span { border-color: rgb(190,179,173); }
td.TdClassName
{
border-color: #BEB3AD;
}
.TagClassName
{
border-color: #BEB3AD;
}
</style>