COLOR #BF6365

HEX: #BF6365
RGB: (191,99,101)

Color info

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

RGB color model

#BF6365 color RGB value is (191,99,101).

  • red value is 191;
  • green value is 99;
  • blue value is 101.
RGB:
(191,99,101)
(75%,39%,40%)

RGB channels and saturation

R 191 of 255 = 75%
G 99 of 255 = 39%
B 101 of 255 = 40%

191
99
101

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

Portions of RGB colors in percentages

R + G + B =
191 + 99 + 101 = 391 (100%)
R 191 of 391 ~ 48.85%
G 99 of 391 ~ 25.32%
B 101 of 391 ~ 25.83%

%48.85
%25.32
%25.83

CMYK color model

#BF6365 color CMYK value is (0,48,47,25).

  • cyan value is 0.00%
  • magenta value is 48.17%
  • yellow value is 47.12%
  • key color value is 25.10%
CMYK:
(0,48,47,25)
C0M48Y47K25 
(0%,48%,47%,25%)
(0.00/0.48/0.47/0.25)	

CMYK percentages

%0
%48.17
%47.12
%25.1

Codes

Color #BF6365 in popluar color models

BF6365
RGB19199101
HSL359°41.82%56.86%
HSB/HSV359°48.17%74.90%
CMYK0.00%48.17%47.12%
25.10%

Color #BF6365 in popluar number systems.

HEXBF6365
Decimal19199101
Binary1011111111000111100101
Octal277143145

Shades and tints

Shades of #BF6365

#BF6365
(191,99,101)
#AE5A5C
(174,90,92)
#9D5153
(157,81,83)
#8C484A
(140,72,74)
#7B3F41
(123,63,65)
#6A3638
(106,54,56)
#592D2F
(89,45,47)
#482426
(72,36,38)
#371B1D
(55,27,29)
#261214
(38,18,20)
#15090B
(21,9,11)
#000000
(0,0,0)

Tints of #BF6365

#BF6365
(191,99,101)
#C47173
(196,113,115)
#C97F81
(201,127,129)
#CE8D8F
(206,141,143)
#D39B9D
(211,155,157)
#D8A9AB
(216,169,171)
#DDB7B9
(221,183,185)
#E2C5C7
(226,197,199)
#E7D3D5
(231,211,213)
#ECE1E3
(236,225,227)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF6365 color. Also use rgb(191,99,101) instead hex code.

Text Font Color

.myTextColor { color: #BF6365; }

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

This text font color is #BF6365.


Background Color

.myBgColor { background-color: #BF6365; }

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

This div background color is #BF6365.


Border color

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

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

This div border color is #BF6365.


Opacity

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

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

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

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

This text has shadow with #BF6365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF6365 on black background.


Color preview on white background

This text has color #BF6365 on white background.



Black color preview on #BF6365 background

This text has black color on #BF6365 background.


White color preview on #BF6365 background

This text has white color on #BF6365 background.