COLOR #BB4352

HEX: #BB4352
RGB: (187,67,82)

Color info

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

RGB color model

#BB4352 color RGB value is (187,67,82).

  • red value is 187;
  • green value is 67;
  • blue value is 82.
RGB:
(187,67,82)
(73%,26%,32%)

RGB channels and saturation

R 187 of 255 = 73%
G 67 of 255 = 26%
B 82 of 255 = 32%

187
67
82

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

Portions of RGB colors in percentages

R + G + B =
187 + 67 + 82 = 336 (100%)
R 187 of 336 ~ 55.65%
G 67 of 336 ~ 19.94%
B 82 of 336 ~ 24.4%

%55.65
%19.94
%24.4

CMYK color model

#BB4352 color CMYK value is (0,64,56,27).

  • cyan value is 0.00%
  • magenta value is 64.17%
  • yellow value is 56.15%
  • key color value is 26.67%
CMYK:
(0,64,56,27)
C0M64Y56K27 
(0%,64%,56%,27%)
(0.00/0.64/0.56/0.27)	

CMYK percentages

%0
%64.17
%56.15
%26.67

Codes

Color #BB4352 in popluar color models

BB4352
RGB1876782
HSL353°47.24%49.80%
HSB/HSV353°64.17%73.33%
CMYK0.00%64.17%56.15%
26.67%

Color #BB4352 in popluar number systems.

HEXBB4352
Decimal1876782
Binary1011101110000111010010
Octal273103122

Shades and tints

Shades of #BB4352

#BB4352
(187,67,82)
#AA3D4B
(170,61,75)
#993744
(153,55,68)
#88313D
(136,49,61)
#772B36
(119,43,54)
#66252F
(102,37,47)
#551F28
(85,31,40)
#441921
(68,25,33)
#33131A
(51,19,26)
#220D13
(34,13,19)
#11070C
(17,7,12)
#000000
(0,0,0)

Tints of #BB4352

#BB4352
(187,67,82)
#C15461
(193,84,97)
#C76570
(199,101,112)
#CD767F
(205,118,127)
#D3878E
(211,135,142)
#D9989D
(217,152,157)
#DFA9AC
(223,169,172)
#E5BABB
(229,186,187)
#EBCBCA
(235,203,202)
#F1DCD9
(241,220,217)
#F7EDE8
(247,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB4352; }

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

This text font color is #BB4352.


Background Color

.myBgColor { background-color: #BB4352; }

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

This div background color is #BB4352.


Border color

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

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

This div border color is #BB4352.


Opacity

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

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

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

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

This text has shadow with #BB4352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB4352 on black background.


Color preview on white background

This text has color #BB4352 on white background.



Black color preview on #BB4352 background

This text has black color on #BB4352 background.


White color preview on #BB4352 background

This text has white color on #BB4352 background.