#BEB2AA

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

Shades of Tide #BEB2AA

Tints of Tide #BEB2AA

Color information

#BEB2AA (or 0xBEB2AA) is unknown color: approx Tide. HEX triplet: BE, B2 and AA. RGB value is (190,178,170). Sum of RGB (Red+Green+Blue) = 190+178+170=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB2AA is #414D55. Grayscale: #B4B4B4. Windows color (decimal): -4279638 or 11186878. OLE color: 11186878.

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

Color convert

RGB190178170-
CMYK00.060.110.25
HSL24º13.33%70.59%-
HSV(B)24º10.53%74.51%-
XYZ44.4145.6944.51-
YUV180.68121.98134.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 178 (69.92% from 255) = 33.09%
BLUE value IS 170 (66.80% from 255) = 31.60%
R=35.32%
G=33.09%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017817000.060.110.252413.3370.59
HexBEB2AA06B1918d47
Octal2762622520613313015107
Binary10111110101100101010101001101011110011100011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB2AA; }

 p { color: rgb(190,178,170); }

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

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

 a { background-color: rgb(190,178,170); }

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

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

 span { border-color: rgb(190,178,170); }

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