COLOR #BB848F

HEX: #BB848F
RGB: (187,132,143)

Color info

#BB848F contains red, green and blue colors in about the same proportion. Web safe color of #BB848F is #CC9999 (or #C99).

RGB color model

#BB848F color RGB value is (187,132,143).

  • red value is 187;
  • green value is 132;
  • blue value is 143.
RGB:
(187,132,143)
(73%,52%,56%)

RGB channels and saturation

R 187 of 255 = 73%
G 132 of 255 = 52%
B 143 of 255 = 56%

187
132
143

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

Portions of RGB colors in percentages

R + G + B =
187 + 132 + 143 = 462 (100%)
R 187 of 462 ~ 40.48%
G 132 of 462 ~ 28.57%
B 143 of 462 ~ 30.95%

%40.48
%28.57
%30.95

CMYK color model

#BB848F color CMYK value is (0,29,24,27).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 23.53%
  • key color value is 26.67%
CMYK:
(0,29,24,27)
C0M29Y24K27 
(0%,29%,24%,27%)
(0.00/0.29/0.24/0.27)	

CMYK percentages

%0
%29.41
%23.53
%26.67

Codes

Color #BB848F in popluar color models

BB848F
RGB187132143
HSL348°28.80%62.55%
HSB/HSV348°29.41%73.33%
CMYK0.00%29.41%23.53%
26.67%

Color #BB848F in popluar number systems.

HEXBB848F
Decimal187132143
Binary101110111000010010001111
Octal273204217

Shades and tints

Shades of #BB848F

#BB848F
(187,132,143)
#AA7882
(170,120,130)
#996C75
(153,108,117)
#886068
(136,96,104)
#77545B
(119,84,91)
#66484E
(102,72,78)
#553C41
(85,60,65)
#443034
(68,48,52)
#332427
(51,36,39)
#22181A
(34,24,26)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #BB848F

#BB848F
(187,132,143)
#C18F99
(193,143,153)
#C79AA3
(199,154,163)
#CDA5AD
(205,165,173)
#D3B0B7
(211,176,183)
#D9BBC1
(217,187,193)
#DFC6CB
(223,198,203)
#E5D1D5
(229,209,213)
#EBDCDF
(235,220,223)
#F1E7E9
(241,231,233)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB848F color. Also use rgb(187,132,143) instead hex code.

Text Font Color

.myTextColor { color: #BB848F; }

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

This text font color is #BB848F.


Background Color

.myBgColor { background-color: #BB848F; }

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

This div background color is #BB848F.


Border color

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

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

This div border color is #BB848F.


Opacity

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

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

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

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

This text has shadow with #BB848F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB848F on black background.


Color preview on white background

This text has color #BB848F on white background.



Black color preview on #BB848F background

This text has black color on #BB848F background.


White color preview on #BB848F background

This text has white color on #BB848F background.