COLOR #BE693F

HEX: #BE693F
RGB: (190,105,63)

Color info

#BE693F contains mainly red color. Web safe color of #BE693F is #CC6633 (or #C63).

RGB color model

#BE693F color RGB value is (190,105,63).

  • red value is 190;
  • green value is 105;
  • blue value is 63.
RGB:
(190,105,63)
(75%,41%,25%)

RGB channels and saturation

R 190 of 255 = 75%
G 105 of 255 = 41%
B 63 of 255 = 25%

190
105
63

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

Portions of RGB colors in percentages

R + G + B =
190 + 105 + 63 = 358 (100%)
R 190 of 358 ~ 53.07%
G 105 of 358 ~ 29.33%
B 63 of 358 ~ 17.6%

%53.07
%29.33
%17.6

CMYK color model

#BE693F color CMYK value is (0,45,67,25).

  • cyan value is 0.00%
  • magenta value is 44.74%
  • yellow value is 66.84%
  • key color value is 25.49%
CMYK:
(0,45,67,25)
C0M45Y67K25 
(0%,45%,67%,25%)
(0.00/0.45/0.67/0.25)	

CMYK percentages

%0
%44.74
%66.84
%25.49

Codes

Color #BE693F in popluar color models

BE693F
RGB19010563
HSL20°50.20%49.61%
HSB/HSV20°66.84%74.51%
CMYK0.00%44.74%66.84%
25.49%

Color #BE693F in popluar number systems.

HEXBE693F
Decimal19010563
Binary101111101101001111111
Octal27615177

Shades and tints

Shades of #BE693F

#BE693F
(190,105,63)
#AD603A
(173,96,58)
#9C5735
(156,87,53)
#8B4E30
(139,78,48)
#7A452B
(122,69,43)
#693C26
(105,60,38)
#583321
(88,51,33)
#472A1C
(71,42,28)
#362117
(54,33,23)
#251812
(37,24,18)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #BE693F

#BE693F
(190,105,63)
#C37650
(195,118,80)
#C88361
(200,131,97)
#CD9072
(205,144,114)
#D29D83
(210,157,131)
#D7AA94
(215,170,148)
#DCB7A5
(220,183,165)
#E1C4B6
(225,196,182)
#E6D1C7
(230,209,199)
#EBDED8
(235,222,216)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE693F color. Also use rgb(190,105,63) instead hex code.

Text Font Color

.myTextColor { color: #BE693F; }

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

This text font color is #BE693F.


Background Color

.myBgColor { background-color: #BE693F; }

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

This div background color is #BE693F.


Border color

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

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

This div border color is #BE693F.


Opacity

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

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

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

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

This text has shadow with #BE693F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE693F on black background.


Color preview on white background

This text has color #BE693F on white background.



Black color preview on #BE693F background

This text has black color on #BE693F background.


White color preview on #BE693F background

This text has white color on #BE693F background.