COLOR #BE9795

HEX: #BE9795 RGB: (190,151,149)

Color info

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

RGB color model

#BE9795 color RGB value is (190,151,149).

RGB: (190,151,149) (75%, 59%, 58%)

RGB channels and saturation

R 190 of 255 = 75%
G 151 of 255 = 59%
B 149 of 255 = 58%

190
151
149

R + G + B ~ 64%. #BE9795 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 151 + 149 = 490 (100%)
R 190 of 490 ~ 38.78%
G 151 of 490 ~ 30.82%
B 149 of 490 ~ 30.41'%

%38.78
%30.82
%30.41

CMYK color model

#BE9795 color CMYK value is (0,21,22,25).

  • cyan value is 0.00%
  • magenta value is 20.53%
  • yellow value is 21.58%
  • key color value is 25.49%

CMYK: (0,21,22,25)
C0M21Y22K25 (0%, 21%, 22%, 25%)
(0.00 / 0.21 / 0.22 / 0.25)

CMYK percentages

%0
%20.53
%21.58
%25.49

Codes

Color #BE9795 in popluar color models

BE 97 95
RGB 190 151 149
HSL 23.98% 66.47%
HSB/HSV 21.58% 74.51%
CMYK 0.00% 20.53% 21.58%
25.49%

Color #BE9795 in popluar number systems.

HEX BE 97 95
Decimal 190 151 149
Binary 10111110 10010111 10010101
Octal 276 227 225

Shades and tints

Shades of #BE9795

#BE9795
(190,151,149)
#AD8A88
(173,138,136)
#9C7D7B
(156,125,123)
#8B706E
(139,112,110)
#7A6361
(122,99,97)
#695654
(105,86,84)
#584947
(88,73,71)
#473C3A
(71,60,58)
#362F2D
(54,47,45)
#252220
(37,34,32)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #BE9795

#BE9795
(190,151,149)
#C3A09E
(195,160,158)
#C8A9A7
(200,169,167)
#CDB2B0
(205,178,176)
#D2BBB9
(210,187,185)
#D7C4C2
(215,196,194)
#DCCDCB
(220,205,203)
#E1D6D4
(225,214,212)
#E6DFDD
(230,223,221)
#EBE8E6
(235,232,230)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9795; }

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

This text font color is #BE9795.

Background Color

.myBgColor { background-color: #BE9795; }

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

This div background color is #BE9795.

Border color

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

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

This div border color is #BE9795.

Opacity

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

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

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

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

This text has shadow with #BE9795 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9795.

Preview

Color preview on black background

This text has color #BE9795 on black background.


Color preview on white background

This text has color #BE9795 on white background.


Black color preview on #BE9795 background

This text has black color on #BE9795 background.


White color preview on #BE9795 background

This text has white color on #BE9795 background.


Related colors

Complementary color

Complementary color for #hex is #41686A.


I love getcolorcode.com

Triadic colors

1 #95BE97 and #9795BE with #BE9795 are triadic colors.

2 #9597BE and #97BE95 with #BE9795 are triadic colors.