COLOR #BD504D

HEX: #BD504D
RGB: (189,80,77)

Color info

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

RGB color model

#BD504D color RGB value is (189,80,77).

  • red value is 189;
  • green value is 80;
  • blue value is 77.
RGB:
(189,80,77)
(74%,31%,30%)

RGB channels and saturation

R 189 of 255 = 74%
G 80 of 255 = 31%
B 77 of 255 = 30%

189
80
77

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

Portions of RGB colors in percentages

R + G + B =
189 + 80 + 77 = 346 (100%)
R 189 of 346 ~ 54.62%
G 80 of 346 ~ 23.12%
B 77 of 346 ~ 22.25%

%54.62
%23.12
%22.25

CMYK color model

#BD504D color CMYK value is (0,58,59,26).

  • cyan value is 0.00%
  • magenta value is 57.67%
  • yellow value is 59.26%
  • key color value is 25.88%
CMYK:
(0,58,59,26)
C0M58Y59K26 
(0%,58%,59%,26%)
(0.00/0.58/0.59/0.26)	

CMYK percentages

%0
%57.67
%59.26
%25.88

Codes

Color #BD504D in popluar color models

BD504D
RGB1898077
HSL45.90%52.16%
HSB/HSV59.26%74.12%
CMYK0.00%57.67%59.26%
25.88%

Color #BD504D in popluar number systems.

HEXBD504D
Decimal1898077
Binary1011110110100001001101
Octal275120115

Shades and tints

Shades of #BD504D

#BD504D
(189,80,77)
#AC4946
(172,73,70)
#9B423F
(155,66,63)
#8A3B38
(138,59,56)
#793431
(121,52,49)
#682D2A
(104,45,42)
#572623
(87,38,35)
#461F1C
(70,31,28)
#351815
(53,24,21)
#24110E
(36,17,14)
#130A07
(19,10,7)
#000000
(0,0,0)

Tints of #BD504D

#BD504D
(189,80,77)
#C35F5D
(195,95,93)
#C96E6D
(201,110,109)
#CF7D7D
(207,125,125)
#D58C8D
(213,140,141)
#DB9B9D
(219,155,157)
#E1AAAD
(225,170,173)
#E7B9BD
(231,185,189)
#EDC8CD
(237,200,205)
#F3D7DD
(243,215,221)
#F9E6ED
(249,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD504D color. Also use rgb(189,80,77) instead hex code.

Text Font Color

.myTextColor { color: #BD504D; }

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

This text font color is #BD504D.


Background Color

.myBgColor { background-color: #BD504D; }

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

This div background color is #BD504D.


Border color

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

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

This div border color is #BD504D.


Opacity

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

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

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

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

This text has shadow with #BD504D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD504D on black background.


Color preview on white background

This text has color #BD504D on white background.



Black color preview on #BD504D background

This text has black color on #BD504D background.


White color preview on #BD504D background

This text has white color on #BD504D background.