COLOR #BB5B67

HEX: #BB5B67
RGB: (187,91,103)

Color info

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

RGB color model

#BB5B67 color RGB value is (187,91,103).

  • red value is 187;
  • green value is 91;
  • blue value is 103.
RGB:
(187,91,103)
(73%,36%,40%)

RGB channels and saturation

R 187 of 255 = 73%
G 91 of 255 = 36%
B 103 of 255 = 40%

187
91
103

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

Portions of RGB colors in percentages

R + G + B =
187 + 91 + 103 = 381 (100%)
R 187 of 381 ~ 49.08%
G 91 of 381 ~ 23.88%
B 103 of 381 ~ 27.03%

%49.08
%23.88
%27.03

CMYK color model

#BB5B67 color CMYK value is (0,51,45,27).

  • cyan value is 0.00%
  • magenta value is 51.34%
  • yellow value is 44.92%
  • key color value is 26.67%
CMYK:
(0,51,45,27)
C0M51Y45K27 
(0%,51%,45%,27%)
(0.00/0.51/0.45/0.27)	

CMYK percentages

%0
%51.34
%44.92
%26.67

Codes

Color #BB5B67 in popluar color models

BB5B67
RGB18791103
HSL353°41.38%54.51%
HSB/HSV353°51.34%73.33%
CMYK0.00%51.34%44.92%
26.67%

Color #BB5B67 in popluar number systems.

HEXBB5B67
Decimal18791103
Binary1011101110110111100111
Octal273133147

Shades and tints

Shades of #BB5B67

#BB5B67
(187,91,103)
#AA535E
(170,83,94)
#994B55
(153,75,85)
#88434C
(136,67,76)
#773B43
(119,59,67)
#66333A
(102,51,58)
#552B31
(85,43,49)
#442328
(68,35,40)
#331B1F
(51,27,31)
#221316
(34,19,22)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #BB5B67

#BB5B67
(187,91,103)
#C16974
(193,105,116)
#C77781
(199,119,129)
#CD858E
(205,133,142)
#D3939B
(211,147,155)
#D9A1A8
(217,161,168)
#DFAFB5
(223,175,181)
#E5BDC2
(229,189,194)
#EBCBCF
(235,203,207)
#F1D9DC
(241,217,220)
#F7E7E9
(247,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB5B67 color. Also use rgb(187,91,103) instead hex code.

Text Font Color

.myTextColor { color: #BB5B67; }

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

This text font color is #BB5B67.


Background Color

.myBgColor { background-color: #BB5B67; }

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

This div background color is #BB5B67.


Border color

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

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

This div border color is #BB5B67.


Opacity

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

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

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

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

This text has shadow with #BB5B67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB5B67 on black background.


Color preview on white background

This text has color #BB5B67 on white background.



Black color preview on #BB5B67 background

This text has black color on #BB5B67 background.


White color preview on #BB5B67 background

This text has white color on #BB5B67 background.