COLOR #BD5F42

HEX: #BD5F42 RGB: (189,95,66)

Color info

#BD5F42 contains mainly red color. Web safe color of #BD5F42 is #CC6633 (or #C63).

RGB color model

#BD5F42 color RGB value is (189,95,66).

RGB: (189,95,66) (74%, 37%, 26%)

RGB channels and saturation

R 189 of 255 = 74%
G 95 of 255 = 37%
B 66 of 255 = 26%

189
95
66

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

Portions of RGB colors in percentages

R + G + B = 189 + 95 + 66 = 350 (100%)
R 189 of 350 ~ 54%
G 95 of 350 ~ 27.14%
B 66 of 350 ~ 18.86'%

%54
%27.14
%18.86

CMYK color model

#BD5F42 color CMYK value is (0,50,65,26).

  • cyan value is 0.00%
  • magenta value is 49.74%
  • yellow value is 65.08%
  • key color value is 25.88%

CMYK: (0,50,65,26)
C0M50Y65K26 (0%, 50%, 65%, 26%)
(0.00 / 0.50 / 0.65 / 0.26)

CMYK percentages

%0
%49.74
%65.08
%25.88

Codes

Color #BD5F42 in popluar color models

BD 5F 42
RGB 189 95 66
HSL 14° 48.24% 50.00%
HSB/HSV 14° 65.08% 74.12%
CMYK 0.00% 49.74% 65.08%
25.88%

Color #BD5F42 in popluar number systems.

HEX BD 5F 42
Decimal 189 95 66
Binary 10111101 1011111 1000010
Octal 275 137 102

Shades and tints

Shades of #BD5F42

#BD5F42
(189,95,66)
#AC573C
(172,87,60)
#9B4F36
(155,79,54)
#8A4730
(138,71,48)
#793F2A
(121,63,42)
#683724
(104,55,36)
#572F1E
(87,47,30)
#462718
(70,39,24)
#351F12
(53,31,18)
#24170C
(36,23,12)
#130F06
(19,15,6)
#000000
(0,0,0)

Tints of #BD5F42

#BD5F42
(189,95,66)
#C36D53
(195,109,83)
#C97B64
(201,123,100)
#CF8975
(207,137,117)
#D59786
(213,151,134)
#DBA597
(219,165,151)
#E1B3A8
(225,179,168)
#E7C1B9
(231,193,185)
#EDCFCA
(237,207,202)
#F3DDDB
(243,221,219)
#F9EBEC
(249,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD5F42 color. Also use rgb(189,95,66) instead hex code.

Text Font Color

.myTextColor { color: #BD5F42; }

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

This text font color is #BD5F42.

Background Color

.myBgColor { background-color: #BD5F42; }

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

This div background color is #BD5F42.

Border color

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

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

This div border color is #BD5F42.

Opacity

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

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

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

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

This text has shadow with #BD5F42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD5F42.

Preview

Color preview on black background

This text has color #BD5F42 on black background.


Color preview on white background

This text has color #BD5F42 on white background.


Black color preview on #BD5F42 background

This text has black color on #BD5F42 background.


White color preview on #BD5F42 background

This text has white color on #BD5F42 background.


Related colors

Complementary color

Complementary color for #hex is #42A0BD.


I love getcolorcode.com

Triadic colors

1 #42BD5F and #5F42BD with #BD5F42 are triadic colors.

2 #425FBD and #5FBD42 with #BD5F42 are triadic colors.