COLOR #B06261

HEX: #B06261
RGB: (176,98,97)

Color info

#B06261 contains mainly red color. Web safe color of #B06261 is #996666 (or #966).

RGB color model

#B06261 color RGB value is (176,98,97).

  • red value is 176;
  • green value is 98;
  • blue value is 97.
RGB:
(176,98,97)
(69%,38%,38%)

RGB channels and saturation

R 176 of 255 = 69%
G 98 of 255 = 38%
B 97 of 255 = 38%

176
98
97

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

Portions of RGB colors in percentages

R + G + B =
176 + 98 + 97 = 371 (100%)
R 176 of 371 ~ 47.44%
G 98 of 371 ~ 26.42%
B 97 of 371 ~ 26.15%

%47.44
%26.42
%26.15

CMYK color model

#B06261 color CMYK value is (0,44,45,31).

  • cyan value is 0.00%
  • magenta value is 44.32%
  • yellow value is 44.89%
  • key color value is 30.98%
CMYK:
(0,44,45,31)
C0M44Y45K31 
(0%,44%,45%,31%)
(0.00/0.44/0.45/0.31)	

CMYK percentages

%0
%44.32
%44.89
%30.98

Codes

Color #B06261 in popluar color models

B06261
RGB1769897
HSL33.33%53.53%
HSB/HSV44.89%69.02%
CMYK0.00%44.32%44.89%
30.98%

Color #B06261 in popluar number systems.

HEXB06261
Decimal1769897
Binary1011000011000101100001
Octal260142141

Shades and tints

Shades of #B06261

#B06261
(176,98,97)
#A05A59
(160,90,89)
#905251
(144,82,81)
#804A49
(128,74,73)
#704241
(112,66,65)
#603A39
(96,58,57)
#503231
(80,50,49)
#402A29
(64,42,41)
#302221
(48,34,33)
#201A19
(32,26,25)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #B06261

#B06261
(176,98,97)
#B7706F
(183,112,111)
#BE7E7D
(190,126,125)
#C58C8B
(197,140,139)
#CC9A99
(204,154,153)
#D3A8A7
(211,168,167)
#DAB6B5
(218,182,181)
#E1C4C3
(225,196,195)
#E8D2D1
(232,210,209)
#EFE0DF
(239,224,223)
#F6EEED
(246,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06261 color. Also use rgb(176,98,97) instead hex code.

Text Font Color

.myTextColor { color: #B06261; }

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

This text font color is #B06261.


Background Color

.myBgColor { background-color: #B06261; }

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

This div background color is #B06261.


Border color

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

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

This div border color is #B06261.


Opacity

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

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

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

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

This text has shadow with #B06261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06261 on black background.


Color preview on white background

This text has color #B06261 on white background.



Black color preview on #B06261 background

This text has black color on #B06261 background.


White color preview on #B06261 background

This text has white color on #B06261 background.