COLOR #BE9B22

HEX: #BE9B22 RGB: (190,155,34)

Color info

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

RGB color model

#BE9B22 color RGB value is (190,155,34).

RGB: (190,155,34) (75%, 61%, 13%)

RGB channels and saturation

R 190 of 255 = 75%
G 155 of 255 = 61%
B 34 of 255 = 13%

190
155
34

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

Portions of RGB colors in percentages

R + G + B = 190 + 155 + 34 = 379 (100%)
R 190 of 379 ~ 50.13%
G 155 of 379 ~ 40.9%
B 34 of 379 ~ 8.97'%

%50.13
%40.9

CMYK color model

#BE9B22 color CMYK value is (0,18,82,25).

  • cyan value is 0.00%
  • magenta value is 18.42%
  • yellow value is 82.11%
  • key color value is 25.49%

CMYK: (0,18,82,25)
C0M18Y82K25 (0%, 18%, 82%, 25%)
(0.00 / 0.18 / 0.82 / 0.25)

CMYK percentages

%0
%18.42
%82.11
%25.49

Codes

Color #BE9B22 in popluar color models

BE 9B 22
RGB 190 155 34
HSL 47° 69.64% 43.92%
HSB/HSV 47° 82.11% 74.51%
CMYK 0.00% 18.42% 82.11%
25.49%

Color #BE9B22 in popluar number systems.

HEX BE 9B 22
Decimal 190 155 34
Binary 10111110 10011011 100010
Octal 276 233 42

Shades and tints

Shades of #BE9B22

#BE9B22
(190,155,34)
#AD8D1F
(173,141,31)
#9C7F1C
(156,127,28)
#8B7119
(139,113,25)
#7A6316
(122,99,22)
#695513
(105,85,19)
#584710
(88,71,16)
#47390D
(71,57,13)
#362B0A
(54,43,10)
#251D07
(37,29,7)
#140F04
(20,15,4)
#000000
(0,0,0)

Tints of #BE9B22

#BE9B22
(190,155,34)
#C3A436
(195,164,54)
#C8AD4A
(200,173,74)
#CDB65E
(205,182,94)
#D2BF72
(210,191,114)
#D7C886
(215,200,134)
#DCD19A
(220,209,154)
#E1DAAE
(225,218,174)
#E6E3C2
(230,227,194)
#EBECD6
(235,236,214)
#F0F5EA
(240,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9B22 color. Also use rgb(190,155,34) instead hex code.

Text Font Color

.myTextColor { color: #BE9B22; }

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

This text font color is #BE9B22.

Background Color

.myBgColor { background-color: #BE9B22; }

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

This div background color is #BE9B22.

Border color

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

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

This div border color is #BE9B22.

Opacity

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

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

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

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

This text has shadow with #BE9B22 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9B22.

Preview

Color preview on black background

This text has color #BE9B22 on black background.


Color preview on white background

This text has color #BE9B22 on white background.


Black color preview on #BE9B22 background

This text has black color on #BE9B22 background.


White color preview on #BE9B22 background

This text has white color on #BE9B22 background.


Related colors

Complementary color

Complementary color for #hex is #4164DD.


I love getcolorcode.com

Triadic colors

1 #22BE9B and #9B22BE with #BE9B22 are triadic colors.

2 #229BBE and #9BBE22 with #BE9B22 are triadic colors.