COLOR #BD674F

HEX: #BD674F
RGB: (189,103,79)

Color info

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

RGB color model

#BD674F color RGB value is (189,103,79).

  • red value is 189;
  • green value is 103;
  • blue value is 79.
RGB:
(189,103,79)
(74%,40%,31%)

RGB channels and saturation

R 189 of 255 = 74%
G 103 of 255 = 40%
B 79 of 255 = 31%

189
103
79

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

Portions of RGB colors in percentages

R + G + B =
189 + 103 + 79 = 371 (100%)
R 189 of 371 ~ 50.94%
G 103 of 371 ~ 27.76%
B 79 of 371 ~ 21.29%

%50.94
%27.76
%21.29

CMYK color model

#BD674F color CMYK value is (0,46,58,26).

  • cyan value is 0.00%
  • magenta value is 45.50%
  • yellow value is 58.20%
  • key color value is 25.88%
CMYK:
(0,46,58,26)
C0M46Y58K26 
(0%,46%,58%,26%)
(0.00/0.46/0.58/0.26)	

CMYK percentages

%0
%45.5
%58.2
%25.88

Codes

Color #BD674F in popluar color models

BD674F
RGB18910379
HSL13°45.45%52.55%
HSB/HSV13°58.20%74.12%
CMYK0.00%45.50%58.20%
25.88%

Color #BD674F in popluar number systems.

HEXBD674F
Decimal18910379
Binary1011110111001111001111
Octal275147117

Shades and tints

Shades of #BD674F

#BD674F
(189,103,79)
#AC5E48
(172,94,72)
#9B5541
(155,85,65)
#8A4C3A
(138,76,58)
#794333
(121,67,51)
#683A2C
(104,58,44)
#573125
(87,49,37)
#46281E
(70,40,30)
#351F17
(53,31,23)
#241610
(36,22,16)
#130D09
(19,13,9)
#000000
(0,0,0)

Tints of #BD674F

#BD674F
(189,103,79)
#C3745F
(195,116,95)
#C9816F
(201,129,111)
#CF8E7F
(207,142,127)
#D59B8F
(213,155,143)
#DBA89F
(219,168,159)
#E1B5AF
(225,181,175)
#E7C2BF
(231,194,191)
#EDCFCF
(237,207,207)
#F3DCDF
(243,220,223)
#F9E9EF
(249,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD674F color. Also use rgb(189,103,79) instead hex code.

Text Font Color

.myTextColor { color: #BD674F; }

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

This text font color is #BD674F.


Background Color

.myBgColor { background-color: #BD674F; }

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

This div background color is #BD674F.


Border color

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

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

This div border color is #BD674F.


Opacity

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

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

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

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

This text has shadow with #BD674F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD674F on black background.


Color preview on white background

This text has color #BD674F on white background.



Black color preview on #BD674F background

This text has black color on #BD674F background.


White color preview on #BD674F background

This text has white color on #BD674F background.