COLOR #BD4159

HEX: #BD4159
RGB: (189,65,89)

Color info

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

RGB color model

#BD4159 color RGB value is (189,65,89).

  • red value is 189;
  • green value is 65;
  • blue value is 89.
RGB:
(189,65,89)
(74%,25%,35%)

RGB channels and saturation

R 189 of 255 = 74%
G 65 of 255 = 25%
B 89 of 255 = 35%

189
65
89

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

Portions of RGB colors in percentages

R + G + B =
189 + 65 + 89 = 343 (100%)
R 189 of 343 ~ 55.1%
G 65 of 343 ~ 18.95%
B 89 of 343 ~ 25.95%

%55.1
%18.95
%25.95

CMYK color model

#BD4159 color CMYK value is (0,66,53,26).

  • cyan value is 0.00%
  • magenta value is 65.61%
  • yellow value is 52.91%
  • key color value is 25.88%
CMYK:
(0,66,53,26)
C0M66Y53K26 
(0%,66%,53%,26%)
(0.00/0.66/0.53/0.26)	

CMYK percentages

%0
%65.61
%52.91
%25.88

Codes

Color #BD4159 in popluar color models

BD4159
RGB1896589
HSL348°48.82%49.80%
HSB/HSV348°65.61%74.12%
CMYK0.00%65.61%52.91%
25.88%

Color #BD4159 in popluar number systems.

HEXBD4159
Decimal1896589
Binary1011110110000011011001
Octal275101131

Shades and tints

Shades of #BD4159

#BD4159
(189,65,89)
#AC3C51
(172,60,81)
#9B3749
(155,55,73)
#8A3241
(138,50,65)
#792D39
(121,45,57)
#682831
(104,40,49)
#572329
(87,35,41)
#461E21
(70,30,33)
#351919
(53,25,25)
#241411
(36,20,17)
#130F09
(19,15,9)
#000000
(0,0,0)

Tints of #BD4159

#BD4159
(189,65,89)
#C35268
(195,82,104)
#C96377
(201,99,119)
#CF7486
(207,116,134)
#D58595
(213,133,149)
#DB96A4
(219,150,164)
#E1A7B3
(225,167,179)
#E7B8C2
(231,184,194)
#EDC9D1
(237,201,209)
#F3DAE0
(243,218,224)
#F9EBEF
(249,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD4159 color. Also use rgb(189,65,89) instead hex code.

Text Font Color

.myTextColor { color: #BD4159; }

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

This text font color is #BD4159.


Background Color

.myBgColor { background-color: #BD4159; }

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

This div background color is #BD4159.


Border color

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

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

This div border color is #BD4159.


Opacity

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

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

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

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

This text has shadow with #BD4159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD4159 on black background.


Color preview on white background

This text has color #BD4159 on white background.



Black color preview on #BD4159 background

This text has black color on #BD4159 background.


White color preview on #BD4159 background

This text has white color on #BD4159 background.