COLOR #BB7D13

HEX: #BB7D13
RGB: (187,125,19)

Color info

#BB7D13 contains mainly red color. Web safe color of #BB7D13 is #CC6600 (or #C60).

RGB color model

#BB7D13 color RGB value is (187,125,19).

  • red value is 187;
  • green value is 125;
  • blue value is 19.
RGB:
(187,125,19)
(73%,49%,7%)

RGB channels and saturation

R 187 of 255 = 73%
G 125 of 255 = 49%
B 19 of 255 = 7%

187
125
19

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

Portions of RGB colors in percentages

R + G + B =
187 + 125 + 19 = 331 (100%)
R 187 of 331 ~ 56.5%
G 125 of 331 ~ 37.76%
B 19 of 331 ~ 5.74%

%56.5
%37.76

CMYK color model

#BB7D13 color CMYK value is (0,33,90,27).

  • cyan value is 0.00%
  • magenta value is 33.16%
  • yellow value is 89.84%
  • key color value is 26.67%
CMYK:
(0,33,90,27)
C0M33Y90K27 
(0%,33%,90%,27%)
(0.00/0.33/0.90/0.27)	

CMYK percentages

%0
%33.16
%89.84
%26.67

Codes

Color #BB7D13 in popluar color models

BB7D13
RGB18712519
HSL38°81.55%40.39%
HSB/HSV38°89.84%73.33%
CMYK0.00%33.16%89.84%
26.67%

Color #BB7D13 in popluar number systems.

HEXBB7D13
Decimal18712519
Binary10111011111110110011
Octal27317523

Shades and tints

Shades of #BB7D13

#BB7D13
(187,125,19)
#AA7212
(170,114,18)
#996711
(153,103,17)
#885C10
(136,92,16)
#77510F
(119,81,15)
#66460E
(102,70,14)
#553B0D
(85,59,13)
#44300C
(68,48,12)
#33250B
(51,37,11)
#221A0A
(34,26,10)
#110F09
(17,15,9)
#000000
(0,0,0)

Tints of #BB7D13

#BB7D13
(187,125,19)
#C18828
(193,136,40)
#C7933D
(199,147,61)
#CD9E52
(205,158,82)
#D3A967
(211,169,103)
#D9B47C
(217,180,124)
#DFBF91
(223,191,145)
#E5CAA6
(229,202,166)
#EBD5BB
(235,213,187)
#F1E0D0
(241,224,208)
#F7EBE5
(247,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB7D13 color. Also use rgb(187,125,19) instead hex code.

Text Font Color

.myTextColor { color: #BB7D13; }

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

This text font color is #BB7D13.


Background Color

.myBgColor { background-color: #BB7D13; }

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

This div background color is #BB7D13.


Border color

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

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

This div border color is #BB7D13.


Opacity

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

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

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

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

This text has shadow with #BB7D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7D13 on black background.


Color preview on white background

This text has color #BB7D13 on white background.



Black color preview on #BB7D13 background

This text has black color on #BB7D13 background.


White color preview on #BB7D13 background

This text has white color on #BB7D13 background.