COLOR #BB7575

HEX: #BB7575
RGB: (187,117,117)

Color info

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

RGB color model

#BB7575 color RGB value is (187,117,117).

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

RGB channels and saturation

R 187 of 255 = 73%
G 117 of 255 = 46%
B 117 of 255 = 46%

187
117
117

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

Portions of RGB colors in percentages

R + G + B =
187 + 117 + 117 = 421 (100%)
R 187 of 421 ~ 44.42%
G 117 of 421 ~ 27.79%
B 117 of 421 ~ 27.79%

%44.42
%27.79
%27.79

CMYK color model

#BB7575 color CMYK value is (0,37,37,27).

  • cyan value is 0.00%
  • magenta value is 37.43%
  • yellow value is 37.43%
  • key color value is 26.67%
CMYK:
(0,37,37,27)
C0M37Y37K27 
(0%,37%,37%,27%)
(0.00/0.37/0.37/0.27)	

CMYK percentages

%0
%37.43
%37.43
%26.67

Codes

Color #BB7575 in popluar color models

BB7575
RGB187117117
HSL33.98%59.61%
HSB/HSV37.43%73.33%
CMYK0.00%37.43%37.43%
26.67%

Color #BB7575 in popluar number systems.

HEXBB7575
Decimal187117117
Binary1011101111101011110101
Octal273165165

Shades and tints

Shades of #BB7575

#BB7575
(187,117,117)
#AA6B6B
(170,107,107)
#996161
(153,97,97)
#885757
(136,87,87)
#774D4D
(119,77,77)
#664343
(102,67,67)
#553939
(85,57,57)
#442F2F
(68,47,47)
#332525
(51,37,37)
#221B1B
(34,27,27)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #BB7575

#BB7575
(187,117,117)
#C18181
(193,129,129)
#C78D8D
(199,141,141)
#CD9999
(205,153,153)
#D3A5A5
(211,165,165)
#D9B1B1
(217,177,177)
#DFBDBD
(223,189,189)
#E5C9C9
(229,201,201)
#EBD5D5
(235,213,213)
#F1E1E1
(241,225,225)
#F7EDED
(247,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7575; }

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

This text font color is #BB7575.


Background Color

.myBgColor { background-color: #BB7575; }

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

This div background color is #BB7575.


Border color

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

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

This div border color is #BB7575.


Opacity

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

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

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

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

This text has shadow with #BB7575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7575 on black background.


Color preview on white background

This text has color #BB7575 on white background.



Black color preview on #BB7575 background

This text has black color on #BB7575 background.


White color preview on #BB7575 background

This text has white color on #BB7575 background.