#BEB6B9

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

Shades of Maverick #BEB6B9

Tints of Maverick #BEB6B9

Color information

#BEB6B9 (or 0xBEB6B9) is unknown color: approx Maverick. HEX triplet: BE, B6 and B9. RGB value is (190,182,185). Sum of RGB (Red+Green+Blue) = 190+182+185=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB6B9 is #414946. Grayscale: #B8B8B8. Windows color (decimal): -4278599 or 12170942. OLE color: 12170942.

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

Color convert

RGB190182185-
CMYK00.040.030.25
HSL337.5º5.8%72.94%-
HSV(B)337.5º4.21%74.51%-
XYZ46.7247.9152.68-
YUV184.73128.15131.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 182 (71.48% from 255) = 32.68%
BLUE value IS 185 (72.66% from 255) = 33.21%
R=34.11%
G=32.68%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018218500.040.030.25337.55.872.94
HexBEB6B904319152649
Octal276266271043315226111
Binary101111101011011010111001010011110011010100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB6B9; }

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

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

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

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

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

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

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

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