COLOR #BE8F90

HEX: #BE8F90
RGB: (190,143,144)

Color info

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

RGB color model

#BE8F90 color RGB value is (190,143,144).

  • red value is 190;
  • green value is 143;
  • blue value is 144.
RGB:
(190,143,144)
(75%,56%,56%)

RGB channels and saturation

R 190 of 255 = 75%
G 143 of 255 = 56%
B 144 of 255 = 56%

190
143
144

R + G + B ~ 62%. #BE8F90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 143 + 144 = 477 (100%)
R 190 of 477 ~ 39.83%
G 143 of 477 ~ 29.98%
B 144 of 477 ~ 30.19%

%39.83
%29.98
%30.19

CMYK color model

#BE8F90 color CMYK value is (0,25,24,25).

  • cyan value is 0.00%
  • magenta value is 24.74%
  • yellow value is 24.21%
  • key color value is 25.49%
CMYK:
(0,25,24,25)
C0M25Y24K25 
(0%,25%,24%,25%)
(0.00/0.25/0.24/0.25)	

CMYK percentages

%0
%24.74
%24.21
%25.49

Codes

Color #BE8F90 in popluar color models

BE8F90
RGB190143144
HSL359°26.55%65.29%
HSB/HSV359°24.74%74.51%
CMYK0.00%24.74%24.21%
25.49%

Color #BE8F90 in popluar number systems.

HEXBE8F90
Decimal190143144
Binary101111101000111110010000
Octal276217220

Shades and tints

Shades of #BE8F90

#BE8F90
(190,143,144)
#AD8283
(173,130,131)
#9C7576
(156,117,118)
#8B6869
(139,104,105)
#7A5B5C
(122,91,92)
#694E4F
(105,78,79)
#584142
(88,65,66)
#473435
(71,52,53)
#362728
(54,39,40)
#251A1B
(37,26,27)
#140D0E
(20,13,14)
#000000
(0,0,0)

Tints of #BE8F90

#BE8F90
(190,143,144)
#C3999A
(195,153,154)
#C8A3A4
(200,163,164)
#CDADAE
(205,173,174)
#D2B7B8
(210,183,184)
#D7C1C2
(215,193,194)
#DCCBCC
(220,203,204)
#E1D5D6
(225,213,214)
#E6DFE0
(230,223,224)
#EBE9EA
(235,233,234)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8F90; }

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

This text font color is #BE8F90.


Background Color

.myBgColor { background-color: #BE8F90; }

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

This div background color is #BE8F90.


Border color

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

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

This div border color is #BE8F90.


Opacity

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

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

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

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

This text has shadow with #BE8F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8F90 on black background.


Color preview on white background

This text has color #BE8F90 on white background.



Black color preview on #BE8F90 background

This text has black color on #BE8F90 background.


White color preview on #BE8F90 background

This text has white color on #BE8F90 background.