COLOR #BB6652

HEX: #BB6652
RGB: (187,102,82)

Color info

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

RGB color model

#BB6652 color RGB value is (187,102,82).

  • red value is 187;
  • green value is 102;
  • blue value is 82.
RGB:
(187,102,82)
(73%,40%,32%)

RGB channels and saturation

R 187 of 255 = 73%
G 102 of 255 = 40%
B 82 of 255 = 32%

187
102
82

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

Portions of RGB colors in percentages

R + G + B =
187 + 102 + 82 = 371 (100%)
R 187 of 371 ~ 50.4%
G 102 of 371 ~ 27.49%
B 82 of 371 ~ 22.1%

%50.4
%27.49
%22.1

CMYK color model

#BB6652 color CMYK value is (0,45,56,27).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 56.15%
  • key color value is 26.67%
CMYK:
(0,45,56,27)
C0M45Y56K27 
(0%,45%,56%,27%)
(0.00/0.45/0.56/0.27)	

CMYK percentages

%0
%45.45
%56.15
%26.67

Codes

Color #BB6652 in popluar color models

BB6652
RGB18710282
HSL11°43.57%52.75%
HSB/HSV11°56.15%73.33%
CMYK0.00%45.45%56.15%
26.67%

Color #BB6652 in popluar number systems.

HEXBB6652
Decimal18710282
Binary1011101111001101010010
Octal273146122

Shades and tints

Shades of #BB6652

#BB6652
(187,102,82)
#AA5D4B
(170,93,75)
#995444
(153,84,68)
#884B3D
(136,75,61)
#774236
(119,66,54)
#66392F
(102,57,47)
#553028
(85,48,40)
#442721
(68,39,33)
#331E1A
(51,30,26)
#221513
(34,21,19)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #BB6652

#BB6652
(187,102,82)
#C17361
(193,115,97)
#C78070
(199,128,112)
#CD8D7F
(205,141,127)
#D39A8E
(211,154,142)
#D9A79D
(217,167,157)
#DFB4AC
(223,180,172)
#E5C1BB
(229,193,187)
#EBCECA
(235,206,202)
#F1DBD9
(241,219,217)
#F7E8E8
(247,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB6652 color. Also use rgb(187,102,82) instead hex code.

Text Font Color

.myTextColor { color: #BB6652; }

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

This text font color is #BB6652.


Background Color

.myBgColor { background-color: #BB6652; }

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

This div background color is #BB6652.


Border color

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

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

This div border color is #BB6652.


Opacity

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

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

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

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

This text has shadow with #BB6652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB6652 on black background.


Color preview on white background

This text has color #BB6652 on white background.



Black color preview on #BB6652 background

This text has black color on #BB6652 background.


White color preview on #BB6652 background

This text has white color on #BB6652 background.