COLOR #BE996C

HEX: #BE996C RGB: (190,153,108)

Color info

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

RGB color model

#BE996C color RGB value is (190,153,108).

RGB: (190,153,108) (75%, 60%, 42%)

RGB channels and saturation

R 190 of 255 = 75%
G 153 of 255 = 60%
B 108 of 255 = 42%

190
153
108

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

Portions of RGB colors in percentages

R + G + B = 190 + 153 + 108 = 451 (100%)
R 190 of 451 ~ 42.13%
G 153 of 451 ~ 33.92%
B 108 of 451 ~ 23.95'%

%42.13
%33.92
%23.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.47%
  • yellow value is 43.16%
  • 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
%43.16
%25.49

Codes

Color #BE996C in popluar color models

BE 99 6C
RGB 190 153 108
HSL 33° 38.68% 58.43%
HSB/HSV 33° 43.16% 74.51%
CMYK 0.00% 19.47% 43.16%
25.49%

Color #BE996C in popluar number systems.

HEX BE 99 6C
Decimal 190 153 108
Binary 10111110 10011001 1101100
Octal 276 231 154

Shades and tints

Shades of #BE996C

#BE996C
(190,153,108)
#AD8C63
(173,140,99)
#9C7F5A
(156,127,90)
#8B7251
(139,114,81)
#7A6548
(122,101,72)
#69583F
(105,88,63)
#584B36
(88,75,54)
#473E2D
(71,62,45)
#363124
(54,49,36)
#25241B
(37,36,27)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #BE996C

#BE996C
(190,153,108)
#C3A279
(195,162,121)
#C8AB86
(200,171,134)
#CDB493
(205,180,147)
#D2BDA0
(210,189,160)
#D7C6AD
(215,198,173)
#DCCFBA
(220,207,186)
#E1D8C7
(225,216,199)
#E6E1D4
(230,225,212)
#EBEAE1
(235,234,225)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE996C; }

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

This text font color is #BE996C.

Background Color

.myBgColor { background-color: #BE996C; }

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

This div background color is #BE996C.

Border color

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

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

This div border color is #BE996C.

Opacity

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

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

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

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

This text has shadow with #BE996C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE996C.

Preview

Color preview on black background

This text has color #BE996C on black background.


Color preview on white background

This text has color #BE996C on white background.


Black color preview on #BE996C background

This text has black color on #BE996C background.


White color preview on #BE996C background

This text has white color on #BE996C background.


Related colors

Complementary color

Complementary color for #hex is #416693.


I love getcolorcode.com

Triadic colors

1 #6CBE99 and #996CBE with #BE996C are triadic colors.

2 #6C99BE and #99BE6C with #BE996C are triadic colors.