COLOR #BD7262

HEX: #BD7262 RGB: (189,114,98)

Color info

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

RGB color model

#BD7262 color RGB value is (189,114,98).

RGB: (189,114,98) (74%, 45%, 38%)

RGB channels and saturation

R 189 of 255 = 74%
G 114 of 255 = 45%
B 98 of 255 = 38%

189
114
98

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

Portions of RGB colors in percentages

R + G + B = 189 + 114 + 98 = 401 (100%)
R 189 of 401 ~ 47.13%
G 114 of 401 ~ 28.43%
B 98 of 401 ~ 24.44'%

%47.13
%28.43
%24.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.68%
  • 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
%39.68
%48.15
%25.88

Codes

Color #BD7262 in popluar color models

BD 72 62
RGB 189 114 98
HSL 11° 40.81% 56.27%
HSB/HSV 11° 48.15% 74.12%
CMYK 0.00% 39.68% 48.15%
25.88%

Color #BD7262 in popluar number systems.

HEX BD 72 62
Decimal 189 114 98
Binary 10111101 1110010 1100010
Octal 275 162 142

Shades and tints

Shades of #BD7262

#BD7262
(189,114,98)
#AC685A
(172,104,90)
#9B5E52
(155,94,82)
#8A544A
(138,84,74)
#794A42
(121,74,66)
#68403A
(104,64,58)
#573632
(87,54,50)
#462C2A
(70,44,42)
#352222
(53,34,34)
#24181A
(36,24,26)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #BD7262

#BD7262
(189,114,98)
#C37E70
(195,126,112)
#C98A7E
(201,138,126)
#CF968C
(207,150,140)
#D5A29A
(213,162,154)
#DBAEA8
(219,174,168)
#E1BAB6
(225,186,182)
#E7C6C4
(231,198,196)
#EDD2D2
(237,210,210)
#F3DEE0
(243,222,224)
#F9EAEE
(249,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD7262; }

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

This text font color is #BD7262.

Background Color

.myBgColor { background-color: #BD7262; }

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

This div background color is #BD7262.

Border color

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

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

This div border color is #BD7262.

Opacity

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

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

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

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

This text has shadow with #BD7262 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD7262.

Preview

Color preview on black background

This text has color #BD7262 on black background.


Color preview on white background

This text has color #BD7262 on white background.


Black color preview on #BD7262 background

This text has black color on #BD7262 background.


White color preview on #BD7262 background

This text has white color on #BD7262 background.


Related colors

Complementary color

Complementary color for #hex is #428D9D.


I love getcolorcode.com

Triadic colors

1 #62BD72 and #7262BD with #BD7262 are triadic colors.

2 #6272BD and #72BD62 with #BD7262 are triadic colors.