COLOR #BE996D

HEX: #BE996D RGB: (190,153,109)

Color info

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

RGB color model

#BE996D color RGB value is (190,153,109).

RGB: (190,153,109) (75%, 60%, 43%)

RGB channels and saturation

R 190 of 255 = 75%
G 153 of 255 = 60%
B 109 of 255 = 43%

190
153
109

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

Portions of RGB colors in percentages

R + G + B = 190 + 153 + 109 = 452 (100%)
R 190 of 452 ~ 42.04%
G 153 of 452 ~ 33.85%
B 109 of 452 ~ 24.12'%

%42.04
%33.85
%24.12

CMYK color model

#BE996D color CMYK value is (0,19,43,25).

  • cyan value is 0.00%
  • magenta value is 19.47%
  • yellow value is 42.63%
  • key color value is 25.49%

CMYK: (0,19,43,25)
C0M19Y43K25 (0%, 19%, 43%, 25%)
(0.00 / 0.19 / 0.43 / 0.25)

CMYK percentages

%0
%19.47
%42.63
%25.49

Codes

Color #BE996D in popluar color models

BE 99 6D
RGB 190 153 109
HSL 33° 38.39% 58.63%
HSB/HSV 33° 42.63% 74.51%
CMYK 0.00% 19.47% 42.63%
25.49%

Color #BE996D in popluar number systems.

HEX BE 99 6D
Decimal 190 153 109
Binary 10111110 10011001 1101101
Octal 276 231 155

Shades and tints

Shades of #BE996D

#BE996D
(190,153,109)
#AD8C64
(173,140,100)
#9C7F5B
(156,127,91)
#8B7252
(139,114,82)
#7A6549
(122,101,73)
#695840
(105,88,64)
#584B37
(88,75,55)
#473E2E
(71,62,46)
#363125
(54,49,37)
#25241C
(37,36,28)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #BE996D

#BE996D
(190,153,109)
#C3A27A
(195,162,122)
#C8AB87
(200,171,135)
#CDB494
(205,180,148)
#D2BDA1
(210,189,161)
#D7C6AE
(215,198,174)
#DCCFBB
(220,207,187)
#E1D8C8
(225,216,200)
#E6E1D5
(230,225,213)
#EBEAE2
(235,234,226)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE996D color. Also use rgb(190,153,109) instead hex code.

Text Font Color

.myTextColor { color: #BE996D; }

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

This text font color is #BE996D.

Background Color

.myBgColor { background-color: #BE996D; }

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

This div background color is #BE996D.

Border color

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

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

This div border color is #BE996D.

Opacity

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

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

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

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

This text has shadow with #BE996D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE996D.

Preview

Color preview on black background

This text has color #BE996D on black background.


Color preview on white background

This text has color #BE996D on white background.


Black color preview on #BE996D background

This text has black color on #BE996D background.


White color preview on #BE996D background

This text has white color on #BE996D background.


Related colors

Complementary color

Complementary color for #hex is #416692.


I love getcolorcode.com

Triadic colors

1 #6DBE99 and #996DBE with #BE996D are triadic colors.

2 #6D99BE and #99BE6D with #BE996D are triadic colors.