#BEB4AF

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

Shades of Tide #BEB4AF

Tints of Tide #BEB4AF

Color information

#BEB4AF (or 0xBEB4AF) is unknown color: approx Tide. HEX triplet: BE, B4 and AF. RGB value is (190,180,175). Sum of RGB (Red+Green+Blue) = 190+180+175=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 180 (70.70% from 255 or 33.03% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB4AF is #414B50. Grayscale: #B6B6B6. Windows color (decimal): -4279121 or 11515070. OLE color: 11515070.

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

Color convert

RGB190180175-
CMYK00.050.080.25
HSL20º10.34%71.57%-
HSV(B)20º7.89%74.51%-
XYZ45.2946.6847.18-
YUV182.42123.81133.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 180 (70.70% from 255) = 33.03%
BLUE value IS 175 (68.75% from 255) = 32.11%
R=34.86%
G=33.03%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018017500.050.080.252010.3471.57
HexBEB4AF0581914a48
Octal2762642570510312412110
Binary10111110101101001010111101011000110011010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB4AF; }

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

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

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

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

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

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

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

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