#BEB1B8

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

Shades of Maverick #BEB1B8

Tints of Maverick #BEB1B8

Color information

#BEB1B8 (or 0xBEB1B8) is unknown color: approx Maverick. HEX triplet: BE, B1 and B8. RGB value is (190,177,184). Sum of RGB (Red+Green+Blue) = 190+177+184=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB1B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB1B8 is #414E47. Grayscale: #B5B5B5. Windows color (decimal): -4279880 or 12104126. OLE color: 12104126.

HSL color Cylindrical-coordinate representation of color #BEB1B8: hue angle of 327.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 #BEB1B8 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB190177184-
CMYK00.070.030.25
HSL327.69º9.09%71.96%-
HSV(B)327.69º6.84%74.51%-
XYZ45.6145.8551.79-
YUV181.68129.31133.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.48%
GREEN value IS 177 (69.53% from 255) = 32.12%
BLUE value IS 184 (72.27% from 255) = 33.39%
R=34.48%
G=32.12%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017718400.070.030.25327.699.0971.96
HexBEB1B807319148948
Octal2762612700733151011110
Binary1011111010110001101110000111111100110100100010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB1B8; }

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

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

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

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

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

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

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

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