Shades of Tide #BEB5AF
Tints of Tide #BEB5AF
RGB
CMYK
RGB Variations
Color information
#BEB5AF (or 0xBEB5AF) is known color: Tide. HEX triplet: BE, B5 and AF. RGB value is (190,181,175). Sum of RGB (Red+Green+Blue) = 190+181+175=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB5AF is #414A50. Grayscale: #B7B7B7. Windows color (decimal): -4278865 or 11515326. OLE color: 11515326.
HSL color Cylindrical-coordinate representation of color #BEB5AF: hue angle of 24º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEB5AF is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 181 | 175 | - |
CMYK | 0 | 0.05 | 0.08 | 0.25 |
HSL | 24º | 0.1% | 0.72% | - |
HSV(B) | 24º | 0.08% | 0.75% | - |
XYZ | 45.5 | 47.09 | 47.25 | - |
YUV | 183.01 | 123.48 | 132.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 181 | 175 | 0 | 0.05 | 0.08 | 0.25 | 24 | 0.1 | 0.72 |
Hex | BE | B5 | AF | 0 | 5 | 8 | 19 | 18 | A | 48 |
Octal | 276 | 265 | 257 | 0 | 5 | 10 | 31 | 30 | 12 | 110 |
Binary | 10111110 | 10110101 | 10101111 | 0 | 101 | 1000 | 11001 | 11000 | 1010 | 1001000 |
Color Harmonies of #BEB5AF
Complementary color
Monochromatic Colors of #BEB5AF
Black with #BEB5AF
Text Example
Text Example
White with #BEB5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB5AF; }
p { color: rgb(190,181,175); }
H1.HeaderClassName
{
color: #BEB5AF;
}
.AnyTagClassName
{
color: #BEB5AF;
}
</style>
background-color css
<style>
a { background-color: #BEB5AF; }
a { background-color: rgb(190,181,175); }
div.DivClassName
{
background-color: #BEB5AF;
}
.BgClassName
{
background-color: #BEB5AF;
}
</style>
border-color css
<style>
span { border-color: #BEB5AF; }
span { border-color: rgb(190,181,175); }
td.TdClassName
{
border-color: #BEB5AF;
}
.TagClassName
{
border-color: #BEB5AF;
}
</style>