COLOR #B74B6F

HEX: #B74B6F RGB: (183,75,111)

Color info

#B74B6F contains mainly red color. Web safe color of #B74B6F is #CC3366 (or #C36).

RGB color model

#B74B6F color RGB value is (183,75,111).

RGB: (183,75,111) (72%, 29%, 44%)

RGB channels and saturation

R 183 of 255 = 72%
G 75 of 255 = 29%
B 111 of 255 = 44%

183
75
111

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

Portions of RGB colors in percentages

R + G + B = 183 + 75 + 111 = 369 (100%)
R 183 of 369 ~ 49.59%
G 75 of 369 ~ 20.33%
B 111 of 369 ~ 30.08'%

%49.59
%20.33
%30.08

CMYK color model

#B74B6F color CMYK value is (0,59,39,28).

  • cyan value is 0.00%
  • magenta value is 59.02%
  • yellow value is 39.34%
  • key color value is 28.24%
CMYK: (0,59,39,28) C0M59Y39K28 (0%,59%,39%,28%) (0.00/0.59/0.39/0.28) 

CMYK percentages

%0
%59.02
%39.34
%28.24

Codes

Color #B74B6F in popluar color models

B7 4B 6F
RGB 183 75 111
HSL 340° 42.86% 50.59%
HSB/HSV 340° 59.02% 71.76%
CMYK 0.00% 59.02% 39.34%
28.24%

Color #B74B6F in popluar number systems.

HEX B7 4B 6F
Decimal 183 75 111
Binary 10110111 1001011 1101111
Octal 267 113 157

Shades and tints

Shades of #B74B6F

#B74B6F
(183,75,111)
#A74565
(167,69,101)
#973F5B
(151,63,91)
#873951
(135,57,81)
#773347
(119,51,71)
#672D3D
(103,45,61)
#572733
(87,39,51)
#472129
(71,33,41)
#371B1F
(55,27,31)
#271515
(39,21,21)
#170F0B
(23,15,11)
#000000
(0,0,0)

Tints of #B74B6F

#B74B6F
(183,75,111)
#BD5B7C
(189,91,124)
#C36B89
(195,107,137)
#C97B96
(201,123,150)
#CF8BA3
(207,139,163)
#D59BB0
(213,155,176)
#DBABBD
(219,171,189)
#E1BBCA
(225,187,202)
#E7CBD7
(231,203,215)
#EDDBE4
(237,219,228)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B74B6F color. Also use rgb(183,75,111) instead hex code.

Text Font Color

.myTextColor { color: #B74B6F; }

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

This text font color is #B74B6F.

Background Color

.myBgColor { background-color: #B74B6F; }

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

This div background color is #B74B6F.

Border color

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

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

This div border color is #B74B6F.

Opacity

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

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

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

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

This text has shadow with #B74B6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B74B6F.

Preview

Color preview on black background

This text has color #B74B6F on black background.


Color preview on white background

This text has color #B74B6F on white background.


Black color preview on #B74B6F background

This text has black color on #B74B6F background.


White color preview on #B74B6F background

This text has white color on #B74B6F background.


Related colors

Complementary color

Complementary color for #hex is #48B490.


I love getcolorcode.com

Triadic colors

1 #6FB74B and #4B6FB7 with #B74B6F are triadic colors.

2 #6F4BB7 and #4BB76F with #B74B6F are triadic colors.