COLOR #BD7F7A

HEX: #BD7F7A
RGB: (189,127,122)

Color info

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

RGB color model

#BD7F7A color RGB value is (189,127,122).

  • red value is 189;
  • green value is 127;
  • blue value is 122.
RGB:
(189,127,122)
(74%,50%,48%)

RGB channels and saturation

R 189 of 255 = 74%
G 127 of 255 = 50%
B 122 of 255 = 48%

189
127
122

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

Portions of RGB colors in percentages

R + G + B =
189 + 127 + 122 = 438 (100%)
R 189 of 438 ~ 43.15%
G 127 of 438 ~ 29%
B 122 of 438 ~ 27.85%

%43.15
%29
%27.85

CMYK color model

#BD7F7A color CMYK value is (0,33,35,26).

  • cyan value is 0.00%
  • magenta value is 32.80%
  • yellow value is 35.45%
  • key color value is 25.88%
CMYK:
(0,33,35,26)
C0M33Y35K26 
(0%,33%,35%,26%)
(0.00/0.33/0.35/0.26)	

CMYK percentages

%0
%32.8
%35.45
%25.88

Codes

Color #BD7F7A in popluar color models

BD7F7A
RGB189127122
HSL33.67%60.98%
HSB/HSV35.45%74.12%
CMYK0.00%32.80%35.45%
25.88%

Color #BD7F7A in popluar number systems.

HEXBD7F7A
Decimal189127122
Binary1011110111111111111010
Octal275177172

Shades and tints

Shades of #BD7F7A

#BD7F7A
(189,127,122)
#AC746F
(172,116,111)
#9B6964
(155,105,100)
#8A5E59
(138,94,89)
#79534E
(121,83,78)
#684843
(104,72,67)
#573D38
(87,61,56)
#46322D
(70,50,45)
#352722
(53,39,34)
#241C17
(36,28,23)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #BD7F7A

#BD7F7A
(189,127,122)
#C38A86
(195,138,134)
#C99592
(201,149,146)
#CFA09E
(207,160,158)
#D5ABAA
(213,171,170)
#DBB6B6
(219,182,182)
#E1C1C2
(225,193,194)
#E7CCCE
(231,204,206)
#EDD7DA
(237,215,218)
#F3E2E6
(243,226,230)
#F9EDF2
(249,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD7F7A; }

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

This text font color is #BD7F7A.


Background Color

.myBgColor { background-color: #BD7F7A; }

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

This div background color is #BD7F7A.


Border color

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

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

This div border color is #BD7F7A.


Opacity

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

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

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

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

This text has shadow with #BD7F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7F7A on black background.


Color preview on white background

This text has color #BD7F7A on white background.



Black color preview on #BD7F7A background

This text has black color on #BD7F7A background.


White color preview on #BD7F7A background

This text has white color on #BD7F7A background.