COLOR #BE9055

HEX: #BE9055
RGB: (190,144,85)

Color info

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

RGB color model

#BE9055 color RGB value is (190,144,85).

  • red value is 190;
  • green value is 144;
  • blue value is 85.
RGB:
(190,144,85)
(75%,56%,33%)

RGB channels and saturation

R 190 of 255 = 75%
G 144 of 255 = 56%
B 85 of 255 = 33%

190
144
85

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

Portions of RGB colors in percentages

R + G + B =
190 + 144 + 85 = 419 (100%)
R 190 of 419 ~ 45.35%
G 144 of 419 ~ 34.37%
B 85 of 419 ~ 20.29%

%45.35
%34.37
%20.29

CMYK color model

#BE9055 color CMYK value is (0,24,55,25).

  • cyan value is 0.00%
  • magenta value is 24.21%
  • yellow value is 55.26%
  • key color value is 25.49%
CMYK:
(0,24,55,25)
C0M24Y55K25 
(0%,24%,55%,25%)
(0.00/0.24/0.55/0.25)	

CMYK percentages

%0
%24.21
%55.26
%25.49

Codes

Color #BE9055 in popluar color models

BE9055
RGB19014485
HSL34°44.68%53.92%
HSB/HSV34°55.26%74.51%
CMYK0.00%24.21%55.26%
25.49%

Color #BE9055 in popluar number systems.

HEXBE9055
Decimal19014485
Binary10111110100100001010101
Octal276220125

Shades and tints

Shades of #BE9055

#BE9055
(190,144,85)
#AD834E
(173,131,78)
#9C7647
(156,118,71)
#8B6940
(139,105,64)
#7A5C39
(122,92,57)
#694F32
(105,79,50)
#58422B
(88,66,43)
#473524
(71,53,36)
#36281D
(54,40,29)
#251B16
(37,27,22)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #BE9055

#BE9055
(190,144,85)
#C39A64
(195,154,100)
#C8A473
(200,164,115)
#CDAE82
(205,174,130)
#D2B891
(210,184,145)
#D7C2A0
(215,194,160)
#DCCCAF
(220,204,175)
#E1D6BE
(225,214,190)
#E6E0CD
(230,224,205)
#EBEADC
(235,234,220)
#F0F4EB
(240,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9055 color. Also use rgb(190,144,85) instead hex code.

Text Font Color

.myTextColor { color: #BE9055; }

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

This text font color is #BE9055.


Background Color

.myBgColor { background-color: #BE9055; }

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

This div background color is #BE9055.


Border color

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

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

This div border color is #BE9055.


Opacity

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

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

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

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

This text has shadow with #BE9055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9055 on black background.


Color preview on white background

This text has color #BE9055 on white background.



Black color preview on #BE9055 background

This text has black color on #BE9055 background.


White color preview on #BE9055 background

This text has white color on #BE9055 background.