#BEB3A6

Color #BEB3A6 Tide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tide #BEB3A6

Tints of Tide #BEB3A6

Color information

#BEB3A6 (or 0xBEB3A6) is unknown color: approx Tide. HEX triplet: BE, B3 and A6. RGB value is (190,179,166). Sum of RGB (Red+Green+Blue) = 190+179+166=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB3A6 is #414C59. Grayscale: #B4B4B4. Windows color (decimal): -4279386 or 10924990. OLE color: 10924990.

HSL color Cylindrical-coordinate representation of color #BEB3A6: hue angle of 32.5º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEB3A6 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB190179166-
CMYK00.060.130.25
HSL32.5º15.58%69.8%-
HSV(B)32.5º12.63%74.51%-
XYZ44.2445.9442.61-
YUV180.81119.64134.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 179 (70.31% from 255) = 33.46%
BLUE value IS 166 (65.23% from 255) = 31.03%
R=35.51%
G=33.46%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017916600.060.130.2532.515.5869.8
HexBEB3A606D19211046
Octal2762632460615314120106
Binary1011111010110011101001100110110111001100001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB3A6; }

 p { color: rgb(190,179,166); }

 H1.HeaderClassName
 {
   color: #BEB3A6;
 }
 .AnyTagClassName
 {
   color: #BEB3A6;
 }
</style>
background-color css

<style>
 a { background-color: #BEB3A6; }

 a { background-color: rgb(190,179,166); }

 div.DivClassName
 {
   background-color: #BEB3A6;
 }
 .BgClassName
 {
   background-color: #BEB3A6;
 }
</style>
border-color css

<style>
 span { border-color: #BEB3A6; }

 span { border-color: rgb(190,179,166); }

 td.TdClassName
 {
   border-color: #BEB3A6;
 }
 .TagClassName
 {
   border-color: #BEB3A6;
 }
</style>