COLOR #B69483

HEX: #B69483
RGB: (182,148,131)

Color info

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

RGB color model

#B69483 color RGB value is (182,148,131).

  • red value is 182;
  • green value is 148;
  • blue value is 131.
RGB:
(182,148,131)
(71%,58%,51%)

RGB channels and saturation

R 182 of 255 = 71%
G 148 of 255 = 58%
B 131 of 255 = 51%

182
148
131

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

Portions of RGB colors in percentages

R + G + B =
182 + 148 + 131 = 461 (100%)
R 182 of 461 ~ 39.48%
G 148 of 461 ~ 32.1%
B 131 of 461 ~ 28.42%

%39.48
%32.1
%28.42

CMYK color model

#B69483 color CMYK value is (0,19,28,29).

  • cyan value is 0.00%
  • magenta value is 18.68%
  • yellow value is 28.02%
  • key color value is 28.63%
CMYK:
(0,19,28,29)
C0M19Y28K29 
(0%,19%,28%,29%)
(0.00/0.19/0.28/0.29)	

CMYK percentages

%0
%18.68
%28.02
%28.63

Codes

Color #B69483 in popluar color models

B69483
RGB182148131
HSL20°25.89%61.37%
HSB/HSV20°28.02%71.37%
CMYK0.00%18.68%28.02%
28.63%

Color #B69483 in popluar number systems.

HEXB69483
Decimal182148131
Binary101101101001010010000011
Octal266224203

Shades and tints

Shades of #B69483

#B69483
(182,148,131)
#A68778
(166,135,120)
#967A6D
(150,122,109)
#866D62
(134,109,98)
#766057
(118,96,87)
#66534C
(102,83,76)
#564641
(86,70,65)
#463936
(70,57,54)
#362C2B
(54,44,43)
#261F20
(38,31,32)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #B69483

#B69483
(182,148,131)
#BC9D8E
(188,157,142)
#C2A699
(194,166,153)
#C8AFA4
(200,175,164)
#CEB8AF
(206,184,175)
#D4C1BA
(212,193,186)
#DACAC5
(218,202,197)
#E0D3D0
(224,211,208)
#E6DCDB
(230,220,219)
#ECE5E6
(236,229,230)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69483 color. Also use rgb(182,148,131) instead hex code.

Text Font Color

.myTextColor { color: #B69483; }

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

This text font color is #B69483.


Background Color

.myBgColor { background-color: #B69483; }

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

This div background color is #B69483.


Border color

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

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

This div border color is #B69483.


Opacity

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

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

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

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

This text has shadow with #B69483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69483 on black background.


Color preview on white background

This text has color #B69483 on white background.



Black color preview on #B69483 background

This text has black color on #B69483 background.


White color preview on #B69483 background

This text has white color on #B69483 background.