COLOR #B75518

HEX: #B75518
RGB: (183,85,24)

Color info

#B75518 contains mainly red color. Web safe color of #B75518 is #CC6600 (or #C60).

RGB color model

#B75518 color RGB value is (183,85,24).

  • red value is 183;
  • green value is 85;
  • blue value is 24.
RGB:
(183,85,24)
(72%,33%,9%)

RGB channels and saturation

R 183 of 255 = 72%
G 85 of 255 = 33%
B 24 of 255 = 9%

183
85
24

R + G + B ~ 38%. #B75518 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
183 + 85 + 24 = 292 (100%)
R 183 of 292 ~ 62.67%
G 85 of 292 ~ 29.11%
B 24 of 292 ~ 8.22%

%62.67
%29.11

CMYK color model

#B75518 color CMYK value is (0,54,87,28).

  • cyan value is 0.00%
  • magenta value is 53.55%
  • yellow value is 86.89%
  • key color value is 28.24%
CMYK:
(0,54,87,28)
C0M54Y87K28 
(0%,54%,87%,28%)
(0.00/0.54/0.87/0.28)	

CMYK percentages

%0
%53.55
%86.89
%28.24

Codes

Color #B75518 in popluar color models

B75518
RGB1838524
HSL23°76.81%40.59%
HSB/HSV23°86.89%71.76%
CMYK0.00%53.55%86.89%
28.24%

Color #B75518 in popluar number systems.

HEXB75518
Decimal1838524
Binary10110111101010111000
Octal26712530

Shades and tints

Shades of #B75518

#B75518
(183,85,24)
#A74E16
(167,78,22)
#974714
(151,71,20)
#874012
(135,64,18)
#773910
(119,57,16)
#67320E
(103,50,14)
#572B0C
(87,43,12)
#47240A
(71,36,10)
#371D08
(55,29,8)
#271606
(39,22,6)
#170F04
(23,15,4)
#000000
(0,0,0)

Tints of #B75518

#B75518
(183,85,24)
#BD642D
(189,100,45)
#C37342
(195,115,66)
#C98257
(201,130,87)
#CF916C
(207,145,108)
#D5A081
(213,160,129)
#DBAF96
(219,175,150)
#E1BEAB
(225,190,171)
#E7CDC0
(231,205,192)
#EDDCD5
(237,220,213)
#F3EBEA
(243,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B75518 color. Also use rgb(183,85,24) instead hex code.

Text Font Color

.myTextColor { color: #B75518; }

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

This text font color is #B75518.


Background Color

.myBgColor { background-color: #B75518; }

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

This div background color is #B75518.


Border color

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

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

This div border color is #B75518.


Opacity

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

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

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

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

This text has shadow with #B75518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B75518 on black background.


Color preview on white background

This text has color #B75518 on white background.



Black color preview on #B75518 background

This text has black color on #B75518 background.


White color preview on #B75518 background

This text has white color on #B75518 background.