#BEB1B9

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

Shades of Maverick #BEB1B9

Tints of Maverick #BEB1B9

Color information

#BEB1B9 (or 0xBEB1B9) is unknown color: approx Maverick. HEX triplet: BE, B1 and B9. RGB value is (190,177,185). Sum of RGB (Red+Green+Blue) = 190+177+185=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB1B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB1B9 is #414E46. Grayscale: #B5B5B5. Windows color (decimal): -4279879 or 12169662. OLE color: 12169662.

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

Color convert

RGB190177185-
CMYK00.070.030.25
HSL323.08º9.09%71.96%-
HSV(B)323.08º6.84%74.51%-
XYZ45.7145.8952.35-
YUV181.8129.81133.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.42%
GREEN value IS 177 (69.53% from 255) = 32.07%
BLUE value IS 185 (72.66% from 255) = 33.51%
R=34.42%
G=32.07%
B=33.51%

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
Decimal19017718500.070.030.25323.089.0971.96
HexBEB1B907319143948
Octal2762612710733150311110
Binary1011111010110001101110010111111100110100001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB1B9; }

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

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

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

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

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

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

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

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