COLOR #BF497B

HEX: #BF497B RGB: (191,73,123)

Color info

#BF497B contains mainly red color. Web safe color of #BF497B is #CC3366 (or #C36).

RGB color model

#BF497B color RGB value is (191,73,123).

RGB: (191,73,123) (75%, 29%, 48%)

RGB channels and saturation

R 191 of 255 = 75%
G 73 of 255 = 29%
B 123 of 255 = 48%

191
73
123

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

Portions of RGB colors in percentages

R + G + B = 191 + 73 + 123 = 387 (100%)
R 191 of 387 ~ 49.35%
G 73 of 387 ~ 18.86%
B 123 of 387 ~ 31.78'%

%49.35
%18.86
%31.78

CMYK color model

#BF497B color CMYK value is (0,62,36,25).

  • cyan value is 0.00%
  • magenta value is 61.78%
  • yellow value is 35.60%
  • key color value is 25.10%

CMYK: (0,62,36,25)
C0M62Y36K25 (0%, 62%, 36%, 25%)
(0.00 / 0.62 / 0.36 / 0.25)

CMYK percentages

%0
%61.78
%35.6
%25.1

Codes

Color #BF497B in popluar color models

BF 49 7B
RGB 191 73 123
HSL 335° 47.97% 51.76%
HSB/HSV 335° 61.78% 74.90%
CMYK 0.00% 61.78% 35.60%
25.10%

Color #BF497B in popluar number systems.

HEX BF 49 7B
Decimal 191 73 123
Binary 10111111 1001001 1111011
Octal 277 111 173

Shades and tints

Shades of #BF497B

#BF497B
(191,73,123)
#AE4370
(174,67,112)
#9D3D65
(157,61,101)
#8C375A
(140,55,90)
#7B314F
(123,49,79)
#6A2B44
(106,43,68)
#592539
(89,37,57)
#481F2E
(72,31,46)
#371923
(55,25,35)
#261318
(38,19,24)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #BF497B

#BF497B
(191,73,123)
#C45987
(196,89,135)
#C96993
(201,105,147)
#CE799F
(206,121,159)
#D389AB
(211,137,171)
#D899B7
(216,153,183)
#DDA9C3
(221,169,195)
#E2B9CF
(226,185,207)
#E7C9DB
(231,201,219)
#ECD9E7
(236,217,231)
#F1E9F3
(241,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF497B color. Also use rgb(191,73,123) instead hex code.

Text Font Color

.myTextColor { color: #BF497B; }

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

This text font color is #BF497B.

Background Color

.myBgColor { background-color: #BF497B; }

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

This div background color is #BF497B.

Border color

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

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

This div border color is #BF497B.

Opacity

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

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

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

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

This text has shadow with #BF497B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF497B.

Preview

Color preview on black background

This text has color #BF497B on black background.


Color preview on white background

This text has color #BF497B on white background.


Black color preview on #BF497B background

This text has black color on #BF497B background.


White color preview on #BF497B background

This text has white color on #BF497B background.


Related colors

Complementary color

Complementary color for #hex is #40B684.


I love getcolorcode.com

Triadic colors

1 #7BBF49 and #497BBF with #BF497B are triadic colors.

2 #7B49BF and #49BF7B with #BF497B are triadic colors.