COLOR #BD7477

HEX: #BD7477
RGB: (189,116,119)

Color info

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

RGB color model

#BD7477 color RGB value is (189,116,119).

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

RGB channels and saturation

R 189 of 255 = 74%
G 116 of 255 = 45%
B 119 of 255 = 47%

189
116
119

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

Portions of RGB colors in percentages

R + G + B =
189 + 116 + 119 = 424 (100%)
R 189 of 424 ~ 44.58%
G 116 of 424 ~ 27.36%
B 119 of 424 ~ 28.07%

%44.58
%27.36
%28.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.62%
  • yellow value is 37.04%
  • key color value is 25.88%
CMYK: (0,39,37,26) C0M39Y37K26 (0%,39%,37%,26%) (0.00/0.39/0.37/0.26)

CMYK percentages

%0
%38.62
%37.04
%25.88

Codes

Color #BD7477 in popluar color models

BD7477
RGB189116119
HSL358°35.61%59.80%
HSB/HSV358°38.62%74.12%
CMYK0.00%38.62%37.04%
25.88%

Color #BD7477 in popluar number systems.

HEXBD7477
Decimal189116119
Binary1011110111101001110111
Octal275164167

Shades and tints

Shades of #BD7477

#BD7477
(189,116,119)
#AC6A6D
(172,106,109)
#9B6063
(155,96,99)
#8A5659
(138,86,89)
#794C4F
(121,76,79)
#684245
(104,66,69)
#57383B
(87,56,59)
#462E31
(70,46,49)
#352427
(53,36,39)
#241A1D
(36,26,29)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #BD7477

#BD7477
(189,116,119)
#C38083
(195,128,131)
#C98C8F
(201,140,143)
#CF989B
(207,152,155)
#D5A4A7
(213,164,167)
#DBB0B3
(219,176,179)
#E1BCBF
(225,188,191)
#E7C8CB
(231,200,203)
#EDD4D7
(237,212,215)
#F3E0E3
(243,224,227)
#F9ECEF
(249,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD7477; }

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

This text font color is #BD7477.


Background Color

.myBgColor { background-color: #BD7477; }

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

This div background color is #BD7477.


Border color

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

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

This div border color is #BD7477.


Opacity

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

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

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

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

This text has shadow with #BD7477 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BD7477 on black background.


Color preview on white background

This text has color #BD7477 on white background.



Black color preview on #BD7477 background

This text has black color on #BD7477 background.


White color preview on #BD7477 background

This text has white color on #BD7477 background.