COLOR #BD5D62

HEX: #BD5D62
RGB: (189,93,98)

Color info

#BD5D62 contains mainly red color. Web safe color of #BD5D62 is #CC6666 (or #C66).

RGB color model

#BD5D62 color RGB value is (189,93,98).

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

RGB channels and saturation

R 189 of 255 = 74%
G 93 of 255 = 36%
B 98 of 255 = 38%

189
93
98

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

Portions of RGB colors in percentages

R + G + B =
189 + 93 + 98 = 380 (100%)
R 189 of 380 ~ 49.74%
G 93 of 380 ~ 24.47%
B 98 of 380 ~ 25.79%

%49.74
%24.47
%25.79

CMYK color model

#BD5D62 color CMYK value is (0,51,48,26).

  • cyan value is 0.00%
  • magenta value is 50.79%
  • yellow value is 48.15%
  • key color value is 25.88%
CMYK:
(0,51,48,26)
C0M51Y48K26 
(0%,51%,48%,26%)
(0.00/0.51/0.48/0.26)	

CMYK percentages

%0
%50.79
%48.15
%25.88

Codes

Color #BD5D62 in popluar color models

BD5D62
RGB1899398
HSL357°42.11%55.29%
HSB/HSV357°50.79%74.12%
CMYK0.00%50.79%48.15%
25.88%

Color #BD5D62 in popluar number systems.

HEXBD5D62
Decimal1899398
Binary1011110110111011100010
Octal275135142

Shades and tints

Shades of #BD5D62

#BD5D62
(189,93,98)
#AC555A
(172,85,90)
#9B4D52
(155,77,82)
#8A454A
(138,69,74)
#793D42
(121,61,66)
#68353A
(104,53,58)
#572D32
(87,45,50)
#46252A
(70,37,42)
#351D22
(53,29,34)
#24151A
(36,21,26)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #BD5D62

#BD5D62
(189,93,98)
#C36B70
(195,107,112)
#C9797E
(201,121,126)
#CF878C
(207,135,140)
#D5959A
(213,149,154)
#DBA3A8
(219,163,168)
#E1B1B6
(225,177,182)
#E7BFC4
(231,191,196)
#EDCDD2
(237,205,210)
#F3DBE0
(243,219,224)
#F9E9EE
(249,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD5D62; }

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

This text font color is #BD5D62.


Background Color

.myBgColor { background-color: #BD5D62; }

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

This div background color is #BD5D62.


Border color

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

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

This div border color is #BD5D62.


Opacity

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

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

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

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

This text has shadow with #BD5D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD5D62 on black background.


Color preview on white background

This text has color #BD5D62 on white background.



Black color preview on #BD5D62 background

This text has black color on #BD5D62 background.


White color preview on #BD5D62 background

This text has white color on #BD5D62 background.