#BEB4AB

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

Shades of Tide #BEB4AB

Tints of Tide #BEB4AB

Color information

#BEB4AB (or 0xBEB4AB) is unknown color: approx Tide. HEX triplet: BE, B4 and AB. RGB value is (190,180,171). Sum of RGB (Red+Green+Blue) = 190+180+171=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB4AB is #414B54. Grayscale: #B6B6B6. Windows color (decimal): -4279125 or 11252926. OLE color: 11252926.

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

Color convert

RGB190180171-
CMYK00.050.100.25
HSL28.42º12.75%70.78%-
HSV(B)28.42º10%74.51%-
XYZ44.9146.5345.14-
YUV181.96121.81133.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.12%
GREEN value IS 180 (70.70% from 255) = 33.27%
BLUE value IS 171 (67.19% from 255) = 31.61%
R=35.12%
G=33.27%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018017100.050.100.2528.4212.7570.78
HexBEB4AB05A191cd47
Octal2762642530512313415107
Binary10111110101101001010101101011010110011110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB4AB; }

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

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

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

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

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

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

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

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