COLOR #BD435D

HEX: #BD435D
RGB: (189,67,93)

Color info

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

RGB color model

#BD435D color RGB value is (189,67,93).

  • red value is 189;
  • green value is 67;
  • blue value is 93.
RGB:
(189,67,93)
(74%,26%,36%)

RGB channels and saturation

R 189 of 255 = 74%
G 67 of 255 = 26%
B 93 of 255 = 36%

189
67
93

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

Portions of RGB colors in percentages

R + G + B =
189 + 67 + 93 = 349 (100%)
R 189 of 349 ~ 54.15%
G 67 of 349 ~ 19.2%
B 93 of 349 ~ 26.65%

%54.15
%19.2
%26.65

CMYK color model

#BD435D color CMYK value is (0,65,51,26).

  • cyan value is 0.00%
  • magenta value is 64.55%
  • yellow value is 50.79%
  • key color value is 25.88%
CMYK:
(0,65,51,26)
C0M65Y51K26 
(0%,65%,51%,26%)
(0.00/0.65/0.51/0.26)	

CMYK percentages

%0
%64.55
%50.79
%25.88

Codes

Color #BD435D in popluar color models

BD435D
RGB1896793
HSL347°48.03%50.20%
HSB/HSV347°64.55%74.12%
CMYK0.00%64.55%50.79%
25.88%

Color #BD435D in popluar number systems.

HEXBD435D
Decimal1896793
Binary1011110110000111011101
Octal275103135

Shades and tints

Shades of #BD435D

#BD435D
(189,67,93)
#AC3D55
(172,61,85)
#9B374D
(155,55,77)
#8A3145
(138,49,69)
#792B3D
(121,43,61)
#682535
(104,37,53)
#571F2D
(87,31,45)
#461925
(70,25,37)
#35131D
(53,19,29)
#240D15
(36,13,21)
#13070D
(19,7,13)
#000000
(0,0,0)

Tints of #BD435D

#BD435D
(189,67,93)
#C3546B
(195,84,107)
#C96579
(201,101,121)
#CF7687
(207,118,135)
#D58795
(213,135,149)
#DB98A3
(219,152,163)
#E1A9B1
(225,169,177)
#E7BABF
(231,186,191)
#EDCBCD
(237,203,205)
#F3DCDB
(243,220,219)
#F9EDE9
(249,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD435D color. Also use rgb(189,67,93) instead hex code.

Text Font Color

.myTextColor { color: #BD435D; }

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

This text font color is #BD435D.


Background Color

.myBgColor { background-color: #BD435D; }

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

This div background color is #BD435D.


Border color

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

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

This div border color is #BD435D.


Opacity

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

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

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

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

This text has shadow with #BD435D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD435D on black background.


Color preview on white background

This text has color #BD435D on white background.



Black color preview on #BD435D background

This text has black color on #BD435D background.


White color preview on #BD435D background

This text has white color on #BD435D background.