COLOR #BE9F95

HEX: #BE9F95 RGB: (190,159,149)

Color info

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

RGB color model

#BE9F95 color RGB value is (190,159,149).

RGB: (190,159,149) (75%, 62%, 58%)

RGB channels and saturation

R 190 of 255 = 75%
G 159 of 255 = 62%
B 149 of 255 = 58%

190
159
149

R + G + B ~ 65%. #BE9F95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 159 + 149 = 498 (100%)
R 190 of 498 ~ 38.15%
G 159 of 498 ~ 31.93%
B 149 of 498 ~ 29.92'%

%38.15
%31.93
%29.92

CMYK color model

#BE9F95 color CMYK value is (0,16,22,25).

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

CMYK: (0,16,22,25)
C0M16Y22K25 (0%, 16%, 22%, 25%)
(0.00 / 0.16 / 0.22 / 0.25)

CMYK percentages

%0
%16.32
%21.58
%25.49

Codes

Color #BE9F95 in popluar color models

BE 9F 95
RGB 190 159 149
HSL 15° 23.98% 66.47%
HSB/HSV 15° 21.58% 74.51%
CMYK 0.00% 16.32% 21.58%
25.49%

Color #BE9F95 in popluar number systems.

HEX BE 9F 95
Decimal 190 159 149
Binary 10111110 10011111 10010101
Octal 276 237 225

Shades and tints

Shades of #BE9F95

#BE9F95
(190,159,149)
#AD9188
(173,145,136)
#9C837B
(156,131,123)
#8B756E
(139,117,110)
#7A6761
(122,103,97)
#695954
(105,89,84)
#584B47
(88,75,71)
#473D3A
(71,61,58)
#362F2D
(54,47,45)
#252120
(37,33,32)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #BE9F95

#BE9F95
(190,159,149)
#C3A79E
(195,167,158)
#C8AFA7
(200,175,167)
#CDB7B0
(205,183,176)
#D2BFB9
(210,191,185)
#D7C7C2
(215,199,194)
#DCCFCB
(220,207,203)
#E1D7D4
(225,215,212)
#E6DFDD
(230,223,221)
#EBE7E6
(235,231,230)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9F95; }

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

This text font color is #BE9F95.

Background Color

.myBgColor { background-color: #BE9F95; }

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

This div background color is #BE9F95.

Border color

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

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

This div border color is #BE9F95.

Opacity

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

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

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

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

This text has shadow with #BE9F95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9F95.

Preview

Color preview on black background

This text has color #BE9F95 on black background.


Color preview on white background

This text has color #BE9F95 on white background.


Black color preview on #BE9F95 background

This text has black color on #BE9F95 background.


White color preview on #BE9F95 background

This text has white color on #BE9F95 background.


Related colors

Complementary color

Complementary color for #hex is #41606A.


I love getcolorcode.com

Triadic colors

1 #95BE9F and #9F95BE with #BE9F95 are triadic colors.

2 #959FBE and #9FBE95 with #BE9F95 are triadic colors.