COLOR #BB7574

HEX: #BB7574
RGB: (187,117,116)

Color info

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

RGB color model

#BB7574 color RGB value is (187,117,116).

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

RGB channels and saturation

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

187
117
116

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

Portions of RGB colors in percentages

R + G + B =
187 + 117 + 116 = 420 (100%)
R 187 of 420 ~ 44.52%
G 117 of 420 ~ 27.86%
B 116 of 420 ~ 27.62%

%44.52
%27.86
%27.62

CMYK color model

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

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

CMYK percentages

%0
%37.43
%37.97
%26.67

Codes

Color #BB7574 in popluar color models

BB7574
RGB187117116
HSL34.30%59.41%
HSB/HSV37.97%73.33%
CMYK0.00%37.43%37.97%
26.67%

Color #BB7574 in popluar number systems.

HEXBB7574
Decimal187117116
Binary1011101111101011110100
Octal273165164

Shades and tints

Shades of #BB7574

#BB7574
(187,117,116)
#AA6B6A
(170,107,106)
#996160
(153,97,96)
#885756
(136,87,86)
#774D4C
(119,77,76)
#664342
(102,67,66)
#553938
(85,57,56)
#442F2E
(68,47,46)
#332524
(51,37,36)
#221B1A
(34,27,26)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #BB7574

#BB7574
(187,117,116)
#C18180
(193,129,128)
#C78D8C
(199,141,140)
#CD9998
(205,153,152)
#D3A5A4
(211,165,164)
#D9B1B0
(217,177,176)
#DFBDBC
(223,189,188)
#E5C9C8
(229,201,200)
#EBD5D4
(235,213,212)
#F1E1E0
(241,225,224)
#F7EDEC
(247,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7574; }

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

This text font color is #BB7574.


Background Color

.myBgColor { background-color: #BB7574; }

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

This div background color is #BB7574.


Border color

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

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

This div border color is #BB7574.


Opacity

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

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

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

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

This text has shadow with #BB7574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7574 on black background.


Color preview on white background

This text has color #BB7574 on white background.



Black color preview on #BB7574 background

This text has black color on #BB7574 background.


White color preview on #BB7574 background

This text has white color on #BB7574 background.