COLOR #B15F62

HEX: #B15F62
RGB: (177,95,98)

Color info

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

RGB color model

#B15F62 color RGB value is (177,95,98).

  • red value is 177;
  • green value is 95;
  • blue value is 98.
RGB:
(177,95,98)
(69%,37%,38%)

RGB channels and saturation

R 177 of 255 = 69%
G 95 of 255 = 37%
B 98 of 255 = 38%

177
95
98

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

Portions of RGB colors in percentages

R + G + B =
177 + 95 + 98 = 370 (100%)
R 177 of 370 ~ 47.84%
G 95 of 370 ~ 25.68%
B 98 of 370 ~ 26.49%

%47.84
%25.68
%26.49

CMYK color model

#B15F62 color CMYK value is (0,46,45,31).

  • cyan value is 0.00%
  • magenta value is 46.33%
  • yellow value is 44.63%
  • key color value is 30.59%
CMYK:
(0,46,45,31)
C0M46Y45K31 
(0%,46%,45%,31%)
(0.00/0.46/0.45/0.31)	

CMYK percentages

%0
%46.33
%44.63
%30.59

Codes

Color #B15F62 in popluar color models

B15F62
RGB1779598
HSL358°34.45%53.33%
HSB/HSV358°46.33%69.41%
CMYK0.00%46.33%44.63%
30.59%

Color #B15F62 in popluar number systems.

HEXB15F62
Decimal1779598
Binary1011000110111111100010
Octal261137142

Shades and tints

Shades of #B15F62

#B15F62
(177,95,98)
#A1575A
(161,87,90)
#914F52
(145,79,82)
#81474A
(129,71,74)
#713F42
(113,63,66)
#61373A
(97,55,58)
#512F32
(81,47,50)
#41272A
(65,39,42)
#311F22
(49,31,34)
#21171A
(33,23,26)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #B15F62

#B15F62
(177,95,98)
#B86D70
(184,109,112)
#BF7B7E
(191,123,126)
#C6898C
(198,137,140)
#CD979A
(205,151,154)
#D4A5A8
(212,165,168)
#DBB3B6
(219,179,182)
#E2C1C4
(226,193,196)
#E9CFD2
(233,207,210)
#F0DDE0
(240,221,224)
#F7EBEE
(247,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B15F62 color. Also use rgb(177,95,98) instead hex code.

Text Font Color

.myTextColor { color: #B15F62; }

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

This text font color is #B15F62.


Background Color

.myBgColor { background-color: #B15F62; }

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

This div background color is #B15F62.


Border color

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

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

This div border color is #B15F62.


Opacity

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

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

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

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

This text has shadow with #B15F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15F62 on black background.


Color preview on white background

This text has color #B15F62 on white background.



Black color preview on #B15F62 background

This text has black color on #B15F62 background.


White color preview on #B15F62 background

This text has white color on #B15F62 background.