COLOR #B5735F

HEX: #B5735F RGB: (181,115,95)

Color info

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

RGB color model

#B5735F color RGB value is (181,115,95).

RGB: (181,115,95) (71%, 45%, 37%)

RGB channels and saturation

R 181 of 255 = 71%
G 115 of 255 = 45%
B 95 of 255 = 37%

181
115
95

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

Portions of RGB colors in percentages

R + G + B = 181 + 115 + 95 = 391 (100%)
R 181 of 391 ~ 46.29%
G 115 of 391 ~ 29.41%
B 95 of 391 ~ 24.3'%

%46.29
%29.41
%24.3

CMYK color model

#B5735F color CMYK value is (0,36,48,29).

  • cyan value is 0.00%
  • magenta value is 36.46%
  • yellow value is 47.51%
  • key color value is 29.02%

CMYK: (0,36,48,29)
C0M36Y48K29 (0%, 36%, 48%, 29%)
(0.00 / 0.36 / 0.48 / 0.29)

CMYK percentages

%0
%36.46
%47.51
%29.02

Codes

Color #B5735F in popluar color models

B5 73 5F
RGB 181 115 95
HSL 14° 36.75% 54.12%
HSB/HSV 14° 47.51% 70.98%
CMYK 0.00% 36.46% 47.51%
29.02%

Color #B5735F in popluar number systems.

HEX B5 73 5F
Decimal 181 115 95
Binary 10110101 1110011 1011111
Octal 265 163 137

Shades and tints

Shades of #B5735F

#B5735F
(181,115,95)
#A56957
(165,105,87)
#955F4F
(149,95,79)
#855547
(133,85,71)
#754B3F
(117,75,63)
#654137
(101,65,55)
#55372F
(85,55,47)
#452D27
(69,45,39)
#35231F
(53,35,31)
#251917
(37,25,23)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #B5735F

#B5735F
(181,115,95)
#BB7F6D
(187,127,109)
#C18B7B
(193,139,123)
#C79789
(199,151,137)
#CDA397
(205,163,151)
#D3AFA5
(211,175,165)
#D9BBB3
(217,187,179)
#DFC7C1
(223,199,193)
#E5D3CF
(229,211,207)
#EBDFDD
(235,223,221)
#F1EBEB
(241,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5735F color. Also use rgb(181,115,95) instead hex code.

Text Font Color

.myTextColor { color: #B5735F; }

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

This text font color is #B5735F.

Background Color

.myBgColor { background-color: #B5735F; }

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

This div background color is #B5735F.

Border color

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

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

This div border color is #B5735F.

Opacity

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

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

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

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

This text has shadow with #B5735F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5735F.

Preview

Color preview on black background

This text has color #B5735F on black background.


Color preview on white background

This text has color #B5735F on white background.


Black color preview on #B5735F background

This text has black color on #B5735F background.


White color preview on #B5735F background

This text has white color on #B5735F background.


Related colors

Complementary color

Complementary color for #hex is #4A8CA0.


I love getcolorcode.com

Triadic colors

1 #5FB573 and #735FB5 with #B5735F are triadic colors.

2 #5F73B5 and #73B55F with #B5735F are triadic colors.