COLOR #BF6172

HEX: #BF6172 RGB: (191,97,114)

Color info

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

RGB color model

#BF6172 color RGB value is (191,97,114).

RGB: (191,97,114) (75%, 38%, 45%)

RGB channels and saturation

R 191 of 255 = 75%
G 97 of 255 = 38%
B 114 of 255 = 45%

191
97
114

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

Portions of RGB colors in percentages

R + G + B = 191 + 97 + 114 = 402 (100%)
R 191 of 402 ~ 47.51%
G 97 of 402 ~ 24.13%
B 114 of 402 ~ 28.36'%

%47.51
%24.13
%28.36

CMYK color model

#BF6172 color CMYK value is (0,49,40,25).

  • cyan value is 0.00%
  • magenta value is 49.21%
  • yellow value is 40.31%
  • key color value is 25.10%

CMYK: (0,49,40,25)
C0M49Y40K25 (0%, 49%, 40%, 25%)
(0.00 / 0.49 / 0.40 / 0.25)

CMYK percentages

%0
%49.21
%40.31
%25.1

Codes

Color #BF6172 in popluar color models

BF 61 72
RGB 191 97 114
HSL 349° 42.34% 56.47%
HSB/HSV 349° 49.21% 74.90%
CMYK 0.00% 49.21% 40.31%
25.10%

Color #BF6172 in popluar number systems.

HEX BF 61 72
Decimal 191 97 114
Binary 10111111 1100001 1110010
Octal 277 141 162

Shades and tints

Shades of #BF6172

#BF6172
(191,97,114)
#AE5968
(174,89,104)
#9D515E
(157,81,94)
#8C4954
(140,73,84)
#7B414A
(123,65,74)
#6A3940
(106,57,64)
#593136
(89,49,54)
#48292C
(72,41,44)
#372122
(55,33,34)
#261918
(38,25,24)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #BF6172

#BF6172
(191,97,114)
#C46F7E
(196,111,126)
#C97D8A
(201,125,138)
#CE8B96
(206,139,150)
#D399A2
(211,153,162)
#D8A7AE
(216,167,174)
#DDB5BA
(221,181,186)
#E2C3C6
(226,195,198)
#E7D1D2
(231,209,210)
#ECDFDE
(236,223,222)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF6172 color. Also use rgb(191,97,114) instead hex code.

Text Font Color

.myTextColor { color: #BF6172; }

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

This text font color is #BF6172.

Background Color

.myBgColor { background-color: #BF6172; }

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

This div background color is #BF6172.

Border color

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

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

This div border color is #BF6172.

Opacity

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

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

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

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

This text has shadow with #BF6172 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF6172.

Preview

Color preview on black background

This text has color #BF6172 on black background.


Color preview on white background

This text has color #BF6172 on white background.


Black color preview on #BF6172 background

This text has black color on #BF6172 background.


White color preview on #BF6172 background

This text has white color on #BF6172 background.


Related colors

Complementary color

Complementary color for #hex is #409E8D.


I love getcolorcode.com

Triadic colors

1 #72BF61 and #6172BF with #BF6172 are triadic colors.

2 #7261BF and #61BF72 with #BF6172 are triadic colors.