COLOR #B2665A

HEX: #B2665A
RGB: (178,102,90)

Color info

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

RGB color model

#B2665A color RGB value is (178,102,90).

  • red value is 178;
  • green value is 102;
  • blue value is 90.
RGB:
(178,102,90)
(70%,40%,35%)

RGB channels and saturation

R 178 of 255 = 70%
G 102 of 255 = 40%
B 90 of 255 = 35%

178
102
90

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

Portions of RGB colors in percentages

R + G + B =
178 + 102 + 90 = 370 (100%)
R 178 of 370 ~ 48.11%
G 102 of 370 ~ 27.57%
B 90 of 370 ~ 24.32%

%48.11
%27.57
%24.32

CMYK color model

#B2665A color CMYK value is (0,43,49,30).

  • cyan value is 0.00%
  • magenta value is 42.70%
  • yellow value is 49.44%
  • key color value is 30.20%
CMYK:
(0,43,49,30)
C0M43Y49K30 
(0%,43%,49%,30%)
(0.00/0.43/0.49/0.30)	

CMYK percentages

%0
%42.7
%49.44
%30.2

Codes

Color #B2665A in popluar color models

B2665A
RGB17810290
HSL36.36%52.55%
HSB/HSV49.44%69.80%
CMYK0.00%42.70%49.44%
30.20%

Color #B2665A in popluar number systems.

HEXB2665A
Decimal17810290
Binary1011001011001101011010
Octal262146132

Shades and tints

Shades of #B2665A

#B2665A
(178,102,90)
#A25D52
(162,93,82)
#92544A
(146,84,74)
#824B42
(130,75,66)
#72423A
(114,66,58)
#623932
(98,57,50)
#52302A
(82,48,42)
#422722
(66,39,34)
#321E1A
(50,30,26)
#221512
(34,21,18)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #B2665A

#B2665A
(178,102,90)
#B97369
(185,115,105)
#C08078
(192,128,120)
#C78D87
(199,141,135)
#CE9A96
(206,154,150)
#D5A7A5
(213,167,165)
#DCB4B4
(220,180,180)
#E3C1C3
(227,193,195)
#EACED2
(234,206,210)
#F1DBE1
(241,219,225)
#F8E8F0
(248,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2665A; }

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

This text font color is #B2665A.


Background Color

.myBgColor { background-color: #B2665A; }

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

This div background color is #B2665A.


Border color

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

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

This div border color is #B2665A.


Opacity

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

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

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

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

This text has shadow with #B2665A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2665A on black background.


Color preview on white background

This text has color #B2665A on white background.



Black color preview on #B2665A background

This text has black color on #B2665A background.


White color preview on #B2665A background

This text has white color on #B2665A background.