#BEB5AA

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

Shades of Tide #BEB5AA

Tints of Tide #BEB5AA

Color information

#BEB5AA (or 0xBEB5AA) is unknown color: approx Tide. HEX triplet: BE, B5 and AA. RGB value is (190,181,170). Sum of RGB (Red+Green+Blue) = 190+181+170=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB5AA is #414A55. Grayscale: #B6B6B6. Windows color (decimal): -4278870 or 11187646. OLE color: 11187646.

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

Color convert

RGB190181170-
CMYK00.050.110.25
HSL33º13.33%70.59%-
HSV(B)33º10.53%74.51%-
XYZ45.0146.944.71-
YUV182.44120.98133.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.12%
GREEN value IS 181 (71.09% from 255) = 33.46%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=35.12%
G=33.46%
B=31.42%

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
Decimal19018117000.050.110.253313.3370.59
HexBEB5AA05B1921d47
Octal2762652520513314115107
Binary101111101011010110101010010110111100110000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB5AA; }

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

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

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

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

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

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

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

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