COLOR #BB5F75

HEX: #BB5F75
RGB: (187,95,117)

Color info

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

RGB color model

#BB5F75 color RGB value is (187,95,117).

  • red value is 187;
  • green value is 95;
  • blue value is 117.
RGB:
(187,95,117)
(73%,37%,46%)

RGB channels and saturation

R 187 of 255 = 73%
G 95 of 255 = 37%
B 117 of 255 = 46%

187
95
117

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

Portions of RGB colors in percentages

R + G + B =
187 + 95 + 117 = 399 (100%)
R 187 of 399 ~ 46.87%
G 95 of 399 ~ 23.81%
B 117 of 399 ~ 29.32%

%46.87
%23.81
%29.32

CMYK color model

#BB5F75 color CMYK value is (0,49,37,27).

  • cyan value is 0.00%
  • magenta value is 49.20%
  • yellow value is 37.43%
  • key color value is 26.67%
CMYK:
(0,49,37,27)
C0M49Y37K27 
(0%,49%,37%,27%)
(0.00/0.49/0.37/0.27)	

CMYK percentages

%0
%49.2
%37.43
%26.67

Codes

Color #BB5F75 in popluar color models

BB5F75
RGB18795117
HSL346°40.35%55.29%
HSB/HSV346°49.20%73.33%
CMYK0.00%49.20%37.43%
26.67%

Color #BB5F75 in popluar number systems.

HEXBB5F75
Decimal18795117
Binary1011101110111111110101
Octal273137165

Shades and tints

Shades of #BB5F75

#BB5F75
(187,95,117)
#AA576B
(170,87,107)
#994F61
(153,79,97)
#884757
(136,71,87)
#773F4D
(119,63,77)
#663743
(102,55,67)
#552F39
(85,47,57)
#44272F
(68,39,47)
#331F25
(51,31,37)
#22171B
(34,23,27)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #BB5F75

#BB5F75
(187,95,117)
#C16D81
(193,109,129)
#C77B8D
(199,123,141)
#CD8999
(205,137,153)
#D397A5
(211,151,165)
#D9A5B1
(217,165,177)
#DFB3BD
(223,179,189)
#E5C1C9
(229,193,201)
#EBCFD5
(235,207,213)
#F1DDE1
(241,221,225)
#F7EBED
(247,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB5F75 color. Also use rgb(187,95,117) instead hex code.

Text Font Color

.myTextColor { color: #BB5F75; }

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

This text font color is #BB5F75.


Background Color

.myBgColor { background-color: #BB5F75; }

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

This div background color is #BB5F75.


Border color

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

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

This div border color is #BB5F75.


Opacity

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

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

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

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

This text has shadow with #BB5F75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB5F75 on black background.


Color preview on white background

This text has color #BB5F75 on white background.



Black color preview on #BB5F75 background

This text has black color on #BB5F75 background.


White color preview on #BB5F75 background

This text has white color on #BB5F75 background.