COLOR #B2654C

HEX: #B2654C
RGB: (178,101,76)

Color info

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

RGB color model

#B2654C color RGB value is (178,101,76).

  • red value is 178;
  • green value is 101;
  • blue value is 76.
RGB:
(178,101,76)
(70%,40%,30%)

RGB channels and saturation

R 178 of 255 = 70%
G 101 of 255 = 40%
B 76 of 255 = 30%

178
101
76

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

Portions of RGB colors in percentages

R + G + B =
178 + 101 + 76 = 355 (100%)
R 178 of 355 ~ 50.14%
G 101 of 355 ~ 28.45%
B 76 of 355 ~ 21.41%

%50.14
%28.45
%21.41

CMYK color model

#B2654C color CMYK value is (0,43,57,30).

  • cyan value is 0.00%
  • magenta value is 43.26%
  • yellow value is 57.30%
  • key color value is 30.20%
CMYK:
(0,43,57,30)
C0M43Y57K30 
(0%,43%,57%,30%)
(0.00/0.43/0.57/0.30)	

CMYK percentages

%0
%43.26
%57.3
%30.2

Codes

Color #B2654C in popluar color models

B2654C
RGB17810176
HSL15°40.16%49.80%
HSB/HSV15°57.30%69.80%
CMYK0.00%43.26%57.30%
30.20%

Color #B2654C in popluar number systems.

HEXB2654C
Decimal17810176
Binary1011001011001011001100
Octal262145114

Shades and tints

Shades of #B2654C

#B2654C
(178,101,76)
#A25C46
(162,92,70)
#925340
(146,83,64)
#824A3A
(130,74,58)
#724134
(114,65,52)
#62382E
(98,56,46)
#522F28
(82,47,40)
#422622
(66,38,34)
#321D1C
(50,29,28)
#221416
(34,20,22)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #B2654C

#B2654C
(178,101,76)
#B9735C
(185,115,92)
#C0816C
(192,129,108)
#C78F7C
(199,143,124)
#CE9D8C
(206,157,140)
#D5AB9C
(213,171,156)
#DCB9AC
(220,185,172)
#E3C7BC
(227,199,188)
#EAD5CC
(234,213,204)
#F1E3DC
(241,227,220)
#F8F1EC
(248,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2654C color. Also use rgb(178,101,76) instead hex code.

Text Font Color

.myTextColor { color: #B2654C; }

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

This text font color is #B2654C.


Background Color

.myBgColor { background-color: #B2654C; }

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

This div background color is #B2654C.


Border color

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

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

This div border color is #B2654C.


Opacity

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

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

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

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

This text has shadow with #B2654C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2654C on black background.


Color preview on white background

This text has color #B2654C on white background.



Black color preview on #B2654C background

This text has black color on #B2654C background.


White color preview on #B2654C background

This text has white color on #B2654C background.