COLOR #BD7279

HEX: #BD7279
RGB: (189,114,121)

Color info

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

RGB color model

#BD7279 color RGB value is (189,114,121).

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

RGB channels and saturation

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

189
114
121

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

Portions of RGB colors in percentages

R + G + B =
189 + 114 + 121 = 424 (100%)
R 189 of 424 ~ 44.58%
G 114 of 424 ~ 26.89%
B 121 of 424 ~ 28.54%

%44.58
%26.89
%28.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.68%
  • yellow value is 35.98%
  • key color value is 25.88%
CMYK:
(0,40,36,26)
C0M40Y36K26 
(0%,40%,36%,26%)
(0.00/0.40/0.36/0.26)	

CMYK percentages

%0
%39.68
%35.98
%25.88

Codes

Color #BD7279 in popluar color models

BD7279
RGB189114121
HSL354°36.23%59.41%
HSB/HSV354°39.68%74.12%
CMYK0.00%39.68%35.98%
25.88%

Color #BD7279 in popluar number systems.

HEXBD7279
Decimal189114121
Binary1011110111100101111001
Octal275162171

Shades and tints

Shades of #BD7279

#BD7279
(189,114,121)
#AC686E
(172,104,110)
#9B5E63
(155,94,99)
#8A5458
(138,84,88)
#794A4D
(121,74,77)
#684042
(104,64,66)
#573637
(87,54,55)
#462C2C
(70,44,44)
#352221
(53,34,33)
#241816
(36,24,22)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #BD7279

#BD7279
(189,114,121)
#C37E85
(195,126,133)
#C98A91
(201,138,145)
#CF969D
(207,150,157)
#D5A2A9
(213,162,169)
#DBAEB5
(219,174,181)
#E1BAC1
(225,186,193)
#E7C6CD
(231,198,205)
#EDD2D9
(237,210,217)
#F3DEE5
(243,222,229)
#F9EAF1
(249,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD7279; }

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

This text font color is #BD7279.


Background Color

.myBgColor { background-color: #BD7279; }

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

This div background color is #BD7279.


Border color

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

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

This div border color is #BD7279.


Opacity

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

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

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

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

This text has shadow with #BD7279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7279 on black background.


Color preview on white background

This text has color #BD7279 on white background.



Black color preview on #BD7279 background

This text has black color on #BD7279 background.


White color preview on #BD7279 background

This text has white color on #BD7279 background.