#BEB3AA

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

Shades of Tide #BEB3AA

Tints of Tide #BEB3AA

Color information

#BEB3AA (or 0xBEB3AA) is unknown color: approx Tide. HEX triplet: BE, B3 and AA. RGB value is (190,179,170). Sum of RGB (Red+Green+Blue) = 190+179+170=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB3AA is #414C55. Grayscale: #B5B5B5. Windows color (decimal): -4279382 or 11187134. OLE color: 11187134.

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

Color convert

RGB190179170-
CMYK00.060.110.25
HSL27º13.33%70.59%-
HSV(B)27º10.53%74.51%-
XYZ44.6146.0944.58-
YUV181.26121.64134.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 179 (70.31% from 255) = 33.21%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=35.25%
G=33.21%
B=31.54%

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
Decimal19017917000.060.110.252713.3370.59
HexBEB3AA06B191bd47
Octal2762632520613313315107
Binary10111110101100111010101001101011110011101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB3AA; }

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

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

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

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

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

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

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

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