COLOR #BD5248

HEX: #BD5248
RGB: (189,82,72)

Color info

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

RGB color model

#BD5248 color RGB value is (189,82,72).

  • red value is 189;
  • green value is 82;
  • blue value is 72.
RGB:
(189,82,72)
(74%,32%,28%)

RGB channels and saturation

R 189 of 255 = 74%
G 82 of 255 = 32%
B 72 of 255 = 28%

189
82
72

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

Portions of RGB colors in percentages

R + G + B =
189 + 82 + 72 = 343 (100%)
R 189 of 343 ~ 55.1%
G 82 of 343 ~ 23.91%
B 72 of 343 ~ 20.99%

%55.1
%23.91
%20.99

CMYK color model

#BD5248 color CMYK value is (0,57,62,26).

  • cyan value is 0.00%
  • magenta value is 56.61%
  • yellow value is 61.90%
  • key color value is 25.88%
CMYK:
(0,57,62,26)
C0M57Y62K26 
(0%,57%,62%,26%)
(0.00/0.57/0.62/0.26)	

CMYK percentages

%0
%56.61
%61.9
%25.88

Codes

Color #BD5248 in popluar color models

BD5248
RGB1898272
HSL46.99%51.18%
HSB/HSV61.90%74.12%
CMYK0.00%56.61%61.90%
25.88%

Color #BD5248 in popluar number systems.

HEXBD5248
Decimal1898272
Binary1011110110100101001000
Octal275122110

Shades and tints

Shades of #BD5248

#BD5248
(189,82,72)
#AC4B42
(172,75,66)
#9B443C
(155,68,60)
#8A3D36
(138,61,54)
#793630
(121,54,48)
#682F2A
(104,47,42)
#572824
(87,40,36)
#46211E
(70,33,30)
#351A18
(53,26,24)
#241312
(36,19,18)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #BD5248

#BD5248
(189,82,72)
#C36158
(195,97,88)
#C97068
(201,112,104)
#CF7F78
(207,127,120)
#D58E88
(213,142,136)
#DB9D98
(219,157,152)
#E1ACA8
(225,172,168)
#E7BBB8
(231,187,184)
#EDCAC8
(237,202,200)
#F3D9D8
(243,217,216)
#F9E8E8
(249,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD5248 color. Also use rgb(189,82,72) instead hex code.

Text Font Color

.myTextColor { color: #BD5248; }

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

This text font color is #BD5248.


Background Color

.myBgColor { background-color: #BD5248; }

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

This div background color is #BD5248.


Border color

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

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

This div border color is #BD5248.


Opacity

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

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

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

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

This text has shadow with #BD5248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD5248 on black background.


Color preview on white background

This text has color #BD5248 on white background.



Black color preview on #BD5248 background

This text has black color on #BD5248 background.


White color preview on #BD5248 background

This text has white color on #BD5248 background.