COLOR #BB7595

HEX: #BB7595
RGB: (187,117,149)

Color info

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

RGB color model

#BB7595 color RGB value is (187,117,149).

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

RGB channels and saturation

R 187 of 255 = 73%
G 117 of 255 = 46%
B 149 of 255 = 58%

187
117
149

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

Portions of RGB colors in percentages

R + G + B =
187 + 117 + 149 = 453 (100%)
R 187 of 453 ~ 41.28%
G 117 of 453 ~ 25.83%
B 149 of 453 ~ 32.89%

%41.28
%25.83
%32.89

CMYK color model

#BB7595 color CMYK value is (0,37,20,27).

  • cyan value is 0.00%
  • magenta value is 37.43%
  • yellow value is 20.32%
  • key color value is 26.67%
CMYK: (0,37,20,27) C0M37Y20K27 (0%,37%,20%,27%) (0.00/0.37/0.20/0.27)

CMYK percentages

%0
%37.43
%20.32
%26.67

Codes

Color #BB7595 in popluar color models

BB7595
RGB187117149
HSL333°33.98%59.61%
HSB/HSV333°37.43%73.33%
CMYK0.00%37.43%20.32%
26.67%

Color #BB7595 in popluar number systems.

HEXBB7595
Decimal187117149
Binary10111011111010110010101
Octal273165225

Shades and tints

Shades of #BB7595

#BB7595
(187,117,149)
#AA6B88
(170,107,136)
#99617B
(153,97,123)
#88576E
(136,87,110)
#774D61
(119,77,97)
#664354
(102,67,84)
#553947
(85,57,71)
#442F3A
(68,47,58)
#33252D
(51,37,45)
#221B20
(34,27,32)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #BB7595

#BB7595
(187,117,149)
#C1819E
(193,129,158)
#C78DA7
(199,141,167)
#CD99B0
(205,153,176)
#D3A5B9
(211,165,185)
#D9B1C2
(217,177,194)
#DFBDCB
(223,189,203)
#E5C9D4
(229,201,212)
#EBD5DD
(235,213,221)
#F1E1E6
(241,225,230)
#F7EDEF
(247,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7595; }

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

This text font color is #BB7595.


Background Color

.myBgColor { background-color: #BB7595; }

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

This div background color is #BB7595.


Border color

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

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

This div border color is #BB7595.


Opacity

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

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

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

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

This text has shadow with #BB7595 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BB7595 on black background.


Color preview on white background

This text has color #BB7595 on white background.



Black color preview on #BB7595 background

This text has black color on #BB7595 background.


White color preview on #BB7595 background

This text has white color on #BB7595 background.