COLOR #BEA7A7

HEX: #BEA7A7 RGB: (190,167,167)

Color info

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

RGB color model

#BEA7A7 color RGB value is (190,167,167).

RGB: (190,167,167) (75%, 65%, 65%)

RGB channels and saturation

R 190 of 255 = 75%
G 167 of 255 = 65%
B 167 of 255 = 65%

190
167
167

R + G + B ~ 68%. #BEA7A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 167 + 167 = 524 (100%)
R 190 of 524 ~ 36.26%
G 167 of 524 ~ 31.87%
B 167 of 524 ~ 31.87'%

%36.26
%31.87
%31.87

CMYK color model

#BEA7A7 color CMYK value is (0,12,12,25).

  • cyan value is 0.00%
  • magenta value is 12.11%
  • yellow value is 12.11%
  • key color value is 25.49%
CMYK: (0,12,12,25) C0M12Y12K25 (0%,12%,12%,25%) (0.00/0.12/0.12/0.25) 

CMYK percentages

%0
%12.11
%12.11
%25.49

Codes

Color #BEA7A7 in popluar color models

BE A7 A7
RGB 190 167 167
HSL 15.03% 70.00%
HSB/HSV 12.11% 74.51%
CMYK 0.00% 12.11% 12.11%
25.49%

Color #BEA7A7 in popluar number systems.

HEX BE A7 A7
Decimal 190 167 167
Binary 10111110 10100111 10100111
Octal 276 247 247

Shades and tints

Shades of #BEA7A7

#BEA7A7
(190,167,167)
#AD9898
(173,152,152)
#9C8989
(156,137,137)
#8B7A7A
(139,122,122)
#7A6B6B
(122,107,107)
#695C5C
(105,92,92)
#584D4D
(88,77,77)
#473E3E
(71,62,62)
#362F2F
(54,47,47)
#252020
(37,32,32)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #BEA7A7

#BEA7A7
(190,167,167)
#C3AFAF
(195,175,175)
#C8B7B7
(200,183,183)
#CDBFBF
(205,191,191)
#D2C7C7
(210,199,199)
#D7CFCF
(215,207,207)
#DCD7D7
(220,215,215)
#E1DFDF
(225,223,223)
#E6E7E7
(230,231,231)
#EBEFEF
(235,239,239)
#F0F7F7
(240,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA7A7; }

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

This text font color is #BEA7A7.

Background Color

.myBgColor { background-color: #BEA7A7; }

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

This div background color is #BEA7A7.

Border color

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

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

This div border color is #BEA7A7.

Opacity

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

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

Text with #BEA7A7 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 #BEA7A7;}

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

This text has shadow with #BEA7A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA7A7.

Preview

Color preview on black background

This text has color #BEA7A7 on black background.


Color preview on white background

This text has color #BEA7A7 on white background.


Black color preview on #BEA7A7 background

This text has black color on #BEA7A7 background.


White color preview on #BEA7A7 background

This text has white color on #BEA7A7 background.


Related colors

Complementary color

Complementary color for #hex is #415858.


I love getcolorcode.com