COLOR #B2605C

HEX: #B2605C
RGB: (178,96,92)

Color info

#B2605C contains mainly red color. Web safe color of #B2605C is #996666 (or #966).

RGB color model

#B2605C color RGB value is (178,96,92).

  • red value is 178;
  • green value is 96;
  • blue value is 92.
RGB:
(178,96,92)
(70%,38%,36%)

RGB channels and saturation

R 178 of 255 = 70%
G 96 of 255 = 38%
B 92 of 255 = 36%

178
96
92

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

Portions of RGB colors in percentages

R + G + B =
178 + 96 + 92 = 366 (100%)
R 178 of 366 ~ 48.63%
G 96 of 366 ~ 26.23%
B 92 of 366 ~ 25.14%

%48.63
%26.23
%25.14

CMYK color model

#B2605C color CMYK value is (0,46,48,30).

  • cyan value is 0.00%
  • magenta value is 46.07%
  • yellow value is 48.31%
  • key color value is 30.20%
CMYK:
(0,46,48,30)
C0M46Y48K30 
(0%,46%,48%,30%)
(0.00/0.46/0.48/0.30)	

CMYK percentages

%0
%46.07
%48.31
%30.2

Codes

Color #B2605C in popluar color models

B2605C
RGB1789692
HSL35.83%52.94%
HSB/HSV48.31%69.80%
CMYK0.00%46.07%48.31%
30.20%

Color #B2605C in popluar number systems.

HEXB2605C
Decimal1789692
Binary1011001011000001011100
Octal262140134

Shades and tints

Shades of #B2605C

#B2605C
(178,96,92)
#A25854
(162,88,84)
#92504C
(146,80,76)
#824844
(130,72,68)
#72403C
(114,64,60)
#623834
(98,56,52)
#52302C
(82,48,44)
#422824
(66,40,36)
#32201C
(50,32,28)
#221814
(34,24,20)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #B2605C

#B2605C
(178,96,92)
#B96E6A
(185,110,106)
#C07C78
(192,124,120)
#C78A86
(199,138,134)
#CE9894
(206,152,148)
#D5A6A2
(213,166,162)
#DCB4B0
(220,180,176)
#E3C2BE
(227,194,190)
#EAD0CC
(234,208,204)
#F1DEDA
(241,222,218)
#F8ECE8
(248,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2605C color. Also use rgb(178,96,92) instead hex code.

Text Font Color

.myTextColor { color: #B2605C; }

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

This text font color is #B2605C.


Background Color

.myBgColor { background-color: #B2605C; }

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

This div background color is #B2605C.


Border color

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

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

This div border color is #B2605C.


Opacity

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

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

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

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

This text has shadow with #B2605C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2605C on black background.


Color preview on white background

This text has color #B2605C on white background.



Black color preview on #B2605C background

This text has black color on #B2605C background.


White color preview on #B2605C background

This text has white color on #B2605C background.