COLOR #BB6B45

HEX: #BB6B45 RGB: (187,107,69)

Color info

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

RGB color model

#BB6B45 color RGB value is (187,107,69).

RGB: (187,107,69) (73%, 42%, 27%)

RGB channels and saturation

R 187 of 255 = 73%
G 107 of 255 = 42%
B 69 of 255 = 27%

187
107
69

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

Portions of RGB colors in percentages

R + G + B = 187 + 107 + 69 = 363 (100%)
R 187 of 363 ~ 51.52%
G 107 of 363 ~ 29.48%
B 69 of 363 ~ 19.01'%

%51.52
%29.48
%19.01

CMYK color model

#BB6B45 color CMYK value is (0,43,63,27).

  • cyan value is 0.00%
  • magenta value is 42.78%
  • yellow value is 63.10%
  • key color value is 26.67%
CMYK: (0,43,63,27) C0M43Y63K27 (0%,43%,63%,27%) (0.00/0.43/0.63/0.27) 

CMYK percentages

%0
%42.78
%63.1
%26.67

Codes

Color #BB6B45 in popluar color models

BB 6B 45
RGB 187 107 69
HSL 19° 46.46% 50.20%
HSB/HSV 19° 63.10% 73.33%
CMYK 0.00% 42.78% 63.10%
26.67%

Color #BB6B45 in popluar number systems.

HEX BB 6B 45
Decimal 187 107 69
Binary 10111011 1101011 1000101
Octal 273 153 105

Shades and tints

Shades of #BB6B45

#BB6B45
(187,107,69)
#AA623F
(170,98,63)
#995939
(153,89,57)
#885033
(136,80,51)
#77472D
(119,71,45)
#663E27
(102,62,39)
#553521
(85,53,33)
#442C1B
(68,44,27)
#332315
(51,35,21)
#221A0F
(34,26,15)
#111109
(17,17,9)
#000000
(0,0,0)

Tints of #BB6B45

#BB6B45
(187,107,69)
#C17855
(193,120,85)
#C78565
(199,133,101)
#CD9275
(205,146,117)
#D39F85
(211,159,133)
#D9AC95
(217,172,149)
#DFB9A5
(223,185,165)
#E5C6B5
(229,198,181)
#EBD3C5
(235,211,197)
#F1E0D5
(241,224,213)
#F7EDE5
(247,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB6B45 color. Also use rgb(187,107,69) instead hex code.

Text Font Color

.myTextColor { color: #BB6B45; }

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

This text font color is #BB6B45.

Background Color

.myBgColor { background-color: #BB6B45; }

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

This div background color is #BB6B45.

Border color

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

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

This div border color is #BB6B45.

Opacity

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

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

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

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

This text has shadow with #BB6B45 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB6B45.

Preview

Color preview on black background

This text has color #BB6B45 on black background.


Color preview on white background

This text has color #BB6B45 on white background.


Black color preview on #BB6B45 background

This text has black color on #BB6B45 background.


White color preview on #BB6B45 background

This text has white color on #BB6B45 background.


Related colors

Complementary color

Complementary color for #hex is #4494BA.


I love getcolorcode.com

Triadic colors

1 #45BB6B and #6B45BB with #BB6B45 are triadic colors.

2 #456BBB and #6BBB45 with #BB6B45 are triadic colors.