COLOR #BB6A53

HEX: #BB6A53
RGB: (187,106,83)

Color info

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

RGB color model

#BB6A53 color RGB value is (187,106,83).

  • red value is 187;
  • green value is 106;
  • blue value is 83.
RGB:
(187,106,83)
(73%,42%,33%)

RGB channels and saturation

R 187 of 255 = 73%
G 106 of 255 = 42%
B 83 of 255 = 33%

187
106
83

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

Portions of RGB colors in percentages

R + G + B =
187 + 106 + 83 = 376 (100%)
R 187 of 376 ~ 49.73%
G 106 of 376 ~ 28.19%
B 83 of 376 ~ 22.07%

%49.73
%28.19
%22.07

CMYK color model

#BB6A53 color CMYK value is (0,43,56,27).

  • cyan value is 0.00%
  • magenta value is 43.32%
  • yellow value is 55.61%
  • key color value is 26.67%
CMYK:
(0,43,56,27)
C0M43Y56K27 
(0%,43%,56%,27%)
(0.00/0.43/0.56/0.27)	

CMYK percentages

%0
%43.32
%55.61
%26.67

Codes

Color #BB6A53 in popluar color models

BB6A53
RGB18710683
HSL13°43.33%52.94%
HSB/HSV13°55.61%73.33%
CMYK0.00%43.32%55.61%
26.67%

Color #BB6A53 in popluar number systems.

HEXBB6A53
Decimal18710683
Binary1011101111010101010011
Octal273152123

Shades and tints

Shades of #BB6A53

#BB6A53
(187,106,83)
#AA614C
(170,97,76)
#995845
(153,88,69)
#884F3E
(136,79,62)
#774637
(119,70,55)
#663D30
(102,61,48)
#553429
(85,52,41)
#442B22
(68,43,34)
#33221B
(51,34,27)
#221914
(34,25,20)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #BB6A53

#BB6A53
(187,106,83)
#C17762
(193,119,98)
#C78471
(199,132,113)
#CD9180
(205,145,128)
#D39E8F
(211,158,143)
#D9AB9E
(217,171,158)
#DFB8AD
(223,184,173)
#E5C5BC
(229,197,188)
#EBD2CB
(235,210,203)
#F1DFDA
(241,223,218)
#F7ECE9
(247,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB6A53 color. Also use rgb(187,106,83) instead hex code.

Text Font Color

.myTextColor { color: #BB6A53; }

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

This text font color is #BB6A53.


Background Color

.myBgColor { background-color: #BB6A53; }

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

This div background color is #BB6A53.


Border color

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

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

This div border color is #BB6A53.


Opacity

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

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

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

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

This text has shadow with #BB6A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB6A53 on black background.


Color preview on white background

This text has color #BB6A53 on white background.



Black color preview on #BB6A53 background

This text has black color on #BB6A53 background.


White color preview on #BB6A53 background

This text has white color on #BB6A53 background.