COLOR #BB7267

HEX: #BB7267
RGB: (187,114,103)

Color info

#BB7267 contains mainly red color. Web safe color of #BB7267 is #CC6666 (or #C66).

RGB color model

#BB7267 color RGB value is (187,114,103).

  • red value is 187;
  • green value is 114;
  • blue value is 103.
RGB:
(187,114,103)
(73%,45%,40%)

RGB channels and saturation

R 187 of 255 = 73%
G 114 of 255 = 45%
B 103 of 255 = 40%

187
114
103

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

Portions of RGB colors in percentages

R + G + B =
187 + 114 + 103 = 404 (100%)
R 187 of 404 ~ 46.29%
G 114 of 404 ~ 28.22%
B 103 of 404 ~ 25.5%

%46.29
%28.22
%25.5

CMYK color model

#BB7267 color CMYK value is (0,39,45,27).

  • cyan value is 0.00%
  • magenta value is 39.04%
  • yellow value is 44.92%
  • key color value is 26.67%
CMYK:
(0,39,45,27)
C0M39Y45K27 
(0%,39%,45%,27%)
(0.00/0.39/0.45/0.27)	

CMYK percentages

%0
%39.04
%44.92
%26.67

Codes

Color #BB7267 in popluar color models

BB7267
RGB187114103
HSL38.18%56.86%
HSB/HSV44.92%73.33%
CMYK0.00%39.04%44.92%
26.67%

Color #BB7267 in popluar number systems.

HEXBB7267
Decimal187114103
Binary1011101111100101100111
Octal273162147

Shades and tints

Shades of #BB7267

#BB7267
(187,114,103)
#AA685E
(170,104,94)
#995E55
(153,94,85)
#88544C
(136,84,76)
#774A43
(119,74,67)
#66403A
(102,64,58)
#553631
(85,54,49)
#442C28
(68,44,40)
#33221F
(51,34,31)
#221816
(34,24,22)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #BB7267

#BB7267
(187,114,103)
#C17E74
(193,126,116)
#C78A81
(199,138,129)
#CD968E
(205,150,142)
#D3A29B
(211,162,155)
#D9AEA8
(217,174,168)
#DFBAB5
(223,186,181)
#E5C6C2
(229,198,194)
#EBD2CF
(235,210,207)
#F1DEDC
(241,222,220)
#F7EAE9
(247,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB7267 color. Also use rgb(187,114,103) instead hex code.

Text Font Color

.myTextColor { color: #BB7267; }

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

This text font color is #BB7267.


Background Color

.myBgColor { background-color: #BB7267; }

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

This div background color is #BB7267.


Border color

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

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

This div border color is #BB7267.


Opacity

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

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

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

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

This text has shadow with #BB7267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7267 on black background.


Color preview on white background

This text has color #BB7267 on white background.



Black color preview on #BB7267 background

This text has black color on #BB7267 background.


White color preview on #BB7267 background

This text has white color on #BB7267 background.