COLOR #BB436E

HEX: #BB436E RGB: (187,67,110)

Color info

#BB436E contains mainly red color. Web safe color of #BB436E is #CC3366 (or #C36).

RGB color model

#BB436E color RGB value is (187,67,110).

RGB: (187,67,110) (73%, 26%, 43%)

RGB channels and saturation

R 187 of 255 = 73%
G 67 of 255 = 26%
B 110 of 255 = 43%

187
67
110

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

Portions of RGB colors in percentages

R + G + B = 187 + 67 + 110 = 364 (100%)
R 187 of 364 ~ 51.37%
G 67 of 364 ~ 18.41%
B 110 of 364 ~ 30.22'%

%51.37
%18.41
%30.22

CMYK color model

#BB436E color CMYK value is (0,64,41,27).

  • cyan value is 0.00%
  • magenta value is 64.17%
  • yellow value is 41.18%
  • key color value is 26.67%
CMYK: (0,64,41,27) C0M64Y41K27 (0%,64%,41%,27%) (0.00/0.64/0.41/0.27) 

CMYK percentages

%0
%64.17
%41.18
%26.67

Codes

Color #BB436E in popluar color models

BB 43 6E
RGB 187 67 110
HSL 339° 47.24% 49.80%
HSB/HSV 339° 64.17% 73.33%
CMYK 0.00% 64.17% 41.18%
26.67%

Color #BB436E in popluar number systems.

HEX BB 43 6E
Decimal 187 67 110
Binary 10111011 1000011 1101110
Octal 273 103 156

Shades and tints

Shades of #BB436E

#BB436E
(187,67,110)
#AA3D64
(170,61,100)
#99375A
(153,55,90)
#883150
(136,49,80)
#772B46
(119,43,70)
#66253C
(102,37,60)
#551F32
(85,31,50)
#441928
(68,25,40)
#33131E
(51,19,30)
#220D14
(34,13,20)
#11070A
(17,7,10)
#000000
(0,0,0)

Tints of #BB436E

#BB436E
(187,67,110)
#C1547B
(193,84,123)
#C76588
(199,101,136)
#CD7695
(205,118,149)
#D387A2
(211,135,162)
#D998AF
(217,152,175)
#DFA9BC
(223,169,188)
#E5BAC9
(229,186,201)
#EBCBD6
(235,203,214)
#F1DCE3
(241,220,227)
#F7EDF0
(247,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB436E color. Also use rgb(187,67,110) instead hex code.

Text Font Color

.myTextColor { color: #BB436E; }

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

This text font color is #BB436E.

Background Color

.myBgColor { background-color: #BB436E; }

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

This div background color is #BB436E.

Border color

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

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

This div border color is #BB436E.

Opacity

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

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

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

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

This text has shadow with #BB436E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB436E.

Preview

Color preview on black background

This text has color #BB436E on black background.


Color preview on white background

This text has color #BB436E on white background.


Black color preview on #BB436E background

This text has black color on #BB436E background.


White color preview on #BB436E background

This text has white color on #BB436E background.


Related colors

Complementary color

Complementary color for #hex is #44BC91.


I love getcolorcode.com

Triadic colors

1 #6EBB43 and #436EBB with #BB436E are triadic colors.

2 #6E43BB and #43BB6E with #BB436E are triadic colors.