COLOR #BEAAAA

HEX: #BEAAAA RGB: (190,170,170)

Color info

#BEAAAA contains red, green and blue colors in about the same proportion. Web safe color of #BEAAAA is #CC9999 (or #C99).

RGB color model

#BEAAAA color RGB value is (190,170,170).

RGB: (190,170,170) (75%, 67%, 67%)

RGB channels and saturation

R 190 of 255 = 75%
G 170 of 255 = 67%
B 170 of 255 = 67%

190
170
170

R + G + B ~ 70%. #BEAAAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 170 + 170 = 530 (100%)
R 190 of 530 ~ 35.85%
G 170 of 530 ~ 32.08%
B 170 of 530 ~ 32.08'%

%35.85
%32.08
%32.08

CMYK color model

#BEAAAA color CMYK value is (0,11,11,25).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 10.53%
  • key color value is 25.49%

CMYK: (0,11,11,25)
C0M11Y11K25 (0%, 11%, 11%, 25%)
(0.00 / 0.11 / 0.11 / 0.25)

CMYK percentages

%0
%10.53
%10.53
%25.49

Codes

Color #BEAAAA in popluar color models

BE AA AA
RGB 190 170 170
HSL 13.33% 70.59%
HSB/HSV 10.53% 74.51%
CMYK 0.00% 10.53% 10.53%
25.49%

Color #BEAAAA in popluar number systems.

HEX BE AA AA
Decimal 190 170 170
Binary 10111110 10101010 10101010
Octal 276 252 252

Shades and tints

Shades of #BEAAAA

#BEAAAA
(190,170,170)
#AD9B9B
(173,155,155)
#9C8C8C
(156,140,140)
#8B7D7D
(139,125,125)
#7A6E6E
(122,110,110)
#695F5F
(105,95,95)
#585050
(88,80,80)
#474141
(71,65,65)
#363232
(54,50,50)
#252323
(37,35,35)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #BEAAAA

#BEAAAA
(190,170,170)
#C3B1B1
(195,177,177)
#C8B8B8
(200,184,184)
#CDBFBF
(205,191,191)
#D2C6C6
(210,198,198)
#D7CDCD
(215,205,205)
#DCD4D4
(220,212,212)
#E1DBDB
(225,219,219)
#E6E2E2
(230,226,226)
#EBE9E9
(235,233,233)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEAAAA color. Also use rgb(190,170,170) instead hex code.

Text Font Color

.myTextColor { color: #BEAAAA; }

<p style="color:#BEAAAA">This sample text font color is #BEAAAA.</p>

This text font color is #BEAAAA.

Background Color

.myBgColor { background-color: #BEAAAA; }

<div style="background-color:#BEAAAA">Inner text</div>

This div background color is #BEAAAA.

Border color

.myBorderColor { border: 1px solid #BEAAAA; }

<div style="border:3px solid #BEAAAA">Div</div>

This div border color is #BEAAAA.

Opacity

.myOpacity80 { color: #BEAAAA; opacity: 0.8; }

<p style="color:#BEAAAA;opacity:0.8;">80%</p>

Text with #BEAAAA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BEAAAA;}

<p style="text-shadow: 3px 3px 1px #BEAAAA">Text here.</p>

This text has shadow with #BEAAAA color.


.textShadow {text-shadow: 3px 3px 1px #BEAAAA', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BEAAAA, 5px 5px 20px red">Text here.</p>

This text has shadow with #BEAAAA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEAAAA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BEAAAA, Direction=45, Strength=4)">Text</p>

This text has shadow with #BEAAAA and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEAAAA;
-webkit-box-shadow: 1px 1px 3px 2px #BEAAAA;
box-shadow: 1px 1px 3px 2px #BEAAAA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEAAAA; -webkit-box-shadow: 1px 1px 3px 2px #BEAAAA; box-shadow:1px 1px 3px 2px #BEAAAA;">
Div content here
</div>

This div box has shadow with color #BEAAAA.

Preview

Color preview on black background

This text has color #BEAAAA on black background.


Color preview on white background

This text has color #BEAAAA on white background.


Black color preview on #BEAAAA background

This text has black color on #BEAAAA background.


White color preview on #BEAAAA background

This text has white color on #BEAAAA background.


Related colors

Complementary color

Complementary color for #hex is #415555.


I love getcolorcode.com