COLOR #BB4A4F

HEX: #BB4A4F RGB: (187,74,79)

Color info

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

RGB color model

#BB4A4F color RGB value is (187,74,79).

RGB: (187,74,79) (73%, 29%, 31%)

RGB channels and saturation

R 187 of 255 = 73%
G 74 of 255 = 29%
B 79 of 255 = 31%

187
74
79

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

Portions of RGB colors in percentages

R + G + B = 187 + 74 + 79 = 340 (100%)
R 187 of 340 ~ 55%
G 74 of 340 ~ 21.76%
B 79 of 340 ~ 23.24'%

%55
%21.76
%23.24

CMYK color model

#BB4A4F color CMYK value is (0,60,58,27).

  • cyan value is 0.00%
  • magenta value is 60.43%
  • yellow value is 57.75%
  • key color value is 26.67%

CMYK: (0,60,58,27)
C0M60Y58K27 (0%, 60%, 58%, 27%)
(0.00 / 0.60 / 0.58 / 0.27)

CMYK percentages

%0
%60.43
%57.75
%26.67

Codes

Color #BB4A4F in popluar color models

BB 4A 4F
RGB 187 74 79
HSL 357° 45.38% 51.18%
HSB/HSV 357° 60.43% 73.33%
CMYK 0.00% 60.43% 57.75%
26.67%

Color #BB4A4F in popluar number systems.

HEX BB 4A 4F
Decimal 187 74 79
Binary 10111011 1001010 1001111
Octal 273 112 117

Shades and tints

Shades of #BB4A4F

#BB4A4F
(187,74,79)
#AA4448
(170,68,72)
#993E41
(153,62,65)
#88383A
(136,56,58)
#773233
(119,50,51)
#662C2C
(102,44,44)
#552625
(85,38,37)
#44201E
(68,32,30)
#331A17
(51,26,23)
#221410
(34,20,16)
#110E09
(17,14,9)
#000000
(0,0,0)

Tints of #BB4A4F

#BB4A4F
(187,74,79)
#C15A5F
(193,90,95)
#C76A6F
(199,106,111)
#CD7A7F
(205,122,127)
#D38A8F
(211,138,143)
#D99A9F
(217,154,159)
#DFAAAF
(223,170,175)
#E5BABF
(229,186,191)
#EBCACF
(235,202,207)
#F1DADF
(241,218,223)
#F7EAEF
(247,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB4A4F; }

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

This text font color is #BB4A4F.

Background Color

.myBgColor { background-color: #BB4A4F; }

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

This div background color is #BB4A4F.

Border color

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

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

This div border color is #BB4A4F.

Opacity

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

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

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

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

This text has shadow with #BB4A4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB4A4F.

Preview

Color preview on black background

This text has color #BB4A4F on black background.


Color preview on white background

This text has color #BB4A4F on white background.


Black color preview on #BB4A4F background

This text has black color on #BB4A4F background.


White color preview on #BB4A4F background

This text has white color on #BB4A4F background.


Related colors

Complementary color

Complementary color for #hex is #44B5B0.


I love getcolorcode.com

Triadic colors

1 #4FBB4A and #4A4FBB with #BB4A4F are triadic colors.

2 #4F4ABB and #4ABB4F with #BB4A4F are triadic colors.