COLOR #BD7263

HEX: #BD7263
RGB: (189,114,99)

Color info

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

RGB color model

#BD7263 color RGB value is (189,114,99).

  • red value is 189;
  • green value is 114;
  • blue value is 99.
RGB:
(189,114,99)
(74%,45%,39%)

RGB channels and saturation

R 189 of 255 = 74%
G 114 of 255 = 45%
B 99 of 255 = 39%

189
114
99

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

Portions of RGB colors in percentages

R + G + B =
189 + 114 + 99 = 402 (100%)
R 189 of 402 ~ 47.01%
G 114 of 402 ~ 28.36%
B 99 of 402 ~ 24.63%

%47.01
%28.36
%24.63

CMYK color model

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

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

Codes

Color #BD7263 in popluar color models

BD7263
RGB18911499
HSL10°40.54%56.47%
HSB/HSV10°47.62%74.12%
CMYK0.00%39.68%47.62%
25.88%

Color #BD7263 in popluar number systems.

HEXBD7263
Decimal18911499
Binary1011110111100101100011
Octal275162143

Shades and tints

Shades of #BD7263

#BD7263
(189,114,99)
#AC685A
(172,104,90)
#9B5E51
(155,94,81)
#8A5448
(138,84,72)
#794A3F
(121,74,63)
#684036
(104,64,54)
#57362D
(87,54,45)
#462C24
(70,44,36)
#35221B
(53,34,27)
#241812
(36,24,18)
#130E09
(19,14,9)
#000000
(0,0,0)

Tints of #BD7263

#BD7263
(189,114,99)
#C37E71
(195,126,113)
#C98A7F
(201,138,127)
#CF968D
(207,150,141)
#D5A29B
(213,162,155)
#DBAEA9
(219,174,169)
#E1BAB7
(225,186,183)
#E7C6C5
(231,198,197)
#EDD2D3
(237,210,211)
#F3DEE1
(243,222,225)
#F9EAEF
(249,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD7263; }

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

This text font color is #BD7263.


Background Color

.myBgColor { background-color: #BD7263; }

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

This div background color is #BD7263.


Border color

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

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

This div border color is #BD7263.


Opacity

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

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

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

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

This text has shadow with #BD7263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7263 on black background.


Color preview on white background

This text has color #BD7263 on white background.



Black color preview on #BD7263 background

This text has black color on #BD7263 background.


White color preview on #BD7263 background

This text has white color on #BD7263 background.