#BEB0A7

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

Shades of Tide #BEB0A7

Tints of Tide #BEB0A7

Color information

#BEB0A7 (or 0xBEB0A7) is unknown color: approx Tide. HEX triplet: BE, B0 and A7. RGB value is (190,176,167). Sum of RGB (Red+Green+Blue) = 190+176+167=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 167 (65.62% from 255 or 31.33% from 533); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB0A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB0A7 is #414F58. Grayscale: #B3B3B3. Windows color (decimal): -4280153 or 10989758. OLE color: 10989758.

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

Color convert

RGB190176167-
CMYK00.070.120.25
HSL23.48º15.03%70%-
HSV(B)23.48º12.11%74.51%-
XYZ43.7444.7942.9-
YUV179.16121.14135.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 176 (69.14% from 255) = 33.02%
BLUE value IS 167 (65.62% from 255) = 31.33%
R=35.65%
G=33.02%
B=31.33%

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
Decimal19017616700.070.120.2523.4815.0370
HexBEB0A707C1917f46
Octal2762602470714312717106
Binary10111110101100001010011101111100110011011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB0A7; }

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

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

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

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

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

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

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

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