COLOR #BE975C

HEX: #BE975C RGB: (190,151,92)

Color info

#BE975C contains mainly red and green colors. Web safe color of #BE975C is #CC9966 (or #C96).

RGB color model

#BE975C color RGB value is (190,151,92).

RGB: (190,151,92) (75%, 59%, 36%)

RGB channels and saturation

R 190 of 255 = 75%
G 151 of 255 = 59%
B 92 of 255 = 36%

190
151
92

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

Portions of RGB colors in percentages

R + G + B = 190 + 151 + 92 = 433 (100%)
R 190 of 433 ~ 43.88%
G 151 of 433 ~ 34.87%
B 92 of 433 ~ 21.25'%

%43.88
%34.87
%21.25

CMYK color model

#BE975C color CMYK value is (0,21,52,25).

  • cyan value is 0.00%
  • magenta value is 20.53%
  • yellow value is 51.58%
  • key color value is 25.49%
CMYK: (0,21,52,25) C0M21Y52K25 (0%,21%,52%,25%) (0.00/0.21/0.52/0.25) 

CMYK percentages

%0
%20.53
%51.58
%25.49

Codes

Color #BE975C in popluar color models

BE 97 5C
RGB 190 151 92
HSL 36° 42.98% 55.29%
HSB/HSV 36° 51.58% 74.51%
CMYK 0.00% 20.53% 51.58%
25.49%

Color #BE975C in popluar number systems.

HEX BE 97 5C
Decimal 190 151 92
Binary 10111110 10010111 1011100
Octal 276 227 134

Shades and tints

Shades of #BE975C

#BE975C
(190,151,92)
#AD8A54
(173,138,84)
#9C7D4C
(156,125,76)
#8B7044
(139,112,68)
#7A633C
(122,99,60)
#695634
(105,86,52)
#58492C
(88,73,44)
#473C24
(71,60,36)
#362F1C
(54,47,28)
#252214
(37,34,20)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #BE975C

#BE975C
(190,151,92)
#C3A06A
(195,160,106)
#C8A978
(200,169,120)
#CDB286
(205,178,134)
#D2BB94
(210,187,148)
#D7C4A2
(215,196,162)
#DCCDB0
(220,205,176)
#E1D6BE
(225,214,190)
#E6DFCC
(230,223,204)
#EBE8DA
(235,232,218)
#F0F1E8
(240,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE975C color. Also use rgb(190,151,92) instead hex code.

Text Font Color

.myTextColor { color: #BE975C; }

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

This text font color is #BE975C.

Background Color

.myBgColor { background-color: #BE975C; }

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

This div background color is #BE975C.

Border color

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

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

This div border color is #BE975C.

Opacity

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

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

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

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

This text has shadow with #BE975C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE975C.

Preview

Color preview on black background

This text has color #BE975C on black background.


Color preview on white background

This text has color #BE975C on white background.


Black color preview on #BE975C background

This text has black color on #BE975C background.


White color preview on #BE975C background

This text has white color on #BE975C background.


Related colors

Complementary color

Complementary color for #hex is #4168A3.


I love getcolorcode.com

Triadic colors

1 #5CBE97 and #975CBE with #BE975C are triadic colors.

2 #5C97BE and #97BE5C with #BE975C are triadic colors.