COLOR #B69270

HEX: #B69270
RGB: (182,146,112)

Color info

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

RGB color model

#B69270 color RGB value is (182,146,112).

  • red value is 182;
  • green value is 146;
  • blue value is 112.
RGB:
(182,146,112)
(71%,57%,44%)

RGB channels and saturation

R 182 of 255 = 71%
G 146 of 255 = 57%
B 112 of 255 = 44%

182
146
112

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

Portions of RGB colors in percentages

R + G + B =
182 + 146 + 112 = 440 (100%)
R 182 of 440 ~ 41.36%
G 146 of 440 ~ 33.18%
B 112 of 440 ~ 25.45%

%41.36
%33.18
%25.45

CMYK color model

#B69270 color CMYK value is (0,20,38,29).

  • cyan value is 0.00%
  • magenta value is 19.78%
  • yellow value is 38.46%
  • key color value is 28.63%
CMYK:
(0,20,38,29)
C0M20Y38K29 
(0%,20%,38%,29%)
(0.00/0.20/0.38/0.29)	

CMYK percentages

%0
%19.78
%38.46
%28.63

Codes

Color #B69270 in popluar color models

B69270
RGB182146112
HSL29°32.41%57.65%
HSB/HSV29°38.46%71.37%
CMYK0.00%19.78%38.46%
28.63%

Color #B69270 in popluar number systems.

HEXB69270
Decimal182146112
Binary10110110100100101110000
Octal266222160

Shades and tints

Shades of #B69270

#B69270
(182,146,112)
#A68566
(166,133,102)
#96785C
(150,120,92)
#866B52
(134,107,82)
#765E48
(118,94,72)
#66513E
(102,81,62)
#564434
(86,68,52)
#46372A
(70,55,42)
#362A20
(54,42,32)
#261D16
(38,29,22)
#16100C
(22,16,12)
#000000
(0,0,0)

Tints of #B69270

#B69270
(182,146,112)
#BC9B7D
(188,155,125)
#C2A48A
(194,164,138)
#C8AD97
(200,173,151)
#CEB6A4
(206,182,164)
#D4BFB1
(212,191,177)
#DAC8BE
(218,200,190)
#E0D1CB
(224,209,203)
#E6DAD8
(230,218,216)
#ECE3E5
(236,227,229)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69270 color. Also use rgb(182,146,112) instead hex code.

Text Font Color

.myTextColor { color: #B69270; }

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

This text font color is #B69270.


Background Color

.myBgColor { background-color: #B69270; }

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

This div background color is #B69270.


Border color

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

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

This div border color is #B69270.


Opacity

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

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

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

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

This text has shadow with #B69270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69270 on black background.


Color preview on white background

This text has color #B69270 on white background.



Black color preview on #B69270 background

This text has black color on #B69270 background.


White color preview on #B69270 background

This text has white color on #B69270 background.