COLOR #B9615F

HEX: #B9615F RGB: (185,97,95)

Color info

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

RGB color model

#B9615F color RGB value is (185,97,95).

RGB: (185,97,95) (73%, 38%, 37%)

RGB channels and saturation

R 185 of 255 = 73%
G 97 of 255 = 38%
B 95 of 255 = 37%

185
97
95

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

Portions of RGB colors in percentages

R + G + B = 185 + 97 + 95 = 377 (100%)
R 185 of 377 ~ 49.07%
G 97 of 377 ~ 25.73%
B 95 of 377 ~ 25.2'%

%49.07
%25.73
%25.2

CMYK color model

#B9615F color CMYK value is (0,48,49,27).

  • cyan value is 0.00%
  • magenta value is 47.57%
  • yellow value is 48.65%
  • key color value is 27.45%

CMYK: (0,48,49,27)
C0M48Y49K27 (0%, 48%, 49%, 27%)
(0.00 / 0.48 / 0.49 / 0.27)

CMYK percentages

%0
%47.57
%48.65
%27.45

Codes

Color #B9615F in popluar color models

B9 61 5F
RGB 185 97 95
HSL 39.13% 54.90%
HSB/HSV 48.65% 72.55%
CMYK 0.00% 47.57% 48.65%
27.45%

Color #B9615F in popluar number systems.

HEX B9 61 5F
Decimal 185 97 95
Binary 10111001 1100001 1011111
Octal 271 141 137

Shades and tints

Shades of #B9615F

#B9615F
(185,97,95)
#A95957
(169,89,87)
#99514F
(153,81,79)
#894947
(137,73,71)
#79413F
(121,65,63)
#693937
(105,57,55)
#59312F
(89,49,47)
#492927
(73,41,39)
#39211F
(57,33,31)
#291917
(41,25,23)
#19110F
(25,17,15)
#000000
(0,0,0)

Tints of #B9615F

#B9615F
(185,97,95)
#BF6F6D
(191,111,109)
#C57D7B
(197,125,123)
#CB8B89
(203,139,137)
#D19997
(209,153,151)
#D7A7A5
(215,167,165)
#DDB5B3
(221,181,179)
#E3C3C1
(227,195,193)
#E9D1CF
(233,209,207)
#EFDFDD
(239,223,221)
#F5EDEB
(245,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9615F color. Also use rgb(185,97,95) instead hex code.

Text Font Color

.myTextColor { color: #B9615F; }

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

This text font color is #B9615F.

Background Color

.myBgColor { background-color: #B9615F; }

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

This div background color is #B9615F.

Border color

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

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

This div border color is #B9615F.

Opacity

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

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

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

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

This text has shadow with #B9615F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9615F.

Preview

Color preview on black background

This text has color #B9615F on black background.


Color preview on white background

This text has color #B9615F on white background.


Black color preview on #B9615F background

This text has black color on #B9615F background.


White color preview on #B9615F background

This text has white color on #B9615F background.


Related colors

Complementary color

Complementary color for #B9615F is #469EA0.


I love getcolorcode.com

Triadic colors

1 #5FB961 and #615FB9 with #B9615F are triadic colors.

2 #5F61B9 and #61B95F with #B9615F are triadic colors.