COLOR #BE9280

HEX: #BE9280 RGB: (190,146,128)

Color info

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

RGB color model

#BE9280 color RGB value is (190,146,128).

RGB: (190,146,128) (75%, 57%, 50%)

RGB channels and saturation

R 190 of 255 = 75%
G 146 of 255 = 57%
B 128 of 255 = 50%

190
146
128

R + G + B ~ 61%. #BE9280 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 146 + 128 = 464 (100%)
R 190 of 464 ~ 40.95%
G 146 of 464 ~ 31.47%
B 128 of 464 ~ 27.59'%

%40.95
%31.47
%27.59

CMYK color model

#BE9280 color CMYK value is (0,23,33,25).

  • cyan value is 0.00%
  • magenta value is 23.16%
  • yellow value is 32.63%
  • key color value is 25.49%
CMYK: (0,23,33,25) C0M23Y33K25 (0%,23%,33%,25%) (0.00/0.23/0.33/0.25) 

CMYK percentages

%0
%23.16
%32.63
%25.49

Codes

Color #BE9280 in popluar color models

BE 92 80
RGB 190 146 128
HSL 17° 32.29% 62.35%
HSB/HSV 17° 32.63% 74.51%
CMYK 0.00% 23.16% 32.63%
25.49%

Color #BE9280 in popluar number systems.

HEX BE 92 80
Decimal 190 146 128
Binary 10111110 10010010 10000000
Octal 276 222 200

Shades and tints

Shades of #BE9280

#BE9280
(190,146,128)
#AD8575
(173,133,117)
#9C786A
(156,120,106)
#8B6B5F
(139,107,95)
#7A5E54
(122,94,84)
#695149
(105,81,73)
#58443E
(88,68,62)
#473733
(71,55,51)
#362A28
(54,42,40)
#251D1D
(37,29,29)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #BE9280

#BE9280
(190,146,128)
#C39B8B
(195,155,139)
#C8A496
(200,164,150)
#CDADA1
(205,173,161)
#D2B6AC
(210,182,172)
#D7BFB7
(215,191,183)
#DCC8C2
(220,200,194)
#E1D1CD
(225,209,205)
#E6DAD8
(230,218,216)
#EBE3E3
(235,227,227)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9280 color. Also use rgb(190,146,128) instead hex code.

Text Font Color

.myTextColor { color: #BE9280; }

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

This text font color is #BE9280.

Background Color

.myBgColor { background-color: #BE9280; }

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

This div background color is #BE9280.

Border color

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

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

This div border color is #BE9280.

Opacity

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

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

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

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

This text has shadow with #BE9280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9280.

Preview

Color preview on black background

This text has color #BE9280 on black background.


Color preview on white background

This text has color #BE9280 on white background.


Black color preview on #BE9280 background

This text has black color on #BE9280 background.


White color preview on #BE9280 background

This text has white color on #BE9280 background.


Related colors

Complementary color

Complementary color for #hex is #416D7F.


I love getcolorcode.com

Triadic colors

1 #80BE92 and #9280BE with #BE9280 are triadic colors.

2 #8092BE and #92BE80 with #BE9280 are triadic colors.