COLOR #B74B2A

HEX: #B74B2A RGB: (183,75,42)

Color info

#B74B2A contains mainly red color. Web safe color of #B74B2A is #CC3333 (or #C33).

RGB color model

#B74B2A color RGB value is (183,75,42).

RGB: (183,75,42) (72%, 29%, 16%)

RGB channels and saturation

R 183 of 255 = 72%
G 75 of 255 = 29%
B 42 of 255 = 16%

183
75
42

R + G + B ~ 39%. #B74B2A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 183 + 75 + 42 = 300 (100%)
R 183 of 300 ~ 61%
G 75 of 300 ~ 25%
B 42 of 300 ~ 14'%

%61
%25
%14

CMYK color model

#B74B2A color CMYK value is (0,59,77,28).

  • cyan value is 0.00%
  • magenta value is 59.02%
  • yellow value is 77.05%
  • key color value is 28.24%

CMYK: (0,59,77,28)
C0M59Y77K28 (0%, 59%, 77%, 28%)
(0.00 / 0.59 / 0.77 / 0.28)

CMYK percentages

%0
%59.02
%77.05
%28.24

Codes

Color #B74B2A in popluar color models

B7 4B 2A
RGB 183 75 42
HSL 14° 62.67% 44.12%
HSB/HSV 14° 77.05% 71.76%
CMYK 0.00% 59.02% 77.05%
28.24%

Color #B74B2A in popluar number systems.

HEX B7 4B 2A
Decimal 183 75 42
Binary 10110111 1001011 101010
Octal 267 113 52

Shades and tints

Shades of #B74B2A

#B74B2A
(183,75,42)
#A74527
(167,69,39)
#973F24
(151,63,36)
#873921
(135,57,33)
#77331E
(119,51,30)
#672D1B
(103,45,27)
#572718
(87,39,24)
#472115
(71,33,21)
#371B12
(55,27,18)
#27150F
(39,21,15)
#170F0C
(23,15,12)
#000000
(0,0,0)

Tints of #B74B2A

#B74B2A
(183,75,42)
#BD5B3D
(189,91,61)
#C36B50
(195,107,80)
#C97B63
(201,123,99)
#CF8B76
(207,139,118)
#D59B89
(213,155,137)
#DBAB9C
(219,171,156)
#E1BBAF
(225,187,175)
#E7CBC2
(231,203,194)
#EDDBD5
(237,219,213)
#F3EBE8
(243,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B74B2A; }

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

This text font color is #B74B2A.

Background Color

.myBgColor { background-color: #B74B2A; }

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

This div background color is #B74B2A.

Border color

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

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

This div border color is #B74B2A.

Opacity

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

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

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

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

This text has shadow with #B74B2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B74B2A.

Preview

Color preview on black background

This text has color #B74B2A on black background.


Color preview on white background

This text has color #B74B2A on white background.


Black color preview on #B74B2A background

This text has black color on #B74B2A background.


White color preview on #B74B2A background

This text has white color on #B74B2A background.


Related colors

Complementary color

Complementary color for #hex is #48B4D5.


I love getcolorcode.com

Triadic colors

1 #2AB74B and #4B2AB7 with #B74B2A are triadic colors.

2 #2A4BB7 and #4BB72A with #B74B2A are triadic colors.