#BEB7AE

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

Shades of Tide #BEB7AE

Tints of Tide #BEB7AE

Color information

#BEB7AE (or 0xBEB7AE) is unknown color: approx Tide. HEX triplet: BE, B7 and AE. RGB value is (190,183,174). Sum of RGB (Red+Green+Blue) = 190+183+174=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 183 (71.88% from 255 or 33.46% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB7AE is #414851. Grayscale: #B8B8B8. Windows color (decimal): -4278354 or 11450302. OLE color: 11450302.

HSL color Cylindrical-coordinate representation of color #BEB7AE: hue angle of 33.75º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEB7AE is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB190183174-
CMYK00.040.080.25
HSL33.75º10.96%71.37%-
HSV(B)33.75º8.42%74.51%-
XYZ45.8147.8746.87-
YUV184.07122.32132.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 183 (71.88% from 255) = 33.46%
BLUE value IS 174 (68.36% from 255) = 31.81%
R=34.73%
G=33.46%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018317400.040.080.2533.7510.9671.37
HexBEB7AE0481922b47
Octal2762672560410314213107
Binary101111101011011110101110010010001100110001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB7AE; }

 p { color: rgb(190,183,174); }

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

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

 a { background-color: rgb(190,183,174); }

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

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

 span { border-color: rgb(190,183,174); }

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