COLOR #BB7381

HEX: #BB7381
RGB: (187,115,129)

Color info

#BB7381 contains mainly red and blue colors. Web safe color of #BB7381 is #CC6699 (or #C69).

RGB color model

#BB7381 color RGB value is (187,115,129).

  • red value is 187;
  • green value is 115;
  • blue value is 129.
RGB:
(187,115,129)
(73%,45%,51%)

RGB channels and saturation

R 187 of 255 = 73%
G 115 of 255 = 45%
B 129 of 255 = 51%

187
115
129

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

Portions of RGB colors in percentages

R + G + B =
187 + 115 + 129 = 431 (100%)
R 187 of 431 ~ 43.39%
G 115 of 431 ~ 26.68%
B 129 of 431 ~ 29.93%

%43.39
%26.68
%29.93

CMYK color model

#BB7381 color CMYK value is (0,39,31,27).

  • cyan value is 0.00%
  • magenta value is 38.50%
  • yellow value is 31.02%
  • key color value is 26.67%
CMYK:
(0,39,31,27)
C0M39Y31K27 
(0%,39%,31%,27%)
(0.00/0.39/0.31/0.27)	

CMYK percentages

%0
%38.5
%31.02
%26.67

Codes

Color #BB7381 in popluar color models

BB7381
RGB187115129
HSL348°34.62%59.22%
HSB/HSV348°38.50%73.33%
CMYK0.00%38.50%31.02%
26.67%

Color #BB7381 in popluar number systems.

HEXBB7381
Decimal187115129
Binary10111011111001110000001
Octal273163201

Shades and tints

Shades of #BB7381

#BB7381
(187,115,129)
#AA6976
(170,105,118)
#995F6B
(153,95,107)
#885560
(136,85,96)
#774B55
(119,75,85)
#66414A
(102,65,74)
#55373F
(85,55,63)
#442D34
(68,45,52)
#332329
(51,35,41)
#22191E
(34,25,30)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #BB7381

#BB7381
(187,115,129)
#C17F8C
(193,127,140)
#C78B97
(199,139,151)
#CD97A2
(205,151,162)
#D3A3AD
(211,163,173)
#D9AFB8
(217,175,184)
#DFBBC3
(223,187,195)
#E5C7CE
(229,199,206)
#EBD3D9
(235,211,217)
#F1DFE4
(241,223,228)
#F7EBEF
(247,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB7381 color. Also use rgb(187,115,129) instead hex code.

Text Font Color

.myTextColor { color: #BB7381; }

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

This text font color is #BB7381.


Background Color

.myBgColor { background-color: #BB7381; }

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

This div background color is #BB7381.


Border color

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

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

This div border color is #BB7381.


Opacity

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

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

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

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

This text has shadow with #BB7381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7381 on black background.


Color preview on white background

This text has color #BB7381 on white background.



Black color preview on #BB7381 background

This text has black color on #BB7381 background.


White color preview on #BB7381 background

This text has white color on #BB7381 background.