#BEA7B9

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

Shades of Maverick #BEA7B9

Tints of Maverick #BEA7B9

Color information

#BEA7B9 (or 0xBEA7B9) is unknown color: approx Maverick. HEX triplet: BE, A7 and B9. RGB value is (190,167,185). Sum of RGB (Red+Green+Blue) = 190+167+185=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 167 (65.62% from 255 or 30.81% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA7B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA7B9 is #415846. Grayscale: #AFAFAF. Windows color (decimal): -4282439 or 12167102. OLE color: 12167102.

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

Color convert

RGB190167185-
CMYK00.120.030.25
HSL313.04º15.03%70%-
HSV(B)313.04º12.11%74.51%-
XYZ43.8142.0951.71-
YUV175.93133.12138.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 167 (65.62% from 255) = 30.81%
BLUE value IS 185 (72.66% from 255) = 34.13%
R=35.06%
G=30.81%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016718500.120.030.25313.0415.0370
HexBEA7B90C319139f46
Octal27624727101433147117106
Binary10111110101001111011100101100111100110011100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA7B9; }

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

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

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

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

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

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

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

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