#BEB5AF

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

Shades of Tide #BEB5AF

Tints of Tide #BEB5AF

Color information

#BEB5AF (or 0xBEB5AF) is unknown color: approx Tide. HEX triplet: BE, B5 and AF. RGB value is (190,181,175). Sum of RGB (Red+Green+Blue) = 190+181+175=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB5AF is #414A50. Grayscale: #B7B7B7. Windows color (decimal): -4278865 or 11515326. OLE color: 11515326.

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

Color convert

RGB190181175-
CMYK00.050.080.25
HSL24º10.34%71.57%-
HSV(B)24º7.89%74.51%-
XYZ45.547.0947.25-
YUV183.01123.48132.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.80%
GREEN value IS 181 (71.09% from 255) = 33.15%
BLUE value IS 175 (68.75% from 255) = 32.05%
R=34.80%
G=33.15%
B=32.05%

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
Decimal19018117500.050.080.252410.3471.57
HexBEB5AF0581918a48
Octal2762652570510313012110
Binary10111110101101011010111101011000110011100010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB5AF; }

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

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

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

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

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

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

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

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