COLOR #BB455F

HEX: #BB455F
RGB: (187,69,95)

Color info

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

RGB color model

#BB455F color RGB value is (187,69,95).

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

RGB channels and saturation

R 187 of 255 = 73%
G 69 of 255 = 27%
B 95 of 255 = 37%

187
69
95

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

Portions of RGB colors in percentages

R + G + B =
187 + 69 + 95 = 351 (100%)
R 187 of 351 ~ 53.28%
G 69 of 351 ~ 19.66%
B 95 of 351 ~ 27.07%

%53.28
%19.66
%27.07

CMYK color model

#BB455F color CMYK value is (0,63,49,27).

  • cyan value is 0.00%
  • magenta value is 63.10%
  • yellow value is 49.20%
  • key color value is 26.67%
CMYK:
(0,63,49,27)
C0M63Y49K27 
(0%,63%,49%,27%)
(0.00/0.63/0.49/0.27)	

CMYK percentages

%0
%63.1
%49.2
%26.67

Codes

Color #BB455F in popluar color models

BB455F
RGB1876995
HSL347°46.46%50.20%
HSB/HSV347°63.10%73.33%
CMYK0.00%63.10%49.20%
26.67%

Color #BB455F in popluar number systems.

HEXBB455F
Decimal1876995
Binary1011101110001011011111
Octal273105137

Shades and tints

Shades of #BB455F

#BB455F
(187,69,95)
#AA3F57
(170,63,87)
#99394F
(153,57,79)
#883347
(136,51,71)
#772D3F
(119,45,63)
#662737
(102,39,55)
#55212F
(85,33,47)
#441B27
(68,27,39)
#33151F
(51,21,31)
#220F17
(34,15,23)
#11090F
(17,9,15)
#000000
(0,0,0)

Tints of #BB455F

#BB455F
(187,69,95)
#C1556D
(193,85,109)
#C7657B
(199,101,123)
#CD7589
(205,117,137)
#D38597
(211,133,151)
#D995A5
(217,149,165)
#DFA5B3
(223,165,179)
#E5B5C1
(229,181,193)
#EBC5CF
(235,197,207)
#F1D5DD
(241,213,221)
#F7E5EB
(247,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB455F; }

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

This text font color is #BB455F.


Background Color

.myBgColor { background-color: #BB455F; }

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

This div background color is #BB455F.


Border color

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

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

This div border color is #BB455F.


Opacity

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

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

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

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

This text has shadow with #BB455F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB455F on black background.


Color preview on white background

This text has color #BB455F on white background.



Black color preview on #BB455F background

This text has black color on #BB455F background.


White color preview on #BB455F background

This text has white color on #BB455F background.