COLOR #B68285

HEX: #B68285
RGB: (182,130,133)

Color info

#B68285 contains red, green and blue colors in about the same proportion. Web safe color of #B68285 is #CC9999 (or #C99).

RGB color model

#B68285 color RGB value is (182,130,133).

  • red value is 182;
  • green value is 130;
  • blue value is 133.
RGB:
(182,130,133)
(71%,51%,52%)

RGB channels and saturation

R 182 of 255 = 71%
G 130 of 255 = 51%
B 133 of 255 = 52%

182
130
133

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

Portions of RGB colors in percentages

R + G + B =
182 + 130 + 133 = 445 (100%)
R 182 of 445 ~ 40.9%
G 130 of 445 ~ 29.21%
B 133 of 445 ~ 29.89%

%40.9
%29.21
%29.89

CMYK color model

#B68285 color CMYK value is (0,29,27,29).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 26.92%
  • key color value is 28.63%
CMYK:
(0,29,27,29)
C0M29Y27K29 
(0%,29%,27%,29%)
(0.00/0.29/0.27/0.29)	

CMYK percentages

%0
%28.57
%26.92
%28.63

Codes

Color #B68285 in popluar color models

B68285
RGB182130133
HSL357°26.26%61.18%
HSB/HSV357°28.57%71.37%
CMYK0.00%28.57%26.92%
28.63%

Color #B68285 in popluar number systems.

HEXB68285
Decimal182130133
Binary101101101000001010000101
Octal266202205

Shades and tints

Shades of #B68285

#B68285
(182,130,133)
#A67779
(166,119,121)
#966C6D
(150,108,109)
#866161
(134,97,97)
#765655
(118,86,85)
#664B49
(102,75,73)
#56403D
(86,64,61)
#463531
(70,53,49)
#362A25
(54,42,37)
#261F19
(38,31,25)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #B68285

#B68285
(182,130,133)
#BC8D90
(188,141,144)
#C2989B
(194,152,155)
#C8A3A6
(200,163,166)
#CEAEB1
(206,174,177)
#D4B9BC
(212,185,188)
#DAC4C7
(218,196,199)
#E0CFD2
(224,207,210)
#E6DADD
(230,218,221)
#ECE5E8
(236,229,232)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68285 color. Also use rgb(182,130,133) instead hex code.

Text Font Color

.myTextColor { color: #B68285; }

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

This text font color is #B68285.


Background Color

.myBgColor { background-color: #B68285; }

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

This div background color is #B68285.


Border color

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

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

This div border color is #B68285.


Opacity

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

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

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

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

This text has shadow with #B68285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68285 on black background.


Color preview on white background

This text has color #B68285 on white background.



Black color preview on #B68285 background

This text has black color on #B68285 background.


White color preview on #B68285 background

This text has white color on #B68285 background.