COLOR #BE6530

HEX: #BE6530
RGB: (190,101,48)

Color info

#BE6530 contains mainly red color. Web safe color of #BE6530 is #CC6633 (or #C63).

RGB color model

#BE6530 color RGB value is (190,101,48).

  • red value is 190;
  • green value is 101;
  • blue value is 48.
RGB:
(190,101,48)
(75%,40%,19%)

RGB channels and saturation

R 190 of 255 = 75%
G 101 of 255 = 40%
B 48 of 255 = 19%

190
101
48

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

Portions of RGB colors in percentages

R + G + B =
190 + 101 + 48 = 339 (100%)
R 190 of 339 ~ 56.05%
G 101 of 339 ~ 29.79%
B 48 of 339 ~ 14.16%

%56.05
%29.79
%14.16

CMYK color model

#BE6530 color CMYK value is (0,47,75,25).

  • cyan value is 0.00%
  • magenta value is 46.84%
  • yellow value is 74.74%
  • key color value is 25.49%
CMYK:
(0,47,75,25)
C0M47Y75K25 
(0%,47%,75%,25%)
(0.00/0.47/0.75/0.25)	

CMYK percentages

%0
%46.84
%74.74
%25.49

Codes

Color #BE6530 in popluar color models

BE6530
RGB19010148
HSL22°59.66%46.67%
HSB/HSV22°74.74%74.51%
CMYK0.00%46.84%74.74%
25.49%

Color #BE6530 in popluar number systems.

HEXBE6530
Decimal19010148
Binary101111101100101110000
Octal27614560

Shades and tints

Shades of #BE6530

#BE6530
(190,101,48)
#AD5C2C
(173,92,44)
#9C5328
(156,83,40)
#8B4A24
(139,74,36)
#7A4120
(122,65,32)
#69381C
(105,56,28)
#582F18
(88,47,24)
#472614
(71,38,20)
#361D10
(54,29,16)
#25140C
(37,20,12)
#140B08
(20,11,8)
#000000
(0,0,0)

Tints of #BE6530

#BE6530
(190,101,48)
#C37342
(195,115,66)
#C88154
(200,129,84)
#CD8F66
(205,143,102)
#D29D78
(210,157,120)
#D7AB8A
(215,171,138)
#DCB99C
(220,185,156)
#E1C7AE
(225,199,174)
#E6D5C0
(230,213,192)
#EBE3D2
(235,227,210)
#F0F1E4
(240,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE6530 color. Also use rgb(190,101,48) instead hex code.

Text Font Color

.myTextColor { color: #BE6530; }

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

This text font color is #BE6530.


Background Color

.myBgColor { background-color: #BE6530; }

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

This div background color is #BE6530.


Border color

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

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

This div border color is #BE6530.


Opacity

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

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

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

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

This text has shadow with #BE6530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6530 on black background.


Color preview on white background

This text has color #BE6530 on white background.



Black color preview on #BE6530 background

This text has black color on #BE6530 background.


White color preview on #BE6530 background

This text has white color on #BE6530 background.