COLOR #BB6A59

HEX: #BB6A59
RGB: (187,106,89)

Color info

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

RGB color model

#BB6A59 color RGB value is (187,106,89).

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

RGB channels and saturation

R 187 of 255 = 73%
G 106 of 255 = 42%
B 89 of 255 = 35%

187
106
89

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

Portions of RGB colors in percentages

R + G + B =
187 + 106 + 89 = 382 (100%)
R 187 of 382 ~ 48.95%
G 106 of 382 ~ 27.75%
B 89 of 382 ~ 23.3%

%48.95
%27.75
%23.3

CMYK color model

#BB6A59 color CMYK value is (0,43,52,27).

  • cyan value is 0.00%
  • magenta value is 43.32%
  • yellow value is 52.41%
  • key color value is 26.67%
CMYK:
(0,43,52,27)
C0M43Y52K27 
(0%,43%,52%,27%)
(0.00/0.43/0.52/0.27)	

CMYK percentages

%0
%43.32
%52.41
%26.67

Codes

Color #BB6A59 in popluar color models

BB6A59
RGB18710689
HSL10°41.88%54.12%
HSB/HSV10°52.41%73.33%
CMYK0.00%43.32%52.41%
26.67%

Color #BB6A59 in popluar number systems.

HEXBB6A59
Decimal18710689
Binary1011101111010101011001
Octal273152131

Shades and tints

Shades of #BB6A59

#BB6A59
(187,106,89)
#AA6151
(170,97,81)
#995849
(153,88,73)
#884F41
(136,79,65)
#774639
(119,70,57)
#663D31
(102,61,49)
#553429
(85,52,41)
#442B21
(68,43,33)
#332219
(51,34,25)
#221911
(34,25,17)
#111009
(17,16,9)
#000000
(0,0,0)

Tints of #BB6A59

#BB6A59
(187,106,89)
#C17768
(193,119,104)
#C78477
(199,132,119)
#CD9186
(205,145,134)
#D39E95
(211,158,149)
#D9ABA4
(217,171,164)
#DFB8B3
(223,184,179)
#E5C5C2
(229,197,194)
#EBD2D1
(235,210,209)
#F1DFE0
(241,223,224)
#F7ECEF
(247,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB6A59; }

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

This text font color is #BB6A59.


Background Color

.myBgColor { background-color: #BB6A59; }

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

This div background color is #BB6A59.


Border color

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

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

This div border color is #BB6A59.


Opacity

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

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

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

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

This text has shadow with #BB6A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB6A59 on black background.


Color preview on white background

This text has color #BB6A59 on white background.



Black color preview on #BB6A59 background

This text has black color on #BB6A59 background.


White color preview on #BB6A59 background

This text has white color on #BB6A59 background.