#BEB2A7

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

Shades of Tide #BEB2A7

Tints of Tide #BEB2A7

Color information

#BEB2A7 (or 0xBEB2A7) is unknown color: approx Tide. HEX triplet: BE, B2 and A7. RGB value is (190,178,167). Sum of RGB (Red+Green+Blue) = 190+178+167=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 167 (65.62% from 255 or 31.21% from 535); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB2A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB2A7 is #414D58. Grayscale: #B4B4B4. Windows color (decimal): -4279641 or 10990270. OLE color: 10990270.

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

Color convert

RGB190178167-
CMYK00.060.120.25
HSL28.7º15.03%70%-
HSV(B)28.7º12.11%74.51%-
XYZ44.1345.5843.03-
YUV180.33120.48134.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 178 (69.92% from 255) = 33.27%
BLUE value IS 167 (65.62% from 255) = 31.21%
R=35.51%
G=33.27%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017816700.060.120.2528.715.0370
HexBEB2A706C191df46
Octal2762622470614313517106
Binary10111110101100101010011101101100110011110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB2A7; }

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

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

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

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

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

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

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

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