COLOR #BB756E

HEX: #BB756E
RGB: (187,117,110)

Color info

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

RGB color model

#BB756E color RGB value is (187,117,110).

  • red value is 187;
  • green value is 117;
  • blue value is 110.
RGB:
(187,117,110)
(73%,46%,43%)

RGB channels and saturation

R 187 of 255 = 73%
G 117 of 255 = 46%
B 110 of 255 = 43%

187
117
110

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

Portions of RGB colors in percentages

R + G + B =
187 + 117 + 110 = 414 (100%)
R 187 of 414 ~ 45.17%
G 117 of 414 ~ 28.26%
B 110 of 414 ~ 26.57%

%45.17
%28.26
%26.57

CMYK color model

#BB756E color CMYK value is (0,37,41,27).

  • cyan value is 0.00%
  • magenta value is 37.43%
  • yellow value is 41.18%
  • key color value is 26.67%
CMYK:
(0,37,41,27)
C0M37Y41K27 
(0%,37%,41%,27%)
(0.00/0.37/0.41/0.27)	

CMYK percentages

%0
%37.43
%41.18
%26.67

Codes

Color #BB756E in popluar color models

BB756E
RGB187117110
HSL36.15%58.24%
HSB/HSV41.18%73.33%
CMYK0.00%37.43%41.18%
26.67%

Color #BB756E in popluar number systems.

HEXBB756E
Decimal187117110
Binary1011101111101011101110
Octal273165156

Shades and tints

Shades of #BB756E

#BB756E
(187,117,110)
#AA6B64
(170,107,100)
#99615A
(153,97,90)
#885750
(136,87,80)
#774D46
(119,77,70)
#66433C
(102,67,60)
#553932
(85,57,50)
#442F28
(68,47,40)
#33251E
(51,37,30)
#221B14
(34,27,20)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #BB756E

#BB756E
(187,117,110)
#C1817B
(193,129,123)
#C78D88
(199,141,136)
#CD9995
(205,153,149)
#D3A5A2
(211,165,162)
#D9B1AF
(217,177,175)
#DFBDBC
(223,189,188)
#E5C9C9
(229,201,201)
#EBD5D6
(235,213,214)
#F1E1E3
(241,225,227)
#F7EDF0
(247,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB756E color. Also use rgb(187,117,110) instead hex code.

Text Font Color

.myTextColor { color: #BB756E; }

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

This text font color is #BB756E.


Background Color

.myBgColor { background-color: #BB756E; }

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

This div background color is #BB756E.


Border color

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

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

This div border color is #BB756E.


Opacity

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

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

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

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

This text has shadow with #BB756E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB756E on black background.


Color preview on white background

This text has color #BB756E on white background.



Black color preview on #BB756E background

This text has black color on #BB756E background.


White color preview on #BB756E background

This text has white color on #BB756E background.