COLOR #BD7373

HEX: #BD7373
RGB: (189,115,115)

Color info

#BD7373 contains mainly red color. Web safe color of #BD7373 is #CC6666 (or #C66).

RGB color model

#BD7373 color RGB value is (189,115,115).

  • red value is 189;
  • green value is 115;
  • blue value is 115.
RGB:
(189,115,115)
(74%,45%,45%)

RGB channels and saturation

R 189 of 255 = 74%
G 115 of 255 = 45%
B 115 of 255 = 45%

189
115
115

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

Portions of RGB colors in percentages

R + G + B =
189 + 115 + 115 = 419 (100%)
R 189 of 419 ~ 45.11%
G 115 of 419 ~ 27.45%
B 115 of 419 ~ 27.45%

%45.11
%27.45
%27.45

CMYK color model

#BD7373 color CMYK value is (0,39,39,26).

  • cyan value is 0.00%
  • magenta value is 39.15%
  • yellow value is 39.15%
  • key color value is 25.88%
CMYK:
(0,39,39,26)
C0M39Y39K26 
(0%,39%,39%,26%)
(0.00/0.39/0.39/0.26)	

CMYK percentages

%0
%39.15
%39.15
%25.88

Codes

Color #BD7373 in popluar color models

BD7373
RGB189115115
HSL35.92%59.61%
HSB/HSV39.15%74.12%
CMYK0.00%39.15%39.15%
25.88%

Color #BD7373 in popluar number systems.

HEXBD7373
Decimal189115115
Binary1011110111100111110011
Octal275163163

Shades and tints

Shades of #BD7373

#BD7373
(189,115,115)
#AC6969
(172,105,105)
#9B5F5F
(155,95,95)
#8A5555
(138,85,85)
#794B4B
(121,75,75)
#684141
(104,65,65)
#573737
(87,55,55)
#462D2D
(70,45,45)
#352323
(53,35,35)
#241919
(36,25,25)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #BD7373

#BD7373
(189,115,115)
#C37F7F
(195,127,127)
#C98B8B
(201,139,139)
#CF9797
(207,151,151)
#D5A3A3
(213,163,163)
#DBAFAF
(219,175,175)
#E1BBBB
(225,187,187)
#E7C7C7
(231,199,199)
#EDD3D3
(237,211,211)
#F3DFDF
(243,223,223)
#F9EBEB
(249,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD7373; }

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

This text font color is #BD7373.


Background Color

.myBgColor { background-color: #BD7373; }

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

This div background color is #BD7373.


Border color

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

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

This div border color is #BD7373.


Opacity

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

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

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

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

This text has shadow with #BD7373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7373 on black background.


Color preview on white background

This text has color #BD7373 on white background.



Black color preview on #BD7373 background

This text has black color on #BD7373 background.


White color preview on #BD7373 background

This text has white color on #BD7373 background.