COLOR #BE6834

HEX: #BE6834 RGB: (190,104,52)

Color info

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

RGB color model

#BE6834 color RGB value is (190,104,52).

RGB: (190,104,52) (75%, 41%, 20%)

RGB channels and saturation

R 190 of 255 = 75%
G 104 of 255 = 41%
B 52 of 255 = 20%

190
104
52

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

Portions of RGB colors in percentages

R + G + B = 190 + 104 + 52 = 346 (100%)
R 190 of 346 ~ 54.91%
G 104 of 346 ~ 30.06%
B 52 of 346 ~ 15.03'%

%54.91
%30.06
%15.03

CMYK color model

#BE6834 color CMYK value is (0,45,73,25).

  • cyan value is 0.00%
  • magenta value is 45.26%
  • yellow value is 72.63%
  • key color value is 25.49%

CMYK: (0,45,73,25)
C0M45Y73K25 (0%, 45%, 73%, 25%)
(0.00 / 0.45 / 0.73 / 0.25)

CMYK percentages

%0
%45.26
%72.63
%25.49

Codes

Color #BE6834 in popluar color models

BE 68 34
RGB 190 104 52
HSL 23° 57.02% 47.45%
HSB/HSV 23° 72.63% 74.51%
CMYK 0.00% 45.26% 72.63%
25.49%

Color #BE6834 in popluar number systems.

HEX BE 68 34
Decimal 190 104 52
Binary 10111110 1101000 110100
Octal 276 150 64

Shades and tints

Shades of #BE6834

#BE6834
(190,104,52)
#AD5F30
(173,95,48)
#9C562C
(156,86,44)
#8B4D28
(139,77,40)
#7A4424
(122,68,36)
#693B20
(105,59,32)
#58321C
(88,50,28)
#472918
(71,41,24)
#362014
(54,32,20)
#251710
(37,23,16)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #BE6834

#BE6834
(190,104,52)
#C37546
(195,117,70)
#C88258
(200,130,88)
#CD8F6A
(205,143,106)
#D29C7C
(210,156,124)
#D7A98E
(215,169,142)
#DCB6A0
(220,182,160)
#E1C3B2
(225,195,178)
#E6D0C4
(230,208,196)
#EBDDD6
(235,221,214)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE6834 color. Also use rgb(190,104,52) instead hex code.

Text Font Color

.myTextColor { color: #BE6834; }

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

This text font color is #BE6834.

Background Color

.myBgColor { background-color: #BE6834; }

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

This div background color is #BE6834.

Border color

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

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

This div border color is #BE6834.

Opacity

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

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

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

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

This text has shadow with #BE6834 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE6834.

Preview

Color preview on black background

This text has color #BE6834 on black background.


Color preview on white background

This text has color #BE6834 on white background.


Black color preview on #BE6834 background

This text has black color on #BE6834 background.


White color preview on #BE6834 background

This text has white color on #BE6834 background.


Related colors

Complementary color

Complementary color for #hex is #4197CB.


I love getcolorcode.com

Triadic colors

1 #34BE68 and #6834BE with #BE6834 are triadic colors.

2 #3468BE and #68BE34 with #BE6834 are triadic colors.