COLOR #BD7162

HEX: #BD7162
RGB: (189,113,98)

Color info

#BD7162 contains mainly red color. Web safe color of #BD7162 is #CC6666 (or #C66).

RGB color model

#BD7162 color RGB value is (189,113,98).

  • red value is 189;
  • green value is 113;
  • blue value is 98.
RGB:
(189,113,98)
(74%,44%,38%)

RGB channels and saturation

R 189 of 255 = 74%
G 113 of 255 = 44%
B 98 of 255 = 38%

189
113
98

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

Portions of RGB colors in percentages

R + G + B =
189 + 113 + 98 = 400 (100%)
R 189 of 400 ~ 47.25%
G 113 of 400 ~ 28.25%
B 98 of 400 ~ 24.5%

%47.25
%28.25
%24.5

CMYK color model

#BD7162 color CMYK value is (0,40,48,26).

  • cyan value is 0.00%
  • magenta value is 40.21%
  • yellow value is 48.15%
  • key color value is 25.88%
CMYK:
(0,40,48,26)
C0M40Y48K26 
(0%,40%,48%,26%)
(0.00/0.40/0.48/0.26)	

CMYK percentages

%0
%40.21
%48.15
%25.88

Codes

Color #BD7162 in popluar color models

BD7162
RGB18911398
HSL10°40.81%56.27%
HSB/HSV10°48.15%74.12%
CMYK0.00%40.21%48.15%
25.88%

Color #BD7162 in popluar number systems.

HEXBD7162
Decimal18911398
Binary1011110111100011100010
Octal275161142

Shades and tints

Shades of #BD7162

#BD7162
(189,113,98)
#AC675A
(172,103,90)
#9B5D52
(155,93,82)
#8A534A
(138,83,74)
#794942
(121,73,66)
#683F3A
(104,63,58)
#573532
(87,53,50)
#462B2A
(70,43,42)
#352122
(53,33,34)
#24171A
(36,23,26)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #BD7162

#BD7162
(189,113,98)
#C37D70
(195,125,112)
#C9897E
(201,137,126)
#CF958C
(207,149,140)
#D5A19A
(213,161,154)
#DBADA8
(219,173,168)
#E1B9B6
(225,185,182)
#E7C5C4
(231,197,196)
#EDD1D2
(237,209,210)
#F3DDE0
(243,221,224)
#F9E9EE
(249,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7162 color. Also use rgb(189,113,98) instead hex code.

Text Font Color

.myTextColor { color: #BD7162; }

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

This text font color is #BD7162.


Background Color

.myBgColor { background-color: #BD7162; }

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

This div background color is #BD7162.


Border color

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

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

This div border color is #BD7162.


Opacity

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

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

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

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

This text has shadow with #BD7162 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7162 on black background.


Color preview on white background

This text has color #BD7162 on white background.



Black color preview on #BD7162 background

This text has black color on #BD7162 background.


White color preview on #BD7162 background

This text has white color on #BD7162 background.