COLOR #BB4575

HEX: #BB4575
RGB: (187,69,117)

Color info

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

RGB color model

#BB4575 color RGB value is (187,69,117).

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

RGB channels and saturation

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

187
69
117

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

Portions of RGB colors in percentages

R + G + B =
187 + 69 + 117 = 373 (100%)
R 187 of 373 ~ 50.13%
G 69 of 373 ~ 18.5%
B 117 of 373 ~ 31.37%

%50.13
%18.5
%31.37

CMYK color model

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

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

CMYK percentages

%0
%63.1
%37.43
%26.67

Codes

Color #BB4575 in popluar color models

BB4575
RGB18769117
HSL336°46.46%50.20%
HSB/HSV336°63.10%73.33%
CMYK0.00%63.10%37.43%
26.67%

Color #BB4575 in popluar number systems.

HEXBB4575
Decimal18769117
Binary1011101110001011110101
Octal273105165

Shades and tints

Shades of #BB4575

#BB4575
(187,69,117)
#AA3F6B
(170,63,107)
#993961
(153,57,97)
#883357
(136,51,87)
#772D4D
(119,45,77)
#662743
(102,39,67)
#552139
(85,33,57)
#441B2F
(68,27,47)
#331525
(51,21,37)
#220F1B
(34,15,27)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #BB4575

#BB4575
(187,69,117)
#C15581
(193,85,129)
#C7658D
(199,101,141)
#CD7599
(205,117,153)
#D385A5
(211,133,165)
#D995B1
(217,149,177)
#DFA5BD
(223,165,189)
#E5B5C9
(229,181,201)
#EBC5D5
(235,197,213)
#F1D5E1
(241,213,225)
#F7E5ED
(247,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB4575; }

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

This text font color is #BB4575.


Background Color

.myBgColor { background-color: #BB4575; }

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

This div background color is #BB4575.


Border color

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

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

This div border color is #BB4575.


Opacity

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

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

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

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

This text has shadow with #BB4575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB4575 on black background.


Color preview on white background

This text has color #BB4575 on white background.



Black color preview on #BB4575 background

This text has black color on #BB4575 background.


White color preview on #BB4575 background

This text has white color on #BB4575 background.