COLOR #BD6A81

HEX: #BD6A81 RGB: (189,106,129)

Color info

#BD6A81 contains mainly red color. Web safe color of #BD6A81 is #CC6699 (or #C69).

RGB color model

#BD6A81 color RGB value is (189,106,129).

RGB: (189,106,129) (74%, 42%, 51%)

RGB channels and saturation

R 189 of 255 = 74%
G 106 of 255 = 42%
B 129 of 255 = 51%

189
106
129

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

Portions of RGB colors in percentages

R + G + B = 189 + 106 + 129 = 424 (100%)
R 189 of 424 ~ 44.58%
G 106 of 424 ~ 25%
B 129 of 424 ~ 30.42'%

%44.58
%25
%30.42

CMYK color model

#BD6A81 color CMYK value is (0,44,32,26).

  • cyan value is 0.00%
  • magenta value is 43.92%
  • yellow value is 31.75%
  • key color value is 25.88%

CMYK: (0,44,32,26)
C0M44Y32K26 (0%, 44%, 32%, 26%)
(0.00 / 0.44 / 0.32 / 0.26)

CMYK percentages

%0
%43.92
%31.75
%25.88

Codes

Color #BD6A81 in popluar color models

BD 6A 81
RGB 189 106 129
HSL 343° 38.60% 57.84%
HSB/HSV 343° 43.92% 74.12%
CMYK 0.00% 43.92% 31.75%
25.88%

Color #BD6A81 in popluar number systems.

HEX BD 6A 81
Decimal 189 106 129
Binary 10111101 1101010 10000001
Octal 275 152 201

Shades and tints

Shades of #BD6A81

#BD6A81
(189,106,129)
#AC6176
(172,97,118)
#9B586B
(155,88,107)
#8A4F60
(138,79,96)
#794655
(121,70,85)
#683D4A
(104,61,74)
#57343F
(87,52,63)
#462B34
(70,43,52)
#352229
(53,34,41)
#24191E
(36,25,30)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #BD6A81

#BD6A81
(189,106,129)
#C3778C
(195,119,140)
#C98497
(201,132,151)
#CF91A2
(207,145,162)
#D59EAD
(213,158,173)
#DBABB8
(219,171,184)
#E1B8C3
(225,184,195)
#E7C5CE
(231,197,206)
#EDD2D9
(237,210,217)
#F3DFE4
(243,223,228)
#F9ECEF
(249,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD6A81; }

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

This text font color is #BD6A81.

Background Color

.myBgColor { background-color: #BD6A81; }

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

This div background color is #BD6A81.

Border color

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

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

This div border color is #BD6A81.

Opacity

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

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

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

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

This text has shadow with #BD6A81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD6A81.

Preview

Color preview on black background

This text has color #BD6A81 on black background.


Color preview on white background

This text has color #BD6A81 on white background.


Black color preview on #BD6A81 background

This text has black color on #BD6A81 background.


White color preview on #BD6A81 background

This text has white color on #BD6A81 background.


Related colors

Complementary color

Complementary color for #hex is #42957E.


I love getcolorcode.com

Triadic colors

1 #81BD6A and #6A81BD with #BD6A81 are triadic colors.

2 #816ABD and #6ABD81 with #BD6A81 are triadic colors.