COLOR #B0735C

HEX: #B0735C
RGB: (176,115,92)

Color info

#B0735C contains mainly red color. Web safe color of #B0735C is #996666 (or #966).

RGB color model

#B0735C color RGB value is (176,115,92).

  • red value is 176;
  • green value is 115;
  • blue value is 92.
RGB:
(176,115,92)
(69%,45%,36%)

RGB channels and saturation

R 176 of 255 = 69%
G 115 of 255 = 45%
B 92 of 255 = 36%

176
115
92

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

Portions of RGB colors in percentages

R + G + B =
176 + 115 + 92 = 383 (100%)
R 176 of 383 ~ 45.95%
G 115 of 383 ~ 30.03%
B 92 of 383 ~ 24.02%

%45.95
%30.03
%24.02

CMYK color model

#B0735C color CMYK value is (0,35,48,31).

  • cyan value is 0.00%
  • magenta value is 34.66%
  • yellow value is 47.73%
  • key color value is 30.98%
CMYK:
(0,35,48,31)
C0M35Y48K31 
(0%,35%,48%,31%)
(0.00/0.35/0.48/0.31)	

CMYK percentages

%0
%34.66
%47.73
%30.98

Codes

Color #B0735C in popluar color models

B0735C
RGB17611592
HSL16°34.71%52.55%
HSB/HSV16°47.73%69.02%
CMYK0.00%34.66%47.73%
30.98%

Color #B0735C in popluar number systems.

HEXB0735C
Decimal17611592
Binary1011000011100111011100
Octal260163134

Shades and tints

Shades of #B0735C

#B0735C
(176,115,92)
#A06954
(160,105,84)
#905F4C
(144,95,76)
#805544
(128,85,68)
#704B3C
(112,75,60)
#604134
(96,65,52)
#50372C
(80,55,44)
#402D24
(64,45,36)
#30231C
(48,35,28)
#201914
(32,25,20)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #B0735C

#B0735C
(176,115,92)
#B77F6A
(183,127,106)
#BE8B78
(190,139,120)
#C59786
(197,151,134)
#CCA394
(204,163,148)
#D3AFA2
(211,175,162)
#DABBB0
(218,187,176)
#E1C7BE
(225,199,190)
#E8D3CC
(232,211,204)
#EFDFDA
(239,223,218)
#F6EBE8
(246,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0735C color. Also use rgb(176,115,92) instead hex code.

Text Font Color

.myTextColor { color: #B0735C; }

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

This text font color is #B0735C.


Background Color

.myBgColor { background-color: #B0735C; }

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

This div background color is #B0735C.


Border color

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

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

This div border color is #B0735C.


Opacity

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

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

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

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

This text has shadow with #B0735C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0735C on black background.


Color preview on white background

This text has color #B0735C on white background.



Black color preview on #B0735C background

This text has black color on #B0735C background.


White color preview on #B0735C background

This text has white color on #B0735C background.