COLOR #BD7979

HEX: #BD7979 RGB: (189,121,121)

Color info

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

RGB color model

#BD7979 color RGB value is (189,121,121).

RGB: (189,121,121) (74%, 47%, 47%)

RGB channels and saturation

R 189 of 255 = 74%
G 121 of 255 = 47%
B 121 of 255 = 47%

189
121
121

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

Portions of RGB colors in percentages

R + G + B = 189 + 121 + 121 = 431 (100%)
R 189 of 431 ~ 43.85%
G 121 of 431 ~ 28.07%
B 121 of 431 ~ 28.07'%

%43.85
%28.07
%28.07

CMYK color model

#BD7979 color CMYK value is (0,36,36,26).

  • cyan value is 0.00%
  • magenta value is 35.98%
  • yellow value is 35.98%
  • key color value is 25.88%

CMYK: (0,36,36,26)
C0M36Y36K26 (0%, 36%, 36%, 26%)
(0.00 / 0.36 / 0.36 / 0.26)

CMYK percentages

%0
%35.98
%35.98
%25.88

Codes

Color #BD7979 in popluar color models

BD 79 79
RGB 189 121 121
HSL 34.00% 60.78%
HSB/HSV 35.98% 74.12%
CMYK 0.00% 35.98% 35.98%
25.88%

Color #BD7979 in popluar number systems.

HEX BD 79 79
Decimal 189 121 121
Binary 10111101 1111001 1111001
Octal 275 171 171

Shades and tints

Shades of #BD7979

#BD7979
(189,121,121)
#AC6E6E
(172,110,110)
#9B6363
(155,99,99)
#8A5858
(138,88,88)
#794D4D
(121,77,77)
#684242
(104,66,66)
#573737
(87,55,55)
#462C2C
(70,44,44)
#352121
(53,33,33)
#241616
(36,22,22)
#130B0B
(19,11,11)
#000000
(0,0,0)

Tints of #BD7979

#BD7979
(189,121,121)
#C38585
(195,133,133)
#C99191
(201,145,145)
#CF9D9D
(207,157,157)
#D5A9A9
(213,169,169)
#DBB5B5
(219,181,181)
#E1C1C1
(225,193,193)
#E7CDCD
(231,205,205)
#EDD9D9
(237,217,217)
#F3E5E5
(243,229,229)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD7979; }

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

This text font color is #BD7979.

Background Color

.myBgColor { background-color: #BD7979; }

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

This div background color is #BD7979.

Border color

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

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

This div border color is #BD7979.

Opacity

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

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

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

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

This text has shadow with #BD7979 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD7979.

Preview

Color preview on black background

This text has color #BD7979 on black background.


Color preview on white background

This text has color #BD7979 on white background.


Black color preview on #BD7979 background

This text has black color on #BD7979 background.


White color preview on #BD7979 background

This text has white color on #BD7979 background.


Related colors

Complementary color

Complementary color for #hex is #428686.


I love getcolorcode.com