COLOR #BB6130

HEX: #BB6130 RGB: (187,97,48)

Color info

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

RGB color model

#BB6130 color RGB value is (187,97,48).

RGB: (187,97,48) (73%, 38%, 19%)

RGB channels and saturation

R 187 of 255 = 73%
G 97 of 255 = 38%
B 48 of 255 = 19%

187
97
48

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

Portions of RGB colors in percentages

R + G + B = 187 + 97 + 48 = 332 (100%)
R 187 of 332 ~ 56.33%
G 97 of 332 ~ 29.22%
B 48 of 332 ~ 14.46'%

%56.33
%29.22
%14.46

CMYK color model

#BB6130 color CMYK value is (0,48,74,27).

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

CMYK: (0,48,74,27)
C0M48Y74K27 (0%, 48%, 74%, 27%)
(0.00 / 0.48 / 0.74 / 0.27)

CMYK percentages

%0
%48.13
%74.33
%26.67

Codes

Color #BB6130 in popluar color models

BB 61 30
RGB 187 97 48
HSL 21° 59.15% 46.08%
HSB/HSV 21° 74.33% 73.33%
CMYK 0.00% 48.13% 74.33%
26.67%

Color #BB6130 in popluar number systems.

HEX BB 61 30
Decimal 187 97 48
Binary 10111011 1100001 110000
Octal 273 141 60

Shades and tints

Shades of #BB6130

#BB6130
(187,97,48)
#AA592C
(170,89,44)
#995128
(153,81,40)
#884924
(136,73,36)
#774120
(119,65,32)
#66391C
(102,57,28)
#553118
(85,49,24)
#442914
(68,41,20)
#332110
(51,33,16)
#22190C
(34,25,12)
#111108
(17,17,8)
#000000
(0,0,0)

Tints of #BB6130

#BB6130
(187,97,48)
#C16F42
(193,111,66)
#C77D54
(199,125,84)
#CD8B66
(205,139,102)
#D39978
(211,153,120)
#D9A78A
(217,167,138)
#DFB59C
(223,181,156)
#E5C3AE
(229,195,174)
#EBD1C0
(235,209,192)
#F1DFD2
(241,223,210)
#F7EDE4
(247,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB6130; }

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

This text font color is #BB6130.

Background Color

.myBgColor { background-color: #BB6130; }

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

This div background color is #BB6130.

Border color

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

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

This div border color is #BB6130.

Opacity

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

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

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

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

This text has shadow with #BB6130 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB6130.

Preview

Color preview on black background

This text has color #BB6130 on black background.


Color preview on white background

This text has color #BB6130 on white background.


Black color preview on #BB6130 background

This text has black color on #BB6130 background.


White color preview on #BB6130 background

This text has white color on #BB6130 background.


Related colors

Complementary color

Complementary color for #hex is #449ECF.


I love getcolorcode.com

Triadic colors

1 #30BB61 and #6130BB with #BB6130 are triadic colors.

2 #3061BB and #61BB30 with #BB6130 are triadic colors.