COLOR #BB6127

HEX: #BB6127 RGB: (187,97,39)

Color info

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

RGB color model

#BB6127 color RGB value is (187,97,39).

RGB: (187,97,39) (73%, 38%, 15%)

RGB channels and saturation

R 187 of 255 = 73%
G 97 of 255 = 38%
B 39 of 255 = 15%

187
97
39

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

Portions of RGB colors in percentages

R + G + B = 187 + 97 + 39 = 323 (100%)
R 187 of 323 ~ 57.89%
G 97 of 323 ~ 30.03%
B 39 of 323 ~ 12.07'%

%57.89
%30.03
%12.07

CMYK color model

#BB6127 color CMYK value is (0,48,79,27).

  • cyan value is 0.00%
  • magenta value is 48.13%
  • yellow value is 79.14%
  • key color value is 26.67%

CMYK: (0,48,79,27)
C0M48Y79K27 (0%, 48%, 79%, 27%)
(0.00 / 0.48 / 0.79 / 0.27)

CMYK percentages

%0
%48.13
%79.14
%26.67

Codes

Color #BB6127 in popluar color models

BB 61 27
RGB 187 97 39
HSL 24° 65.49% 44.31%
HSB/HSV 24° 79.14% 73.33%
CMYK 0.00% 48.13% 79.14%
26.67%

Color #BB6127 in popluar number systems.

HEX BB 61 27
Decimal 187 97 39
Binary 10111011 1100001 100111
Octal 273 141 47

Shades and tints

Shades of #BB6127

#BB6127
(187,97,39)
#AA5924
(170,89,36)
#995121
(153,81,33)
#88491E
(136,73,30)
#77411B
(119,65,27)
#663918
(102,57,24)
#553115
(85,49,21)
#442912
(68,41,18)
#33210F
(51,33,15)
#22190C
(34,25,12)
#111109
(17,17,9)
#000000
(0,0,0)

Tints of #BB6127

#BB6127
(187,97,39)
#C16F3A
(193,111,58)
#C77D4D
(199,125,77)
#CD8B60
(205,139,96)
#D39973
(211,153,115)
#D9A786
(217,167,134)
#DFB599
(223,181,153)
#E5C3AC
(229,195,172)
#EBD1BF
(235,209,191)
#F1DFD2
(241,223,210)
#F7EDE5
(247,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB6127 color. Also use rgb(187,97,39) instead hex code.

Text Font Color

.myTextColor { color: #BB6127; }

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

This text font color is #BB6127.

Background Color

.myBgColor { background-color: #BB6127; }

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

This div background color is #BB6127.

Border color

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

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

This div border color is #BB6127.

Opacity

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

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

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

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

This text has shadow with #BB6127 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB6127.

Preview

Color preview on black background

This text has color #BB6127 on black background.


Color preview on white background

This text has color #BB6127 on white background.


Black color preview on #BB6127 background

This text has black color on #BB6127 background.


White color preview on #BB6127 background

This text has white color on #BB6127 background.


Related colors

Complementary color

Complementary color for #hex is #449ED8.


I love getcolorcode.com

Triadic colors

1 #27BB61 and #6127BB with #BB6127 are triadic colors.

2 #2761BB and #61BB27 with #BB6127 are triadic colors.