COLOR #BB5341

HEX: #BB5341 RGB: (187,83,65)

Color info

#BB5341 contains mainly red color. Web safe color of #BB5341 is #CC6633 (or #C63).

RGB color model

#BB5341 color RGB value is (187,83,65).

RGB: (187,83,65) (73%, 33%, 25%)

RGB channels and saturation

R 187 of 255 = 73%
G 83 of 255 = 33%
B 65 of 255 = 25%

187
83
65

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

Portions of RGB colors in percentages

R + G + B = 187 + 83 + 65 = 335 (100%)
R 187 of 335 ~ 55.82%
G 83 of 335 ~ 24.78%
B 65 of 335 ~ 19.4'%

%55.82
%24.78
%19.4

CMYK color model

#BB5341 color CMYK value is (0,56,65,27).

  • cyan value is 0.00%
  • magenta value is 55.61%
  • yellow value is 65.24%
  • key color value is 26.67%

CMYK: (0,56,65,27)
C0M56Y65K27 (0%, 56%, 65%, 27%)
(0.00 / 0.56 / 0.65 / 0.27)

CMYK percentages

%0
%55.61
%65.24
%26.67

Codes

Color #BB5341 in popluar color models

BB 53 41
RGB 187 83 65
HSL 48.41% 49.41%
HSB/HSV 65.24% 73.33%
CMYK 0.00% 55.61% 65.24%
26.67%

Color #BB5341 in popluar number systems.

HEX BB 53 41
Decimal 187 83 65
Binary 10111011 1010011 1000001
Octal 273 123 101

Shades and tints

Shades of #BB5341

#BB5341
(187,83,65)
#AA4C3C
(170,76,60)
#994537
(153,69,55)
#883E32
(136,62,50)
#77372D
(119,55,45)
#663028
(102,48,40)
#552923
(85,41,35)
#44221E
(68,34,30)
#331B19
(51,27,25)
#221414
(34,20,20)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #BB5341

#BB5341
(187,83,65)
#C16252
(193,98,82)
#C77163
(199,113,99)
#CD8074
(205,128,116)
#D38F85
(211,143,133)
#D99E96
(217,158,150)
#DFADA7
(223,173,167)
#E5BCB8
(229,188,184)
#EBCBC9
(235,203,201)
#F1DADA
(241,218,218)
#F7E9EB
(247,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB5341 color. Also use rgb(187,83,65) instead hex code.

Text Font Color

.myTextColor { color: #BB5341; }

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

This text font color is #BB5341.

Background Color

.myBgColor { background-color: #BB5341; }

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

This div background color is #BB5341.

Border color

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

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

This div border color is #BB5341.

Opacity

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

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

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

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

This text has shadow with #BB5341 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB5341.

Preview

Color preview on black background

This text has color #BB5341 on black background.


Color preview on white background

This text has color #BB5341 on white background.


Black color preview on #BB5341 background

This text has black color on #BB5341 background.


White color preview on #BB5341 background

This text has white color on #BB5341 background.


Related colors

Complementary color

Complementary color for #hex is #44ACBE.


I love getcolorcode.com

Triadic colors

1 #41BB53 and #5341BB with #BB5341 are triadic colors.

2 #4153BB and #53BB41 with #BB5341 are triadic colors.