COLOR #BE9233

HEX: #BE9233 RGB: (190,146,51)

Color info

#BE9233 contains mainly red and green colors. Web safe color of #BE9233 is #CC9933 (or #C93).

RGB color model

#BE9233 color RGB value is (190,146,51).

RGB: (190,146,51) (75%, 57%, 20%)

RGB channels and saturation

R 190 of 255 = 75%
G 146 of 255 = 57%
B 51 of 255 = 20%

190
146
51

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

Portions of RGB colors in percentages

R + G + B = 190 + 146 + 51 = 387 (100%)
R 190 of 387 ~ 49.1%
G 146 of 387 ~ 37.73%
B 51 of 387 ~ 13.18'%

%49.1
%37.73
%13.18

CMYK color model

#BE9233 color CMYK value is (0,23,73,25).

  • cyan value is 0.00%
  • magenta value is 23.16%
  • yellow value is 73.16%
  • key color value is 25.49%
CMYK: (0,23,73,25) C0M23Y73K25 (0%,23%,73%,25%) (0.00/0.23/0.73/0.25) 

CMYK percentages

%0
%23.16
%73.16
%25.49

Codes

Color #BE9233 in popluar color models

BE 92 33
RGB 190 146 51
HSL 41° 57.68% 47.25%
HSB/HSV 41° 73.16% 74.51%
CMYK 0.00% 23.16% 73.16%
25.49%

Color #BE9233 in popluar number systems.

HEX BE 92 33
Decimal 190 146 51
Binary 10111110 10010010 110011
Octal 276 222 63

Shades and tints

Shades of #BE9233

#BE9233
(190,146,51)
#AD852F
(173,133,47)
#9C782B
(156,120,43)
#8B6B27
(139,107,39)
#7A5E23
(122,94,35)
#69511F
(105,81,31)
#58441B
(88,68,27)
#473717
(71,55,23)
#362A13
(54,42,19)
#251D0F
(37,29,15)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #BE9233

#BE9233
(190,146,51)
#C39B45
(195,155,69)
#C8A457
(200,164,87)
#CDAD69
(205,173,105)
#D2B67B
(210,182,123)
#D7BF8D
(215,191,141)
#DCC89F
(220,200,159)
#E1D1B1
(225,209,177)
#E6DAC3
(230,218,195)
#EBE3D5
(235,227,213)
#F0ECE7
(240,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9233; }

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

This text font color is #BE9233.

Background Color

.myBgColor { background-color: #BE9233; }

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

This div background color is #BE9233.

Border color

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

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

This div border color is #BE9233.

Opacity

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

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

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

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

This text has shadow with #BE9233 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9233.

Preview

Color preview on black background

This text has color #BE9233 on black background.


Color preview on white background

This text has color #BE9233 on white background.


Black color preview on #BE9233 background

This text has black color on #BE9233 background.


White color preview on #BE9233 background

This text has white color on #BE9233 background.


Related colors

Complementary color

Complementary color for #hex is #416DCC.


I love getcolorcode.com

Triadic colors

1 #33BE92 and #9233BE with #BE9233 are triadic colors.

2 #3392BE and #92BE33 with #BE9233 are triadic colors.