COLOR #BB035E

HEX: #BB035E
RGB: (187,3,94)

Color info

#BB035E contains mainly red color. Web safe color of #BB035E is #CC0066 (or #C06).

RGB color model

#BB035E color RGB value is (187,3,94).

  • red value is 187;
  • green value is 3;
  • blue value is 94.
RGB:
(187,3,94)
(73%,1%,37%)

RGB channels and saturation

R 187 of 255 = 73%
G 3 of 255 = 1%
B 94 of 255 = 37%

187
3
94

R + G + B ~ 37%. #BB035E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
187 + 3 + 94 = 284 (100%)
R 187 of 284 ~ 65.85%
G 3 of 284 ~ 1.06%
B 94 of 284 ~ 33.1%

%65.85
%33.1

CMYK color model

#BB035E color CMYK value is (0,98,50,27).

  • cyan value is 0.00%
  • magenta value is 98.40%
  • yellow value is 49.73%
  • key color value is 26.67%
CMYK:
(0,98,50,27)
C0M98Y50K27 
(0%,98%,50%,27%)
(0.00/0.98/0.50/0.27)	

CMYK percentages

%0
%98.4
%49.73
%26.67

Codes

Color #BB035E in popluar color models

BB035E
RGB187394
HSL330°96.84%37.25%
HSB/HSV330°98.40%73.33%
CMYK0.00%98.40%49.73%
26.67%

Color #BB035E in popluar number systems.

HEXBB035E
Decimal187394
Binary10111011111011110
Octal2733136

Shades and tints

Shades of #BB035E

#BB035E
(187,3,94)
#AA0356
(170,3,86)
#99034E
(153,3,78)
#880346
(136,3,70)
#77033E
(119,3,62)
#660336
(102,3,54)
#55032E
(85,3,46)
#440326
(68,3,38)
#33031E
(51,3,30)
#220316
(34,3,22)
#11030E
(17,3,14)
#000000
(0,0,0)

Tints of #BB035E

#BB035E
(187,3,94)
#C1196C
(193,25,108)
#C72F7A
(199,47,122)
#CD4588
(205,69,136)
#D35B96
(211,91,150)
#D971A4
(217,113,164)
#DF87B2
(223,135,178)
#E59DC0
(229,157,192)
#EBB3CE
(235,179,206)
#F1C9DC
(241,201,220)
#F7DFEA
(247,223,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB035E color. Also use rgb(187,3,94) instead hex code.

Text Font Color

.myTextColor { color: #BB035E; }

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

This text font color is #BB035E.


Background Color

.myBgColor { background-color: #BB035E; }

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

This div background color is #BB035E.


Border color

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

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

This div border color is #BB035E.


Opacity

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

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

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

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

This text has shadow with #BB035E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB035E on black background.


Color preview on white background

This text has color #BB035E on white background.



Black color preview on #BB035E background

This text has black color on #BB035E background.


White color preview on #BB035E background

This text has white color on #BB035E background.