#BEB6AC

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

Shades of Tide #BEB6AC

Tints of Tide #BEB6AC

Color information

#BEB6AC (or 0xBEB6AC) is unknown color: approx Tide. HEX triplet: BE, B6 and AC. RGB value is (190,182,172). Sum of RGB (Red+Green+Blue) = 190+182+172=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB6AC is #414953. Grayscale: #B7B7B7. Windows color (decimal): -4278612 or 11318974. OLE color: 11318974.

HSL color Cylindrical-coordinate representation of color #BEB6AC: hue angle of 33.33º 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 #BEB6AC is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB190182172-
CMYK00.040.090.25
HSL33.33º12.16%70.98%-
HSV(B)33.33º9.47%74.51%-
XYZ45.4147.3845.78-
YUV183.25121.65132.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.93%
GREEN value IS 182 (71.48% from 255) = 33.46%
BLUE value IS 172 (67.58% from 255) = 31.62%
R=34.93%
G=33.46%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018217200.040.090.2533.3312.1670.98
HexBEB6AC0491921c47
Octal2762662540411314114107
Binary101111101011011010101100010010011100110000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB6AC; }

 p { color: rgb(190,182,172); }

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

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

 a { background-color: rgb(190,182,172); }

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

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

 span { border-color: rgb(190,182,172); }

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