COLOR #BD2966

HEX: #BD2966 RGB: (189,41,102)

Color info

#BD2966 contains mainly red color. Web safe color of #BD2966 is #CC3366 (or #C36).

RGB color model

#BD2966 color RGB value is (189,41,102).

RGB: (189,41,102) (74%, 16%, 40%)

RGB channels and saturation

R 189 of 255 = 74%
G 41 of 255 = 16%
B 102 of 255 = 40%

189
41
102

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

Portions of RGB colors in percentages

R + G + B = 189 + 41 + 102 = 332 (100%)
R 189 of 332 ~ 56.93%
G 41 of 332 ~ 12.35%
B 102 of 332 ~ 30.72'%

%56.93
%12.35
%30.72

CMYK color model

#BD2966 color CMYK value is (0,78,46,26).

  • cyan value is 0.00%
  • magenta value is 78.31%
  • yellow value is 46.03%
  • key color value is 25.88%
CMYK: (0,78,46,26) C0M78Y46K26 (0%,78%,46%,26%) (0.00/0.78/0.46/0.26) 

CMYK percentages

%0
%78.31
%46.03
%25.88

Codes

Color #BD2966 in popluar color models

BD 29 66
RGB 189 41 102
HSL 335° 64.35% 45.10%
HSB/HSV 335° 78.31% 74.12%
CMYK 0.00% 78.31% 46.03%
25.88%

Color #BD2966 in popluar number systems.

HEX BD 29 66
Decimal 189 41 102
Binary 10111101 101001 1100110
Octal 275 51 146

Shades and tints

Shades of #BD2966

#BD2966
(189,41,102)
#AC265D
(172,38,93)
#9B2354
(155,35,84)
#8A204B
(138,32,75)
#791D42
(121,29,66)
#681A39
(104,26,57)
#571730
(87,23,48)
#461427
(70,20,39)
#35111E
(53,17,30)
#240E15
(36,14,21)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #BD2966

#BD2966
(189,41,102)
#C33C73
(195,60,115)
#C94F80
(201,79,128)
#CF628D
(207,98,141)
#D5759A
(213,117,154)
#DB88A7
(219,136,167)
#E19BB4
(225,155,180)
#E7AEC1
(231,174,193)
#EDC1CE
(237,193,206)
#F3D4DB
(243,212,219)
#F9E7E8
(249,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD2966; }

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

This text font color is #BD2966.

Background Color

.myBgColor { background-color: #BD2966; }

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

This div background color is #BD2966.

Border color

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

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

This div border color is #BD2966.

Opacity

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

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

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

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

This text has shadow with #BD2966 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD2966.

Preview

Color preview on black background

This text has color #BD2966 on black background.


Color preview on white background

This text has color #BD2966 on white background.


Black color preview on #BD2966 background

This text has black color on #BD2966 background.


White color preview on #BD2966 background

This text has white color on #BD2966 background.


Related colors

Complementary color

Complementary color for #hex is #42D699.


I love getcolorcode.com

Triadic colors

1 #66BD29 and #2966BD with #BD2966 are triadic colors.

2 #6629BD and #29BD66 with #BD2966 are triadic colors.