COLOR #BD4662

HEX: #BD4662
RGB: (189,70,98)

Color info

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

RGB color model

#BD4662 color RGB value is (189,70,98).

  • red value is 189;
  • green value is 70;
  • blue value is 98.
RGB:
(189,70,98)
(74%,27%,38%)

RGB channels and saturation

R 189 of 255 = 74%
G 70 of 255 = 27%
B 98 of 255 = 38%

189
70
98

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

Portions of RGB colors in percentages

R + G + B =
189 + 70 + 98 = 357 (100%)
R 189 of 357 ~ 52.94%
G 70 of 357 ~ 19.61%
B 98 of 357 ~ 27.45%

%52.94
%19.61
%27.45

CMYK color model

#BD4662 color CMYK value is (0,63,48,26).

  • cyan value is 0.00%
  • magenta value is 62.96%
  • yellow value is 48.15%
  • key color value is 25.88%
CMYK:
(0,63,48,26)
C0M63Y48K26 
(0%,63%,48%,26%)
(0.00/0.63/0.48/0.26)	

CMYK percentages

%0
%62.96
%48.15
%25.88

Codes

Color #BD4662 in popluar color models

BD4662
RGB1897098
HSL346°47.41%50.78%
HSB/HSV346°62.96%74.12%
CMYK0.00%62.96%48.15%
25.88%

Color #BD4662 in popluar number systems.

HEXBD4662
Decimal1897098
Binary1011110110001101100010
Octal275106142

Shades and tints

Shades of #BD4662

#BD4662
(189,70,98)
#AC405A
(172,64,90)
#9B3A52
(155,58,82)
#8A344A
(138,52,74)
#792E42
(121,46,66)
#68283A
(104,40,58)
#572232
(87,34,50)
#461C2A
(70,28,42)
#351622
(53,22,34)
#24101A
(36,16,26)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #BD4662

#BD4662
(189,70,98)
#C35670
(195,86,112)
#C9667E
(201,102,126)
#CF768C
(207,118,140)
#D5869A
(213,134,154)
#DB96A8
(219,150,168)
#E1A6B6
(225,166,182)
#E7B6C4
(231,182,196)
#EDC6D2
(237,198,210)
#F3D6E0
(243,214,224)
#F9E6EE
(249,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD4662 color. Also use rgb(189,70,98) instead hex code.

Text Font Color

.myTextColor { color: #BD4662; }

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

This text font color is #BD4662.


Background Color

.myBgColor { background-color: #BD4662; }

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

This div background color is #BD4662.


Border color

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

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

This div border color is #BD4662.


Opacity

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

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

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

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

This text has shadow with #BD4662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD4662 on black background.


Color preview on white background

This text has color #BD4662 on white background.



Black color preview on #BD4662 background

This text has black color on #BD4662 background.


White color preview on #BD4662 background

This text has white color on #BD4662 background.