COLOR #BB759A

HEX: #BB759A RGB: (187,117,154)

Color info

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

RGB color model

#BB759A color RGB value is (187,117,154).

RGB: (187,117,154) (73%, 46%, 60%)

RGB channels and saturation

R 187 of 255 = 73%
G 117 of 255 = 46%
B 154 of 255 = 60%

187
117
154

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

Portions of RGB colors in percentages

R + G + B = 187 + 117 + 154 = 458 (100%)
R 187 of 458 ~ 40.83%
G 117 of 458 ~ 25.55%
B 154 of 458 ~ 33.62'%

%40.83
%25.55
%33.62

CMYK color model

#BB759A color CMYK value is (0,37,18,27).

  • cyan value is 0.00%
  • magenta value is 37.43%
  • yellow value is 17.65%
  • key color value is 26.67%

CMYK: (0,37,18,27)
C0M37Y18K27 (0%, 37%, 18%, 27%)
(0.00 / 0.37 / 0.18 / 0.27)

CMYK percentages

%0
%37.43
%17.65
%26.67

Codes

Color #BB759A in popluar color models

BB 75 9A
RGB 187 117 154
HSL 328° 33.98% 59.61%
HSB/HSV 328° 37.43% 73.33%
CMYK 0.00% 37.43% 17.65%
26.67%

Color #BB759A in popluar number systems.

HEX BB 75 9A
Decimal 187 117 154
Binary 10111011 1110101 10011010
Octal 273 165 232

Shades and tints

Shades of #BB759A

#BB759A
(187,117,154)
#AA6B8C
(170,107,140)
#99617E
(153,97,126)
#885770
(136,87,112)
#774D62
(119,77,98)
#664354
(102,67,84)
#553946
(85,57,70)
#442F38
(68,47,56)
#33252A
(51,37,42)
#221B1C
(34,27,28)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #BB759A

#BB759A
(187,117,154)
#C181A3
(193,129,163)
#C78DAC
(199,141,172)
#CD99B5
(205,153,181)
#D3A5BE
(211,165,190)
#D9B1C7
(217,177,199)
#DFBDD0
(223,189,208)
#E5C9D9
(229,201,217)
#EBD5E2
(235,213,226)
#F1E1EB
(241,225,235)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB759A; }

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

This text font color is #BB759A.

Background Color

.myBgColor { background-color: #BB759A; }

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

This div background color is #BB759A.

Border color

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

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

This div border color is #BB759A.

Opacity

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

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

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

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

This text has shadow with #BB759A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB759A.

Preview

Color preview on black background

This text has color #BB759A on black background.


Color preview on white background

This text has color #BB759A on white background.


Black color preview on #BB759A background

This text has black color on #BB759A background.


White color preview on #BB759A background

This text has white color on #BB759A background.


Related colors

Complementary color

Complementary color for #hex is #448A65.


I love getcolorcode.com

Triadic colors

1 #9ABB75 and #759ABB with #BB759A are triadic colors.

2 #9A75BB and #75BB9A with #BB759A are triadic colors.