COLOR #BEA360

HEX: #BEA360 RGB: (190,163,96)

Color info

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

RGB color model

#BEA360 color RGB value is (190,163,96).

RGB: (190,163,96) (75%, 64%, 38%)

RGB channels and saturation

R 190 of 255 = 75%
G 163 of 255 = 64%
B 96 of 255 = 38%

190
163
96

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

Portions of RGB colors in percentages

R + G + B = 190 + 163 + 96 = 449 (100%)
R 190 of 449 ~ 42.32%
G 163 of 449 ~ 36.3%
B 96 of 449 ~ 21.38'%

%42.32
%36.3
%21.38

CMYK color model

#BEA360 color CMYK value is (0,14,49,25).

  • cyan value is 0.00%
  • magenta value is 14.21%
  • yellow value is 49.47%
  • key color value is 25.49%
CMYK: (0,14,49,25) C0M14Y49K25 (0%,14%,49%,25%) (0.00/0.14/0.49/0.25) 

CMYK percentages

%0
%14.21
%49.47
%25.49

Codes

Color #BEA360 in popluar color models

BE A3 60
RGB 190 163 96
HSL 43° 41.96% 56.08%
HSB/HSV 43° 49.47% 74.51%
CMYK 0.00% 14.21% 49.47%
25.49%

Color #BEA360 in popluar number systems.

HEX BE A3 60
Decimal 190 163 96
Binary 10111110 10100011 1100000
Octal 276 243 140

Shades and tints

Shades of #BEA360

#BEA360
(190,163,96)
#AD9558
(173,149,88)
#9C8750
(156,135,80)
#8B7948
(139,121,72)
#7A6B40
(122,107,64)
#695D38
(105,93,56)
#584F30
(88,79,48)
#474128
(71,65,40)
#363320
(54,51,32)
#252518
(37,37,24)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #BEA360

#BEA360
(190,163,96)
#C3AB6E
(195,171,110)
#C8B37C
(200,179,124)
#CDBB8A
(205,187,138)
#D2C398
(210,195,152)
#D7CBA6
(215,203,166)
#DCD3B4
(220,211,180)
#E1DBC2
(225,219,194)
#E6E3D0
(230,227,208)
#EBEBDE
(235,235,222)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA360 color. Also use rgb(190,163,96) instead hex code.

Text Font Color

.myTextColor { color: #BEA360; }

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

This text font color is #BEA360.

Background Color

.myBgColor { background-color: #BEA360; }

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

This div background color is #BEA360.

Border color

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

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

This div border color is #BEA360.

Opacity

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

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

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

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

This text has shadow with #BEA360 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA360.

Preview

Color preview on black background

This text has color #BEA360 on black background.


Color preview on white background

This text has color #BEA360 on white background.


Black color preview on #BEA360 background

This text has black color on #BEA360 background.


White color preview on #BEA360 background

This text has white color on #BEA360 background.


Related colors

Complementary color

Complementary color for #hex is #415C9F.


I love getcolorcode.com

Triadic colors

1 #60BEA3 and #A360BE with #BEA360 are triadic colors.

2 #60A3BE and #A3BE60 with #BEA360 are triadic colors.