COLOR #BE9075

HEX: #BE9075
RGB: (190,144,117)

Color info

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

RGB color model

#BE9075 color RGB value is (190,144,117).

  • red value is 190;
  • green value is 144;
  • blue value is 117.
RGB:
(190,144,117)
(75%,56%,46%)

RGB channels and saturation

R 190 of 255 = 75%
G 144 of 255 = 56%
B 117 of 255 = 46%

190
144
117

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

Portions of RGB colors in percentages

R + G + B =
190 + 144 + 117 = 451 (100%)
R 190 of 451 ~ 42.13%
G 144 of 451 ~ 31.93%
B 117 of 451 ~ 25.94%

%42.13
%31.93
%25.94

CMYK color model

#BE9075 color CMYK value is (0,24,38,25).

  • cyan value is 0.00%
  • magenta value is 24.21%
  • yellow value is 38.42%
  • key color value is 25.49%
CMYK:
(0,24,38,25)
C0M24Y38K25 
(0%,24%,38%,25%)
(0.00/0.24/0.38/0.25)	

CMYK percentages

%0
%24.21
%38.42
%25.49

Codes

Color #BE9075 in popluar color models

BE9075
RGB190144117
HSL22°35.96%60.20%
HSB/HSV22°38.42%74.51%
CMYK0.00%24.21%38.42%
25.49%

Color #BE9075 in popluar number systems.

HEXBE9075
Decimal190144117
Binary10111110100100001110101
Octal276220165

Shades and tints

Shades of #BE9075

#BE9075
(190,144,117)
#AD836B
(173,131,107)
#9C7661
(156,118,97)
#8B6957
(139,105,87)
#7A5C4D
(122,92,77)
#694F43
(105,79,67)
#584239
(88,66,57)
#47352F
(71,53,47)
#362825
(54,40,37)
#251B1B
(37,27,27)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #BE9075

#BE9075
(190,144,117)
#C39A81
(195,154,129)
#C8A48D
(200,164,141)
#CDAE99
(205,174,153)
#D2B8A5
(210,184,165)
#D7C2B1
(215,194,177)
#DCCCBD
(220,204,189)
#E1D6C9
(225,214,201)
#E6E0D5
(230,224,213)
#EBEAE1
(235,234,225)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9075 color. Also use rgb(190,144,117) instead hex code.

Text Font Color

.myTextColor { color: #BE9075; }

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

This text font color is #BE9075.


Background Color

.myBgColor { background-color: #BE9075; }

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

This div background color is #BE9075.


Border color

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

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

This div border color is #BE9075.


Opacity

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

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

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

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

This text has shadow with #BE9075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9075 on black background.


Color preview on white background

This text has color #BE9075 on white background.



Black color preview on #BE9075 background

This text has black color on #BE9075 background.


White color preview on #BE9075 background

This text has white color on #BE9075 background.