#BEB4AA

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

Shades of Tide #BEB4AA

Tints of Tide #BEB4AA

Color information

#BEB4AA (or 0xBEB4AA) is unknown color: approx Tide. HEX triplet: BE, B4 and AA. RGB value is (190,180,170). Sum of RGB (Red+Green+Blue) = 190+180+170=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB4AA is #414B55. Grayscale: #B5B5B5. Windows color (decimal): -4279126 or 11187390. OLE color: 11187390.

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

Color convert

RGB190180170-
CMYK00.050.110.25
HSL30º13.33%70.59%-
HSV(B)30º10.53%74.51%-
XYZ44.8146.4944.64-
YUV181.85121.31133.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.19%
GREEN value IS 180 (70.70% from 255) = 33.33%
BLUE value IS 170 (66.80% from 255) = 31.48%
R=35.19%
G=33.33%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018017000.050.110.253013.3370.59
HexBEB4AA05B191ed47
Octal2762642520513313615107
Binary10111110101101001010101001011011110011111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB4AA; }

 p { color: rgb(190,180,170); }

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

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

 a { background-color: rgb(190,180,170); }

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

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

 span { border-color: rgb(190,180,170); }

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