COLOR #BD3B61

HEX: #BD3B61
RGB: (189,59,97)

Color info

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

RGB color model

#BD3B61 color RGB value is (189,59,97).

  • red value is 189;
  • green value is 59;
  • blue value is 97.
RGB:
(189,59,97)
(74%,23%,38%)

RGB channels and saturation

R 189 of 255 = 74%
G 59 of 255 = 23%
B 97 of 255 = 38%

189
59
97

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

Portions of RGB colors in percentages

R + G + B =
189 + 59 + 97 = 345 (100%)
R 189 of 345 ~ 54.78%
G 59 of 345 ~ 17.1%
B 97 of 345 ~ 28.12%

%54.78
%17.1
%28.12

CMYK color model

#BD3B61 color CMYK value is (0,69,49,26).

  • cyan value is 0.00%
  • magenta value is 68.78%
  • yellow value is 48.68%
  • key color value is 25.88%
CMYK:
(0,69,49,26)
C0M69Y49K26 
(0%,69%,49%,26%)
(0.00/0.69/0.49/0.26)	

CMYK percentages

%0
%68.78
%48.68
%25.88

Codes

Color #BD3B61 in popluar color models

BD3B61
RGB1895997
HSL342°52.42%48.63%
HSB/HSV342°68.78%74.12%
CMYK0.00%68.78%48.68%
25.88%

Color #BD3B61 in popluar number systems.

HEXBD3B61
Decimal1895997
Binary101111011110111100001
Octal27573141

Shades and tints

Shades of #BD3B61

#BD3B61
(189,59,97)
#AC3659
(172,54,89)
#9B3151
(155,49,81)
#8A2C49
(138,44,73)
#792741
(121,39,65)
#682239
(104,34,57)
#571D31
(87,29,49)
#461829
(70,24,41)
#351321
(53,19,33)
#240E19
(36,14,25)
#130911
(19,9,17)
#000000
(0,0,0)

Tints of #BD3B61

#BD3B61
(189,59,97)
#C34C6F
(195,76,111)
#C95D7D
(201,93,125)
#CF6E8B
(207,110,139)
#D57F99
(213,127,153)
#DB90A7
(219,144,167)
#E1A1B5
(225,161,181)
#E7B2C3
(231,178,195)
#EDC3D1
(237,195,209)
#F3D4DF
(243,212,223)
#F9E5ED
(249,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD3B61 color. Also use rgb(189,59,97) instead hex code.

Text Font Color

.myTextColor { color: #BD3B61; }

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

This text font color is #BD3B61.


Background Color

.myBgColor { background-color: #BD3B61; }

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

This div background color is #BD3B61.


Border color

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

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

This div border color is #BD3B61.


Opacity

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

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

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

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

This text has shadow with #BD3B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD3B61 on black background.


Color preview on white background

This text has color #BD3B61 on white background.



Black color preview on #BD3B61 background

This text has black color on #BD3B61 background.


White color preview on #BD3B61 background

This text has white color on #BD3B61 background.