#BEB1AB

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

Shades of Tide #BEB1AB

Tints of Tide #BEB1AB

Color information

#BEB1AB (or 0xBEB1AB) is unknown color: approx Tide. HEX triplet: BE, B1 and AB. RGB value is (190,177,171). Sum of RGB (Red+Green+Blue) = 190+177+171=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB1AB is #414E54. Grayscale: #B4B4B4. Windows color (decimal): -4279893 or 11252158. OLE color: 11252158.

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

Color convert

RGB190177171-
CMYK00.070.100.25
HSL18.95º12.75%70.78%-
HSV(B)18.95º10%74.51%-
XYZ44.3145.3344.94-
YUV180.2122.81134.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 177 (69.53% from 255) = 32.90%
BLUE value IS 171 (67.19% from 255) = 31.78%
R=35.32%
G=32.90%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017717100.070.100.2518.9512.7570.78
HexBEB1AB07A1913d47
Octal2762612530712312315107
Binary10111110101100011010101101111010110011001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB1AB; }

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

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

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

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

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

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

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

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