COLOR #BE9988

HEX: #BE9988
RGB: (190,153,136)

Color info

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

RGB color model

#BE9988 color RGB value is (190,153,136).

  • red value is 190;
  • green value is 153;
  • blue value is 136.
RGB:
(190,153,136)
(75%,60%,53%)

RGB channels and saturation

R 190 of 255 = 75%
G 153 of 255 = 60%
B 136 of 255 = 53%

190
153
136

R + G + B ~ 63%. #BE9988 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 153 + 136 = 479 (100%)
R 190 of 479 ~ 39.67%
G 153 of 479 ~ 31.94%
B 136 of 479 ~ 28.39%

%39.67
%31.94
%28.39

CMYK color model

#BE9988 color CMYK value is (0,19,28,25).

  • cyan value is 0.00%
  • magenta value is 19.47%
  • yellow value is 28.42%
  • key color value is 25.49%
CMYK:
(0,19,28,25)
C0M19Y28K25 
(0%,19%,28%,25%)
(0.00/0.19/0.28/0.25)	

CMYK percentages

%0
%19.47
%28.42
%25.49

Codes

Color #BE9988 in popluar color models

BE9988
RGB190153136
HSL19°29.35%63.92%
HSB/HSV19°28.42%74.51%
CMYK0.00%19.47%28.42%
25.49%

Color #BE9988 in popluar number systems.

HEXBE9988
Decimal190153136
Binary101111101001100110001000
Octal276231210

Shades and tints

Shades of #BE9988

#BE9988
(190,153,136)
#AD8C7C
(173,140,124)
#9C7F70
(156,127,112)
#8B7264
(139,114,100)
#7A6558
(122,101,88)
#69584C
(105,88,76)
#584B40
(88,75,64)
#473E34
(71,62,52)
#363128
(54,49,40)
#25241C
(37,36,28)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #BE9988

#BE9988
(190,153,136)
#C3A292
(195,162,146)
#C8AB9C
(200,171,156)
#CDB4A6
(205,180,166)
#D2BDB0
(210,189,176)
#D7C6BA
(215,198,186)
#DCCFC4
(220,207,196)
#E1D8CE
(225,216,206)
#E6E1D8
(230,225,216)
#EBEAE2
(235,234,226)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9988; }

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

This text font color is #BE9988.


Background Color

.myBgColor { background-color: #BE9988; }

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

This div background color is #BE9988.


Border color

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

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

This div border color is #BE9988.


Opacity

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

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

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

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

This text has shadow with #BE9988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9988 on black background.


Color preview on white background

This text has color #BE9988 on white background.



Black color preview on #BE9988 background

This text has black color on #BE9988 background.


White color preview on #BE9988 background

This text has white color on #BE9988 background.