COLOR #B2552C

HEX: #B2552C
RGB: (178,85,44)

Color info

#B2552C contains mainly red color. Web safe color of #B2552C is #996633 (or #963).

RGB color model

#B2552C color RGB value is (178,85,44).

  • red value is 178;
  • green value is 85;
  • blue value is 44.
RGB:
(178,85,44)
(70%,33%,17%)

RGB channels and saturation

R 178 of 255 = 70%
G 85 of 255 = 33%
B 44 of 255 = 17%

178
85
44

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

Portions of RGB colors in percentages

R + G + B =
178 + 85 + 44 = 307 (100%)
R 178 of 307 ~ 57.98%
G 85 of 307 ~ 27.69%
B 44 of 307 ~ 14.33%

%57.98
%27.69
%14.33

CMYK color model

#B2552C color CMYK value is (0,52,75,30).

  • cyan value is 0.00%
  • magenta value is 52.25%
  • yellow value is 75.28%
  • key color value is 30.20%
CMYK:
(0,52,75,30)
C0M52Y75K30 
(0%,52%,75%,30%)
(0.00/0.52/0.75/0.30)	

CMYK percentages

%0
%52.25
%75.28
%30.2

Codes

Color #B2552C in popluar color models

B2552C
RGB1788544
HSL18°60.36%43.53%
HSB/HSV18°75.28%69.80%
CMYK0.00%52.25%75.28%
30.20%

Color #B2552C in popluar number systems.

HEXB2552C
Decimal1788544
Binary101100101010101101100
Octal26212554

Shades and tints

Shades of #B2552C

#B2552C
(178,85,44)
#A24E28
(162,78,40)
#924724
(146,71,36)
#824020
(130,64,32)
#72391C
(114,57,28)
#623218
(98,50,24)
#522B14
(82,43,20)
#422410
(66,36,16)
#321D0C
(50,29,12)
#221608
(34,22,8)
#120F04
(18,15,4)
#000000
(0,0,0)

Tints of #B2552C

#B2552C
(178,85,44)
#B9643F
(185,100,63)
#C07352
(192,115,82)
#C78265
(199,130,101)
#CE9178
(206,145,120)
#D5A08B
(213,160,139)
#DCAF9E
(220,175,158)
#E3BEB1
(227,190,177)
#EACDC4
(234,205,196)
#F1DCD7
(241,220,215)
#F8EBEA
(248,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2552C color. Also use rgb(178,85,44) instead hex code.

Text Font Color

.myTextColor { color: #B2552C; }

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

This text font color is #B2552C.


Background Color

.myBgColor { background-color: #B2552C; }

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

This div background color is #B2552C.


Border color

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

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

This div border color is #B2552C.


Opacity

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

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

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

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

This text has shadow with #B2552C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2552C on black background.


Color preview on white background

This text has color #B2552C on white background.



Black color preview on #B2552C background

This text has black color on #B2552C background.


White color preview on #B2552C background

This text has white color on #B2552C background.