COLOR #B7738A

HEX: #B7738A
RGB: (183,115,138)

Color info

#B7738A contains mainly red and blue colors. Web safe color of #B7738A is #CC6699 (or #C69).

RGB color model

#B7738A color RGB value is (183,115,138).

  • red value is 183;
  • green value is 115;
  • blue value is 138.
RGB:
(183,115,138)
(72%,45%,54%)

RGB channels and saturation

R 183 of 255 = 72%
G 115 of 255 = 45%
B 138 of 255 = 54%

183
115
138

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

Portions of RGB colors in percentages

R + G + B =
183 + 115 + 138 = 436 (100%)
R 183 of 436 ~ 41.97%
G 115 of 436 ~ 26.38%
B 138 of 436 ~ 31.65%

%41.97
%26.38
%31.65

CMYK color model

#B7738A color CMYK value is (0,37,25,28).

  • cyan value is 0.00%
  • magenta value is 37.16%
  • yellow value is 24.59%
  • key color value is 28.24%
CMYK:
(0,37,25,28)
C0M37Y25K28 
(0%,37%,25%,28%)
(0.00/0.37/0.25/0.28)	

CMYK percentages

%0
%37.16
%24.59
%28.24

Codes

Color #B7738A in popluar color models

B7738A
RGB183115138
HSL340°32.08%58.43%
HSB/HSV340°37.16%71.76%
CMYK0.00%37.16%24.59%
28.24%

Color #B7738A in popluar number systems.

HEXB7738A
Decimal183115138
Binary10110111111001110001010
Octal267163212

Shades and tints

Shades of #B7738A

#B7738A
(183,115,138)
#A7697E
(167,105,126)
#975F72
(151,95,114)
#875566
(135,85,102)
#774B5A
(119,75,90)
#67414E
(103,65,78)
#573742
(87,55,66)
#472D36
(71,45,54)
#37232A
(55,35,42)
#27191E
(39,25,30)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #B7738A

#B7738A
(183,115,138)
#BD7F94
(189,127,148)
#C38B9E
(195,139,158)
#C997A8
(201,151,168)
#CFA3B2
(207,163,178)
#D5AFBC
(213,175,188)
#DBBBC6
(219,187,198)
#E1C7D0
(225,199,208)
#E7D3DA
(231,211,218)
#EDDFE4
(237,223,228)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7738A color. Also use rgb(183,115,138) instead hex code.

Text Font Color

.myTextColor { color: #B7738A; }

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

This text font color is #B7738A.


Background Color

.myBgColor { background-color: #B7738A; }

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

This div background color is #B7738A.


Border color

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

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

This div border color is #B7738A.


Opacity

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

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

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

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

This text has shadow with #B7738A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7738A on black background.


Color preview on white background

This text has color #B7738A on white background.



Black color preview on #B7738A background

This text has black color on #B7738A background.


White color preview on #B7738A background

This text has white color on #B7738A background.