COLOR #B69963

HEX: #B69963
RGB: (182,153,99)

Color info

#B69963 contains mainly red and green colors. Web safe color of #B69963 is #CC9966 (or #C96).

RGB color model

#B69963 color RGB value is (182,153,99).

  • red value is 182;
  • green value is 153;
  • blue value is 99.
RGB:
(182,153,99)
(71%,60%,39%)

RGB channels and saturation

R 182 of 255 = 71%
G 153 of 255 = 60%
B 99 of 255 = 39%

182
153
99

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

Portions of RGB colors in percentages

R + G + B =
182 + 153 + 99 = 434 (100%)
R 182 of 434 ~ 41.94%
G 153 of 434 ~ 35.25%
B 99 of 434 ~ 22.81%

%41.94
%35.25
%22.81

CMYK color model

#B69963 color CMYK value is (0,16,46,29).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 45.60%
  • key color value is 28.63%
CMYK:
(0,16,46,29)
C0M16Y46K29 
(0%,16%,46%,29%)
(0.00/0.16/0.46/0.29)	

CMYK percentages

%0
%15.93
%45.6
%28.63

Codes

Color #B69963 in popluar color models

B69963
RGB18215399
HSL39°36.24%55.10%
HSB/HSV39°45.60%71.37%
CMYK0.00%15.93%45.60%
28.63%

Color #B69963 in popluar number systems.

HEXB69963
Decimal18215399
Binary10110110100110011100011
Octal266231143

Shades and tints

Shades of #B69963

#B69963
(182,153,99)
#A68C5A
(166,140,90)
#967F51
(150,127,81)
#867248
(134,114,72)
#76653F
(118,101,63)
#665836
(102,88,54)
#564B2D
(86,75,45)
#463E24
(70,62,36)
#36311B
(54,49,27)
#262412
(38,36,18)
#161709
(22,23,9)
#000000
(0,0,0)

Tints of #B69963

#B69963
(182,153,99)
#BCA271
(188,162,113)
#C2AB7F
(194,171,127)
#C8B48D
(200,180,141)
#CEBD9B
(206,189,155)
#D4C6A9
(212,198,169)
#DACFB7
(218,207,183)
#E0D8C5
(224,216,197)
#E6E1D3
(230,225,211)
#ECEAE1
(236,234,225)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69963 color. Also use rgb(182,153,99) instead hex code.

Text Font Color

.myTextColor { color: #B69963; }

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

This text font color is #B69963.


Background Color

.myBgColor { background-color: #B69963; }

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

This div background color is #B69963.


Border color

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

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

This div border color is #B69963.


Opacity

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

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

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

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

This text has shadow with #B69963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69963 on black background.


Color preview on white background

This text has color #B69963 on white background.



Black color preview on #B69963 background

This text has black color on #B69963 background.


White color preview on #B69963 background

This text has white color on #B69963 background.