COLOR #BF6F82

HEX: #BF6F82 RGB: (191,111,130)

Color info

#BF6F82 contains mainly red color. Web safe color of #BF6F82 is #CC6699 (or #C69).

RGB color model

#BF6F82 color RGB value is (191,111,130).

RGB: (191,111,130) (75%, 44%, 51%)

RGB channels and saturation

R 191 of 255 = 75%
G 111 of 255 = 44%
B 130 of 255 = 51%

191
111
130

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

Portions of RGB colors in percentages

R + G + B = 191 + 111 + 130 = 432 (100%)
R 191 of 432 ~ 44.21%
G 111 of 432 ~ 25.69%
B 130 of 432 ~ 30.09'%

%44.21
%25.69
%30.09

CMYK color model

#BF6F82 color CMYK value is (0,42,32,25).

  • cyan value is 0.00%
  • magenta value is 41.88%
  • yellow value is 31.94%
  • key color value is 25.10%

CMYK: (0,42,32,25)
C0M42Y32K25 (0%, 42%, 32%, 25%)
(0.00 / 0.42 / 0.32 / 0.25)

CMYK percentages

%0
%41.88
%31.94
%25.1

Codes

Color #BF6F82 in popluar color models

BF 6F 82
RGB 191 111 130
HSL 346° 38.46% 59.22%
HSB/HSV 346° 41.88% 74.90%
CMYK 0.00% 41.88% 31.94%
25.10%

Color #BF6F82 in popluar number systems.

HEX BF 6F 82
Decimal 191 111 130
Binary 10111111 1101111 10000010
Octal 277 157 202

Shades and tints

Shades of #BF6F82

#BF6F82
(191,111,130)
#AE6577
(174,101,119)
#9D5B6C
(157,91,108)
#8C5161
(140,81,97)
#7B4756
(123,71,86)
#6A3D4B
(106,61,75)
#593340
(89,51,64)
#482935
(72,41,53)
#371F2A
(55,31,42)
#26151F
(38,21,31)
#150B14
(21,11,20)
#000000
(0,0,0)

Tints of #BF6F82

#BF6F82
(191,111,130)
#C47C8D
(196,124,141)
#C98998
(201,137,152)
#CE96A3
(206,150,163)
#D3A3AE
(211,163,174)
#D8B0B9
(216,176,185)
#DDBDC4
(221,189,196)
#E2CACF
(226,202,207)
#E7D7DA
(231,215,218)
#ECE4E5
(236,228,229)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF6F82 color. Also use rgb(191,111,130) instead hex code.

Text Font Color

.myTextColor { color: #BF6F82; }

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

This text font color is #BF6F82.

Background Color

.myBgColor { background-color: #BF6F82; }

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

This div background color is #BF6F82.

Border color

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

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

This div border color is #BF6F82.

Opacity

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

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

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

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

This text has shadow with #BF6F82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF6F82.

Preview

Color preview on black background

This text has color #BF6F82 on black background.


Color preview on white background

This text has color #BF6F82 on white background.


Black color preview on #BF6F82 background

This text has black color on #BF6F82 background.


White color preview on #BF6F82 background

This text has white color on #BF6F82 background.


Related colors

Complementary color

Complementary color for #hex is #40907D.


I love getcolorcode.com

Triadic colors

1 #82BF6F and #6F82BF with #BF6F82 are triadic colors.

2 #826FBF and #6FBF82 with #BF6F82 are triadic colors.