#BEB2AB

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

Shades of Tide #BEB2AB

Tints of Tide #BEB2AB

Color information

#BEB2AB (or 0xBEB2AB) is unknown color: approx Tide. HEX triplet: BE, B2 and AB. RGB value is (190,178,171). Sum of RGB (Red+Green+Blue) = 190+178+171=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB2AB is #414D54. Grayscale: #B4B4B4. Windows color (decimal): -4279637 or 11252414. OLE color: 11252414.

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

Color convert

RGB190178171-
CMYK00.060.100.25
HSL22.11º12.75%70.78%-
HSV(B)22.11º10%74.51%-
XYZ44.5145.7345.01-
YUV180.79122.48134.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 178 (69.92% from 255) = 33.02%
BLUE value IS 171 (67.19% from 255) = 31.73%
R=35.25%
G=33.02%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017817100.060.100.2522.1112.7570.78
HexBEB2AB06A1916d47
Octal2762622530612312615107
Binary10111110101100101010101101101010110011011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB2AB; }

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

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

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

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

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

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

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

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