COLOR #B75C20

HEX: #B75C20 RGB: (183,92,32)

Color info

#B75C20 contains mainly red color. Web safe color of #B75C20 is #CC6633 (or #C63).

RGB color model

#B75C20 color RGB value is (183,92,32).

RGB: (183,92,32) (72%, 36%, 13%)

RGB channels and saturation

R 183 of 255 = 72%
G 92 of 255 = 36%
B 32 of 255 = 13%

183
92
32

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

Portions of RGB colors in percentages

R + G + B = 183 + 92 + 32 = 307 (100%)
R 183 of 307 ~ 59.61%
G 92 of 307 ~ 29.97%
B 32 of 307 ~ 10.42'%

%59.61
%29.97
%10.42

CMYK color model

#B75C20 color CMYK value is (0,50,83,28).

  • cyan value is 0.00%
  • magenta value is 49.73%
  • yellow value is 82.51%
  • key color value is 28.24%
CMYK: (0,50,83,28) C0M50Y83K28 (0%,50%,83%,28%) (0.00/0.50/0.83/0.28) 

CMYK percentages

%0
%49.73
%82.51
%28.24

Codes

Color #B75C20 in popluar color models

B7 5C 20
RGB 183 92 32
HSL 24° 70.23% 42.16%
HSB/HSV 24° 82.51% 71.76%
CMYK 0.00% 49.73% 82.51%
28.24%

Color #B75C20 in popluar number systems.

HEX B7 5C 20
Decimal 183 92 32
Binary 10110111 1011100 100000
Octal 267 134 40

Shades and tints

Shades of #B75C20

#B75C20
(183,92,32)
#A7541E
(167,84,30)
#974C1C
(151,76,28)
#87441A
(135,68,26)
#773C18
(119,60,24)
#673416
(103,52,22)
#572C14
(87,44,20)
#472412
(71,36,18)
#371C10
(55,28,16)
#27140E
(39,20,14)
#170C0C
(23,12,12)
#000000
(0,0,0)

Tints of #B75C20

#B75C20
(183,92,32)
#BD6A34
(189,106,52)
#C37848
(195,120,72)
#C9865C
(201,134,92)
#CF9470
(207,148,112)
#D5A284
(213,162,132)
#DBB098
(219,176,152)
#E1BEAC
(225,190,172)
#E7CCC0
(231,204,192)
#EDDAD4
(237,218,212)
#F3E8E8
(243,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B75C20 color. Also use rgb(183,92,32) instead hex code.

Text Font Color

.myTextColor { color: #B75C20; }

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

This text font color is #B75C20.

Background Color

.myBgColor { background-color: #B75C20; }

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

This div background color is #B75C20.

Border color

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

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

This div border color is #B75C20.

Opacity

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

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

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

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

This text has shadow with #B75C20 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B75C20.

Preview

Color preview on black background

This text has color #B75C20 on black background.


Color preview on white background

This text has color #B75C20 on white background.


Black color preview on #B75C20 background

This text has black color on #B75C20 background.


White color preview on #B75C20 background

This text has white color on #B75C20 background.


Related colors

Complementary color

Complementary color for #hex is #48A3DF.


I love getcolorcode.com

Triadic colors

1 #20B75C and #5C20B7 with #B75C20 are triadic colors.

2 #205CB7 and #5CB720 with #B75C20 are triadic colors.