#BEB7AF

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

Shades of Tide #BEB7AF

Tints of Tide #BEB7AF

Color information

#BEB7AF (or 0xBEB7AF) is unknown color: approx Tide. HEX triplet: BE, B7 and AF. RGB value is (190,183,175). Sum of RGB (Red+Green+Blue) = 190+183+175=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB7AF is #414850. Grayscale: #B8B8B8. Windows color (decimal): -4278353 or 11515838. OLE color: 11515838.

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

Color convert

RGB190183175-
CMYK00.040.080.25
HSL32º10.34%71.57%-
HSV(B)32º7.89%74.51%-
XYZ45.9147.9147.39-
YUV184.18122.82132.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.67%
GREEN value IS 183 (71.88% from 255) = 33.39%
BLUE value IS 175 (68.75% from 255) = 31.93%
R=34.67%
G=33.39%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018317500.040.080.253210.3471.57
HexBEB7AF0481920a48
Octal2762672570410314012110
Binary101111101011011110101111010010001100110000010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB7AF; }

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

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

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

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

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

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

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

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