#BEB1A7

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

Shades of Tide #BEB1A7

Tints of Tide #BEB1A7

Color information

#BEB1A7 (or 0xBEB1A7) is unknown color: approx Tide. HEX triplet: BE, B1 and A7. RGB value is (190,177,167). Sum of RGB (Red+Green+Blue) = 190+177+167=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB1A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB1A7 is #414E58. Grayscale: #B3B3B3. Windows color (decimal): -4279897 or 10990014. OLE color: 10990014.

HSL color Cylindrical-coordinate representation of color #BEB1A7: hue angle of 26.09º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEB1A7 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB190177167-
CMYK00.070.120.25
HSL26.09º15.03%70%-
HSV(B)26.09º12.11%74.51%-
XYZ43.9345.1842.96-
YUV179.75120.81135.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.58%
GREEN value IS 177 (69.53% from 255) = 33.15%
BLUE value IS 167 (65.62% from 255) = 31.27%
R=35.58%
G=33.15%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017716700.070.120.2526.0915.0370
HexBEB1A707C191af46
Octal2762612470714313217106
Binary10111110101100011010011101111100110011101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB1A7; }

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

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

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

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

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

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

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

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