COLOR #BE975D

HEX: #BE975D
RGB: (190,151,93)

Color info

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

RGB color model

#BE975D color RGB value is (190,151,93).

  • red value is 190;
  • green value is 151;
  • blue value is 93.
RGB:
(190,151,93)
(75%,59%,36%)

RGB channels and saturation

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

190
151
93

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

Portions of RGB colors in percentages

R + G + B =
190 + 151 + 93 = 434 (100%)
R 190 of 434 ~ 43.78%
G 151 of 434 ~ 34.79%
B 93 of 434 ~ 21.43%

%43.78
%34.79
%21.43

CMYK color model

#BE975D color CMYK value is (0,21,51,25).

  • cyan value is 0.00%
  • magenta value is 20.53%
  • yellow value is 51.05%
  • key color value is 25.49%
CMYK:
(0,21,51,25)
C0M21Y51K25 
(0%,21%,51%,25%)
(0.00/0.21/0.51/0.25)	

CMYK percentages

%0
%20.53
%51.05
%25.49

Codes

Color #BE975D in popluar color models

BE975D
RGB19015193
HSL36°42.73%55.49%
HSB/HSV36°51.05%74.51%
CMYK0.00%20.53%51.05%
25.49%

Color #BE975D in popluar number systems.

HEXBE975D
Decimal19015193
Binary10111110100101111011101
Octal276227135

Shades and tints

Shades of #BE975D

#BE975D
(190,151,93)
#AD8A55
(173,138,85)
#9C7D4D
(156,125,77)
#8B7045
(139,112,69)
#7A633D
(122,99,61)
#695635
(105,86,53)
#58492D
(88,73,45)
#473C25
(71,60,37)
#362F1D
(54,47,29)
#252215
(37,34,21)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #BE975D

#BE975D
(190,151,93)
#C3A06B
(195,160,107)
#C8A979
(200,169,121)
#CDB287
(205,178,135)
#D2BB95
(210,187,149)
#D7C4A3
(215,196,163)
#DCCDB1
(220,205,177)
#E1D6BF
(225,214,191)
#E6DFCD
(230,223,205)
#EBE8DB
(235,232,219)
#F0F1E9
(240,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE975D; }

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

This text font color is #BE975D.


Background Color

.myBgColor { background-color: #BE975D; }

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

This div background color is #BE975D.


Border color

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

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

This div border color is #BE975D.


Opacity

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

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

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

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

This text has shadow with #BE975D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE975D on black background.


Color preview on white background

This text has color #BE975D on white background.



Black color preview on #BE975D background

This text has black color on #BE975D background.


White color preview on #BE975D background

This text has white color on #BE975D background.