COLOR #BD7575

HEX: #BD7575
RGB: (189,117,117)

Color info

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

RGB color model

#BD7575 color RGB value is (189,117,117).

  • red value is 189;
  • green value is 117;
  • blue value is 117.
RGB:
(189,117,117)
(74%,46%,46%)

RGB channels and saturation

R 189 of 255 = 74%
G 117 of 255 = 46%
B 117 of 255 = 46%

189
117
117

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

Portions of RGB colors in percentages

R + G + B =
189 + 117 + 117 = 423 (100%)
R 189 of 423 ~ 44.68%
G 117 of 423 ~ 27.66%
B 117 of 423 ~ 27.66%

%44.68
%27.66
%27.66

CMYK color model

#BD7575 color CMYK value is (0,38,38,26).

  • cyan value is 0.00%
  • magenta value is 38.10%
  • yellow value is 38.10%
  • key color value is 25.88%
CMYK:
(0,38,38,26)
C0M38Y38K26 
(0%,38%,38%,26%)
(0.00/0.38/0.38/0.26)	

CMYK percentages

%0
%38.1
%38.1
%25.88

Codes

Color #BD7575 in popluar color models

BD7575
RGB189117117
HSL35.29%60.00%
HSB/HSV38.10%74.12%
CMYK0.00%38.10%38.10%
25.88%

Color #BD7575 in popluar number systems.

HEXBD7575
Decimal189117117
Binary1011110111101011110101
Octal275165165

Shades and tints

Shades of #BD7575

#BD7575
(189,117,117)
#AC6B6B
(172,107,107)
#9B6161
(155,97,97)
#8A5757
(138,87,87)
#794D4D
(121,77,77)
#684343
(104,67,67)
#573939
(87,57,57)
#462F2F
(70,47,47)
#352525
(53,37,37)
#241B1B
(36,27,27)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #BD7575

#BD7575
(189,117,117)
#C38181
(195,129,129)
#C98D8D
(201,141,141)
#CF9999
(207,153,153)
#D5A5A5
(213,165,165)
#DBB1B1
(219,177,177)
#E1BDBD
(225,189,189)
#E7C9C9
(231,201,201)
#EDD5D5
(237,213,213)
#F3E1E1
(243,225,225)
#F9EDED
(249,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD7575; }

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

This text font color is #BD7575.


Background Color

.myBgColor { background-color: #BD7575; }

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

This div background color is #BD7575.


Border color

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

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

This div border color is #BD7575.


Opacity

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

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

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

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

This text has shadow with #BD7575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7575 on black background.


Color preview on white background

This text has color #BD7575 on white background.



Black color preview on #BD7575 background

This text has black color on #BD7575 background.


White color preview on #BD7575 background

This text has white color on #BD7575 background.