COLOR #B2665C

HEX: #B2665C RGB: (178,102,92)

Color info

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

RGB color model

#B2665C color RGB value is (178,102,92).

RGB: (178,102,92) (70%, 40%, 36%)

RGB channels and saturation

R 178 of 255 = 70%
G 102 of 255 = 40%
B 92 of 255 = 36%

178
102
92

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

Portions of RGB colors in percentages

R + G + B = 178 + 102 + 92 = 372 (100%)
R 178 of 372 ~ 47.85%
G 102 of 372 ~ 27.42%
B 92 of 372 ~ 24.73'%

%47.85
%27.42
%24.73

CMYK color model

#B2665C color CMYK value is (0,43,48,30).

  • cyan value is 0.00%
  • magenta value is 42.70%
  • yellow value is 48.31%
  • key color value is 30.20%

CMYK: (0,43,48,30)
C0M43Y48K30 (0%, 43%, 48%, 30%)
(0.00 / 0.43 / 0.48 / 0.30)

CMYK percentages

%0
%42.7
%48.31
%30.2

Codes

Color #B2665C in popluar color models

B2 66 5C
RGB 178 102 92
HSL 35.83% 52.94%
HSB/HSV 48.31% 69.80%
CMYK 0.00% 42.70% 48.31%
30.20%

Color #B2665C in popluar number systems.

HEX B2 66 5C
Decimal 178 102 92
Binary 10110010 1100110 1011100
Octal 262 146 134

Shades and tints

Shades of #B2665C

#B2665C
(178,102,92)
#A25D54
(162,93,84)
#92544C
(146,84,76)
#824B44
(130,75,68)
#72423C
(114,66,60)
#623934
(98,57,52)
#52302C
(82,48,44)
#422724
(66,39,36)
#321E1C
(50,30,28)
#221514
(34,21,20)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #B2665C

#B2665C
(178,102,92)
#B9736A
(185,115,106)
#C08078
(192,128,120)
#C78D86
(199,141,134)
#CE9A94
(206,154,148)
#D5A7A2
(213,167,162)
#DCB4B0
(220,180,176)
#E3C1BE
(227,193,190)
#EACECC
(234,206,204)
#F1DBDA
(241,219,218)
#F8E8E8
(248,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2665C; }

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

This text font color is #B2665C.

Background Color

.myBgColor { background-color: #B2665C; }

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

This div background color is #B2665C.

Border color

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

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

This div border color is #B2665C.

Opacity

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

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

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

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

This text has shadow with #B2665C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2665C.

Preview

Color preview on black background

This text has color #B2665C on black background.


Color preview on white background

This text has color #B2665C on white background.


Black color preview on #B2665C background

This text has black color on #B2665C background.


White color preview on #B2665C background

This text has white color on #B2665C background.


Related colors

Complementary color

Complementary color for #hex is #4D99A3.


I love getcolorcode.com

Triadic colors

1 #5CB266 and #665CB2 with #B2665C are triadic colors.

2 #5C66B2 and #66B25C with #B2665C are triadic colors.