COLOR #B74F5A

HEX: #B74F5A
RGB: (183,79,90)

Color info

#B74F5A contains mainly red color. Web safe color of #B74F5A is #CC6666 (or #C66).

RGB color model

#B74F5A color RGB value is (183,79,90).

  • red value is 183;
  • green value is 79;
  • blue value is 90.
RGB:
(183,79,90)
(72%,31%,35%)

RGB channels and saturation

R 183 of 255 = 72%
G 79 of 255 = 31%
B 90 of 255 = 35%

183
79
90

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

Portions of RGB colors in percentages

R + G + B =
183 + 79 + 90 = 352 (100%)
R 183 of 352 ~ 51.99%
G 79 of 352 ~ 22.44%
B 90 of 352 ~ 25.57%

%51.99
%22.44
%25.57

CMYK color model

#B74F5A color CMYK value is (0,57,51,28).

  • cyan value is 0.00%
  • magenta value is 56.83%
  • yellow value is 50.82%
  • key color value is 28.24%
CMYK:
(0,57,51,28)
C0M57Y51K28 
(0%,57%,51%,28%)
(0.00/0.57/0.51/0.28)	

CMYK percentages

%0
%56.83
%50.82
%28.24

Codes

Color #B74F5A in popluar color models

B74F5A
RGB1837990
HSL354°41.94%51.37%
HSB/HSV354°56.83%71.76%
CMYK0.00%56.83%50.82%
28.24%

Color #B74F5A in popluar number systems.

HEXB74F5A
Decimal1837990
Binary1011011110011111011010
Octal267117132

Shades and tints

Shades of #B74F5A

#B74F5A
(183,79,90)
#A74852
(167,72,82)
#97414A
(151,65,74)
#873A42
(135,58,66)
#77333A
(119,51,58)
#672C32
(103,44,50)
#57252A
(87,37,42)
#471E22
(71,30,34)
#37171A
(55,23,26)
#271012
(39,16,18)
#17090A
(23,9,10)
#000000
(0,0,0)

Tints of #B74F5A

#B74F5A
(183,79,90)
#BD5F69
(189,95,105)
#C36F78
(195,111,120)
#C97F87
(201,127,135)
#CF8F96
(207,143,150)
#D59FA5
(213,159,165)
#DBAFB4
(219,175,180)
#E1BFC3
(225,191,195)
#E7CFD2
(231,207,210)
#EDDFE1
(237,223,225)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B74F5A color. Also use rgb(183,79,90) instead hex code.

Text Font Color

.myTextColor { color: #B74F5A; }

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

This text font color is #B74F5A.


Background Color

.myBgColor { background-color: #B74F5A; }

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

This div background color is #B74F5A.


Border color

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

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

This div border color is #B74F5A.


Opacity

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

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

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

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

This text has shadow with #B74F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B74F5A on black background.


Color preview on white background

This text has color #B74F5A on white background.



Black color preview on #B74F5A background

This text has black color on #B74F5A background.


White color preview on #B74F5A background

This text has white color on #B74F5A background.