#BEB7B1

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

Shades of Tide #BEB7B1

Tints of Tide #BEB7B1

Color information

#BEB7B1 (or 0xBEB7B1) is unknown color: approx Tide. HEX triplet: BE, B7 and B1. RGB value is (190,183,177). Sum of RGB (Red+Green+Blue) = 190+183+177=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB7B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB7B1 is #41484E. Grayscale: #B8B8B8. Windows color (decimal): -4278351 or 11646910. OLE color: 11646910.

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

Color convert

RGB190183177-
CMYK00.040.070.25
HSL27.69º9.09%71.96%-
HSV(B)27.69º6.84%74.51%-
XYZ46.147.9948.43-
YUV184.41123.82131.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 183 (71.88% from 255) = 33.27%
BLUE value IS 177 (69.53% from 255) = 32.18%
R=34.55%
G=33.27%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018317700.040.070.2527.699.0971.96
HexBEB7B1047191c948
Octal276267261047313411110
Binary1011111010110111101100010100111110011110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB7B1; }

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

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

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

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

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

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

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

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