#BEB3AB

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

Shades of Tide #BEB3AB

Tints of Tide #BEB3AB

Color information

#BEB3AB (or 0xBEB3AB) is unknown color: approx Tide. HEX triplet: BE, B3 and AB. RGB value is (190,179,171). Sum of RGB (Red+Green+Blue) = 190+179+171=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB3AB is #414C54. Grayscale: #B5B5B5. Windows color (decimal): -4279381 or 11252670. OLE color: 11252670.

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

Color convert

RGB190179171-
CMYK00.060.100.25
HSL25.26º12.75%70.78%-
HSV(B)25.26º10%74.51%-
XYZ44.7146.1345.08-
YUV181.38122.14134.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.19%
GREEN value IS 179 (70.31% from 255) = 33.15%
BLUE value IS 171 (67.19% from 255) = 31.67%
R=35.19%
G=33.15%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017917100.060.100.2525.2612.7570.78
HexBEB3AB06A1919d47
Octal2762632530612313115107
Binary10111110101100111010101101101010110011100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB3AB; }

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

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

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

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

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

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

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

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