COLOR #BB4A4B

HEX: #BB4A4B
RGB: (187,74,75)

Color info

#BB4A4B contains mainly red color. Web safe color of #BB4A4B is #CC3333 (or #C33).

RGB color model

#BB4A4B color RGB value is (187,74,75).

  • red value is 187;
  • green value is 74;
  • blue value is 75.
RGB:
(187,74,75)
(73%,29%,29%)

RGB channels and saturation

R 187 of 255 = 73%
G 74 of 255 = 29%
B 75 of 255 = 29%

187
74
75

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

Portions of RGB colors in percentages

R + G + B =
187 + 74 + 75 = 336 (100%)
R 187 of 336 ~ 55.65%
G 74 of 336 ~ 22.02%
B 75 of 336 ~ 22.32%

%55.65
%22.02
%22.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 60.43%
  • yellow value is 59.89%
  • key color value is 26.67%
CMYK:
(0,60,60,27)
C0M60Y60K27 
(0%,60%,60%,27%)
(0.00/0.60/0.60/0.27)	

CMYK percentages

%0
%60.43
%59.89
%26.67

Codes

Color #BB4A4B in popluar color models

BB4A4B
RGB1877475
HSL359°45.38%51.18%
HSB/HSV359°60.43%73.33%
CMYK0.00%60.43%59.89%
26.67%

Color #BB4A4B in popluar number systems.

HEXBB4A4B
Decimal1877475
Binary1011101110010101001011
Octal273112113

Shades and tints

Shades of #BB4A4B

#BB4A4B
(187,74,75)
#AA4445
(170,68,69)
#993E3F
(153,62,63)
#883839
(136,56,57)
#773233
(119,50,51)
#662C2D
(102,44,45)
#552627
(85,38,39)
#442021
(68,32,33)
#331A1B
(51,26,27)
#221415
(34,20,21)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #BB4A4B

#BB4A4B
(187,74,75)
#C15A5B
(193,90,91)
#C76A6B
(199,106,107)
#CD7A7B
(205,122,123)
#D38A8B
(211,138,139)
#D99A9B
(217,154,155)
#DFAAAB
(223,170,171)
#E5BABB
(229,186,187)
#EBCACB
(235,202,203)
#F1DADB
(241,218,219)
#F7EAEB
(247,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB4A4B; }

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

This text font color is #BB4A4B.


Background Color

.myBgColor { background-color: #BB4A4B; }

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

This div background color is #BB4A4B.


Border color

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

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

This div border color is #BB4A4B.


Opacity

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

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

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

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

This text has shadow with #BB4A4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB4A4B on black background.


Color preview on white background

This text has color #BB4A4B on white background.



Black color preview on #BB4A4B background

This text has black color on #BB4A4B background.


White color preview on #BB4A4B background

This text has white color on #BB4A4B background.