COLOR #B7467E

HEX: #B7467E
RGB: (183,70,126)

Color info

#B7467E contains mainly red and blue colors. Web safe color of #B7467E is #CC3366 (or #C36).

RGB color model

#B7467E color RGB value is (183,70,126).

  • red value is 183;
  • green value is 70;
  • blue value is 126.
RGB:
(183,70,126)
(72%,27%,49%)

RGB channels and saturation

R 183 of 255 = 72%
G 70 of 255 = 27%
B 126 of 255 = 49%

183
70
126

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

Portions of RGB colors in percentages

R + G + B =
183 + 70 + 126 = 379 (100%)
R 183 of 379 ~ 48.28%
G 70 of 379 ~ 18.47%
B 126 of 379 ~ 33.25%

%48.28
%18.47
%33.25

CMYK color model

#B7467E color CMYK value is (0,62,31,28).

  • cyan value is 0.00%
  • magenta value is 61.75%
  • yellow value is 31.15%
  • key color value is 28.24%
CMYK:
(0,62,31,28)
C0M62Y31K28 
(0%,62%,31%,28%)
(0.00/0.62/0.31/0.28)	

CMYK percentages

%0
%61.75
%31.15
%28.24

Codes

Color #B7467E in popluar color models

B7467E
RGB18370126
HSL330°44.66%49.61%
HSB/HSV330°61.75%71.76%
CMYK0.00%61.75%31.15%
28.24%

Color #B7467E in popluar number systems.

HEXB7467E
Decimal18370126
Binary1011011110001101111110
Octal267106176

Shades and tints

Shades of #B7467E

#B7467E
(183,70,126)
#A74073
(167,64,115)
#973A68
(151,58,104)
#87345D
(135,52,93)
#772E52
(119,46,82)
#672847
(103,40,71)
#57223C
(87,34,60)
#471C31
(71,28,49)
#371626
(55,22,38)
#27101B
(39,16,27)
#170A10
(23,10,16)
#000000
(0,0,0)

Tints of #B7467E

#B7467E
(183,70,126)
#BD5689
(189,86,137)
#C36694
(195,102,148)
#C9769F
(201,118,159)
#CF86AA
(207,134,170)
#D596B5
(213,150,181)
#DBA6C0
(219,166,192)
#E1B6CB
(225,182,203)
#E7C6D6
(231,198,214)
#EDD6E1
(237,214,225)
#F3E6EC
(243,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7467E color. Also use rgb(183,70,126) instead hex code.

Text Font Color

.myTextColor { color: #B7467E; }

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

This text font color is #B7467E.


Background Color

.myBgColor { background-color: #B7467E; }

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

This div background color is #B7467E.


Border color

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

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

This div border color is #B7467E.


Opacity

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

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

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

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

This text has shadow with #B7467E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7467E on black background.


Color preview on white background

This text has color #B7467E on white background.



Black color preview on #B7467E background

This text has black color on #B7467E background.


White color preview on #B7467E background

This text has white color on #B7467E background.