COLOR #BE6F5F

HEX: #BE6F5F
RGB: (190,111,95)

Color info

#BE6F5F contains mainly red color. Web safe color of #BE6F5F is #CC6666 (or #C66).

RGB color model

#BE6F5F color RGB value is (190,111,95).

  • red value is 190;
  • green value is 111;
  • blue value is 95.
RGB:
(190,111,95)
(75%,44%,37%)

RGB channels and saturation

R 190 of 255 = 75%
G 111 of 255 = 44%
B 95 of 255 = 37%

190
111
95

R + G + B ~ 52%. #BE6F5F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
190 + 111 + 95 = 396 (100%)
R 190 of 396 ~ 47.98%
G 111 of 396 ~ 28.03%
B 95 of 396 ~ 23.99%

%47.98
%28.03
%23.99

CMYK color model

#BE6F5F color CMYK value is (0,42,50,25).

  • cyan value is 0.00%
  • magenta value is 41.58%
  • yellow value is 50.00%
  • key color value is 25.49%
CMYK:
(0,42,50,25)
C0M42Y50K25 
(0%,42%,50%,25%)
(0.00/0.42/0.50/0.25)	

CMYK percentages

%0
%41.58
%50
%25.49

Codes

Color #BE6F5F in popluar color models

BE6F5F
RGB19011195
HSL10°42.22%55.88%
HSB/HSV10°50.00%74.51%
CMYK0.00%41.58%50.00%
25.49%

Color #BE6F5F in popluar number systems.

HEXBE6F5F
Decimal19011195
Binary1011111011011111011111
Octal276157137

Shades and tints

Shades of #BE6F5F

#BE6F5F
(190,111,95)
#AD6557
(173,101,87)
#9C5B4F
(156,91,79)
#8B5147
(139,81,71)
#7A473F
(122,71,63)
#693D37
(105,61,55)
#58332F
(88,51,47)
#472927
(71,41,39)
#361F1F
(54,31,31)
#251517
(37,21,23)
#140B0F
(20,11,15)
#000000
(0,0,0)

Tints of #BE6F5F

#BE6F5F
(190,111,95)
#C37C6D
(195,124,109)
#C8897B
(200,137,123)
#CD9689
(205,150,137)
#D2A397
(210,163,151)
#D7B0A5
(215,176,165)
#DCBDB3
(220,189,179)
#E1CAC1
(225,202,193)
#E6D7CF
(230,215,207)
#EBE4DD
(235,228,221)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE6F5F; }

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

This text font color is #BE6F5F.


Background Color

.myBgColor { background-color: #BE6F5F; }

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

This div background color is #BE6F5F.


Border color

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

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

This div border color is #BE6F5F.


Opacity

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

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

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

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

This text has shadow with #BE6F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6F5F on black background.


Color preview on white background

This text has color #BE6F5F on white background.



Black color preview on #BE6F5F background

This text has black color on #BE6F5F background.


White color preview on #BE6F5F background

This text has white color on #BE6F5F background.