COLOR #BD6A76

HEX: #BD6A76
RGB: (189,106,118)

Color info

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

RGB color model

#BD6A76 color RGB value is (189,106,118).

  • red value is 189;
  • green value is 106;
  • blue value is 118.
RGB:
(189,106,118)
(74%,42%,46%)

RGB channels and saturation

R 189 of 255 = 74%
G 106 of 255 = 42%
B 118 of 255 = 46%

189
106
118

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

Portions of RGB colors in percentages

R + G + B =
189 + 106 + 118 = 413 (100%)
R 189 of 413 ~ 45.76%
G 106 of 413 ~ 25.67%
B 118 of 413 ~ 28.57%

%45.76
%25.67
%28.57

CMYK color model

#BD6A76 color CMYK value is (0,44,38,26).

  • cyan value is 0.00%
  • magenta value is 43.92%
  • yellow value is 37.57%
  • key color value is 25.88%
CMYK:
(0,44,38,26)
C0M44Y38K26 
(0%,44%,38%,26%)
(0.00/0.44/0.38/0.26)	

CMYK percentages

%0
%43.92
%37.57
%25.88

Codes

Color #BD6A76 in popluar color models

BD6A76
RGB189106118
HSL351°38.60%57.84%
HSB/HSV351°43.92%74.12%
CMYK0.00%43.92%37.57%
25.88%

Color #BD6A76 in popluar number systems.

HEXBD6A76
Decimal189106118
Binary1011110111010101110110
Octal275152166

Shades and tints

Shades of #BD6A76

#BD6A76
(189,106,118)
#AC616C
(172,97,108)
#9B5862
(155,88,98)
#8A4F58
(138,79,88)
#79464E
(121,70,78)
#683D44
(104,61,68)
#57343A
(87,52,58)
#462B30
(70,43,48)
#352226
(53,34,38)
#24191C
(36,25,28)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #BD6A76

#BD6A76
(189,106,118)
#C37782
(195,119,130)
#C9848E
(201,132,142)
#CF919A
(207,145,154)
#D59EA6
(213,158,166)
#DBABB2
(219,171,178)
#E1B8BE
(225,184,190)
#E7C5CA
(231,197,202)
#EDD2D6
(237,210,214)
#F3DFE2
(243,223,226)
#F9ECEE
(249,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD6A76; }

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

This text font color is #BD6A76.


Background Color

.myBgColor { background-color: #BD6A76; }

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

This div background color is #BD6A76.


Border color

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

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

This div border color is #BD6A76.


Opacity

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

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

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

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

This text has shadow with #BD6A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD6A76 on black background.


Color preview on white background

This text has color #BD6A76 on white background.



Black color preview on #BD6A76 background

This text has black color on #BD6A76 background.


White color preview on #BD6A76 background

This text has white color on #BD6A76 background.