COLOR #BF828A

HEX: #BF828A
RGB: (191,130,138)

Color info

#BF828A contains mainly red and blue colors. Web safe color of #BF828A is #CC9999 (or #C99).

RGB color model

#BF828A color RGB value is (191,130,138).

  • red value is 191;
  • green value is 130;
  • blue value is 138.
RGB:
(191,130,138)
(75%,51%,54%)

RGB channels and saturation

R 191 of 255 = 75%
G 130 of 255 = 51%
B 138 of 255 = 54%

191
130
138

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

Portions of RGB colors in percentages

R + G + B =
191 + 130 + 138 = 459 (100%)
R 191 of 459 ~ 41.61%
G 130 of 459 ~ 28.32%
B 138 of 459 ~ 30.07%

%41.61
%28.32
%30.07

CMYK color model

#BF828A color CMYK value is (0,32,28,25).

  • cyan value is 0.00%
  • magenta value is 31.94%
  • yellow value is 27.75%
  • key color value is 25.10%
CMYK:
(0,32,28,25)
C0M32Y28K25 
(0%,32%,28%,25%)
(0.00/0.32/0.28/0.25)	

CMYK percentages

%0
%31.94
%27.75
%25.1

Codes

Color #BF828A in popluar color models

BF828A
RGB191130138
HSL352°32.28%62.94%
HSB/HSV352°31.94%74.90%
CMYK0.00%31.94%27.75%
25.10%

Color #BF828A in popluar number systems.

HEXBF828A
Decimal191130138
Binary101111111000001010001010
Octal277202212

Shades and tints

Shades of #BF828A

#BF828A
(191,130,138)
#AE777E
(174,119,126)
#9D6C72
(157,108,114)
#8C6166
(140,97,102)
#7B565A
(123,86,90)
#6A4B4E
(106,75,78)
#594042
(89,64,66)
#483536
(72,53,54)
#372A2A
(55,42,42)
#261F1E
(38,31,30)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #BF828A

#BF828A
(191,130,138)
#C48D94
(196,141,148)
#C9989E
(201,152,158)
#CEA3A8
(206,163,168)
#D3AEB2
(211,174,178)
#D8B9BC
(216,185,188)
#DDC4C6
(221,196,198)
#E2CFD0
(226,207,208)
#E7DADA
(231,218,218)
#ECE5E4
(236,229,228)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF828A; }

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

This text font color is #BF828A.


Background Color

.myBgColor { background-color: #BF828A; }

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

This div background color is #BF828A.


Border color

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

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

This div border color is #BF828A.


Opacity

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

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

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

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

This text has shadow with #BF828A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF828A on black background.


Color preview on white background

This text has color #BF828A on white background.



Black color preview on #BF828A background

This text has black color on #BF828A background.


White color preview on #BF828A background

This text has white color on #BF828A background.