COLOR #BB4839

HEX: #BB4839
RGB: (187,72,57)

Color info

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

RGB color model

#BB4839 color RGB value is (187,72,57).

  • red value is 187;
  • green value is 72;
  • blue value is 57.
RGB:
(187,72,57)
(73%,28%,22%)

RGB channels and saturation

R 187 of 255 = 73%
G 72 of 255 = 28%
B 57 of 255 = 22%

187
72
57

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

Portions of RGB colors in percentages

R + G + B =
187 + 72 + 57 = 316 (100%)
R 187 of 316 ~ 59.18%
G 72 of 316 ~ 22.78%
B 57 of 316 ~ 18.04%

%59.18
%22.78
%18.04

CMYK color model

#BB4839 color CMYK value is (0,61,70,27).

  • cyan value is 0.00%
  • magenta value is 61.50%
  • yellow value is 69.52%
  • key color value is 26.67%
CMYK:
(0,61,70,27)
C0M61Y70K27 
(0%,61%,70%,27%)
(0.00/0.61/0.70/0.27)	

CMYK percentages

%0
%61.5
%69.52
%26.67

Codes

Color #BB4839 in popluar color models

BB4839
RGB1877257
HSL53.28%47.84%
HSB/HSV69.52%73.33%
CMYK0.00%61.50%69.52%
26.67%

Color #BB4839 in popluar number systems.

HEXBB4839
Decimal1877257
Binary101110111001000111001
Octal27311071

Shades and tints

Shades of #BB4839

#BB4839
(187,72,57)
#AA4234
(170,66,52)
#993C2F
(153,60,47)
#88362A
(136,54,42)
#773025
(119,48,37)
#662A20
(102,42,32)
#55241B
(85,36,27)
#441E16
(68,30,22)
#331811
(51,24,17)
#22120C
(34,18,12)
#110C07
(17,12,7)
#000000
(0,0,0)

Tints of #BB4839

#BB4839
(187,72,57)
#C1584B
(193,88,75)
#C7685D
(199,104,93)
#CD786F
(205,120,111)
#D38881
(211,136,129)
#D99893
(217,152,147)
#DFA8A5
(223,168,165)
#E5B8B7
(229,184,183)
#EBC8C9
(235,200,201)
#F1D8DB
(241,216,219)
#F7E8ED
(247,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB4839 color. Also use rgb(187,72,57) instead hex code.

Text Font Color

.myTextColor { color: #BB4839; }

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

This text font color is #BB4839.


Background Color

.myBgColor { background-color: #BB4839; }

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

This div background color is #BB4839.


Border color

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

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

This div border color is #BB4839.


Opacity

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

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

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

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

This text has shadow with #BB4839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB4839 on black background.


Color preview on white background

This text has color #BB4839 on white background.



Black color preview on #BB4839 background

This text has black color on #BB4839 background.


White color preview on #BB4839 background

This text has white color on #BB4839 background.