COLOR #BF7785

HEX: #BF7785
RGB: (191,119,133)

Color info

#BF7785 contains mainly red and blue colors. Web safe color of #BF7785 is #CC6699 (or #C69).

RGB color model

#BF7785 color RGB value is (191,119,133).

  • red value is 191;
  • green value is 119;
  • blue value is 133.
RGB:
(191,119,133)
(75%,47%,52%)

RGB channels and saturation

R 191 of 255 = 75%
G 119 of 255 = 47%
B 133 of 255 = 52%

191
119
133

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

Portions of RGB colors in percentages

R + G + B =
191 + 119 + 133 = 443 (100%)
R 191 of 443 ~ 43.12%
G 119 of 443 ~ 26.86%
B 133 of 443 ~ 30.02%

%43.12
%26.86
%30.02

CMYK color model

#BF7785 color CMYK value is (0,38,30,25).

  • cyan value is 0.00%
  • magenta value is 37.70%
  • yellow value is 30.37%
  • key color value is 25.10%
CMYK:
(0,38,30,25)
C0M38Y30K25 
(0%,38%,30%,25%)
(0.00/0.38/0.30/0.25)	

CMYK percentages

%0
%37.7
%30.37
%25.1

Codes

Color #BF7785 in popluar color models

BF7785
RGB191119133
HSL348°36.00%60.78%
HSB/HSV348°37.70%74.90%
CMYK0.00%37.70%30.37%
25.10%

Color #BF7785 in popluar number systems.

HEXBF7785
Decimal191119133
Binary10111111111011110000101
Octal277167205

Shades and tints

Shades of #BF7785

#BF7785
(191,119,133)
#AE6D79
(174,109,121)
#9D636D
(157,99,109)
#8C5961
(140,89,97)
#7B4F55
(123,79,85)
#6A4549
(106,69,73)
#593B3D
(89,59,61)
#483131
(72,49,49)
#372725
(55,39,37)
#261D19
(38,29,25)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #BF7785

#BF7785
(191,119,133)
#C48390
(196,131,144)
#C98F9B
(201,143,155)
#CE9BA6
(206,155,166)
#D3A7B1
(211,167,177)
#D8B3BC
(216,179,188)
#DDBFC7
(221,191,199)
#E2CBD2
(226,203,210)
#E7D7DD
(231,215,221)
#ECE3E8
(236,227,232)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF7785 color. Also use rgb(191,119,133) instead hex code.

Text Font Color

.myTextColor { color: #BF7785; }

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

This text font color is #BF7785.


Background Color

.myBgColor { background-color: #BF7785; }

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

This div background color is #BF7785.


Border color

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

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

This div border color is #BF7785.


Opacity

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

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

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

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

This text has shadow with #BF7785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF7785 on black background.


Color preview on white background

This text has color #BF7785 on white background.



Black color preview on #BF7785 background

This text has black color on #BF7785 background.


White color preview on #BF7785 background

This text has white color on #BF7785 background.