COLOR #B46969

HEX: #B46969
RGB: (180,105,105)

Color info

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

RGB color model

#B46969 color RGB value is (180,105,105).

  • red value is 180;
  • green value is 105;
  • blue value is 105.
RGB:
(180,105,105)
(71%,41%,41%)

RGB channels and saturation

R 180 of 255 = 71%
G 105 of 255 = 41%
B 105 of 255 = 41%

180
105
105

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

Portions of RGB colors in percentages

R + G + B =
180 + 105 + 105 = 390 (100%)
R 180 of 390 ~ 46.15%
G 105 of 390 ~ 26.92%
B 105 of 390 ~ 26.92%

%46.15
%26.92
%26.92

CMYK color model

#B46969 color CMYK value is (0,42,42,29).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 41.67%
  • key color value is 29.41%
CMYK:
(0,42,42,29)
C0M42Y42K29 
(0%,42%,42%,29%)
(0.00/0.42/0.42/0.29)	

CMYK percentages

%0
%41.67
%41.67
%29.41

Codes

Color #B46969 in popluar color models

B46969
RGB180105105
HSL33.33%55.88%
HSB/HSV41.67%70.59%
CMYK0.00%41.67%41.67%
29.41%

Color #B46969 in popluar number systems.

HEXB46969
Decimal180105105
Binary1011010011010011101001
Octal264151151

Shades and tints

Shades of #B46969

#B46969
(180,105,105)
#A46060
(164,96,96)
#945757
(148,87,87)
#844E4E
(132,78,78)
#744545
(116,69,69)
#643C3C
(100,60,60)
#543333
(84,51,51)
#442A2A
(68,42,42)
#342121
(52,33,33)
#241818
(36,24,24)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #B46969

#B46969
(180,105,105)
#BA7676
(186,118,118)
#C08383
(192,131,131)
#C69090
(198,144,144)
#CC9D9D
(204,157,157)
#D2AAAA
(210,170,170)
#D8B7B7
(216,183,183)
#DEC4C4
(222,196,196)
#E4D1D1
(228,209,209)
#EADEDE
(234,222,222)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46969 color. Also use rgb(180,105,105) instead hex code.

Text Font Color

.myTextColor { color: #B46969; }

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

This text font color is #B46969.


Background Color

.myBgColor { background-color: #B46969; }

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

This div background color is #B46969.


Border color

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

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

This div border color is #B46969.


Opacity

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

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

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

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

This text has shadow with #B46969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46969 on black background.


Color preview on white background

This text has color #B46969 on white background.



Black color preview on #B46969 background

This text has black color on #B46969 background.


White color preview on #B46969 background

This text has white color on #B46969 background.