COLOR #BD6F5A

HEX: #BD6F5A RGB: (189,111,90)

Color info

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

RGB color model

#BD6F5A color RGB value is (189,111,90).

RGB: (189,111,90) (74%, 44%, 35%)

RGB channels and saturation

R 189 of 255 = 74%
G 111 of 255 = 44%
B 90 of 255 = 35%

189
111
90

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

Portions of RGB colors in percentages

R + G + B = 189 + 111 + 90 = 390 (100%)
R 189 of 390 ~ 48.46%
G 111 of 390 ~ 28.46%
B 90 of 390 ~ 23.08'%

%48.46
%28.46
%23.08

CMYK color model

#BD6F5A color CMYK value is (0,41,52,26).

  • cyan value is 0.00%
  • magenta value is 41.27%
  • yellow value is 52.38%
  • key color value is 25.88%

CMYK: (0,41,52,26)
C0M41Y52K26 (0%, 41%, 52%, 26%)
(0.00 / 0.41 / 0.52 / 0.26)

CMYK percentages

%0
%41.27
%52.38
%25.88

Codes

Color #BD6F5A in popluar color models

BD 6F 5A
RGB 189 111 90
HSL 13° 42.86% 54.71%
HSB/HSV 13° 52.38% 74.12%
CMYK 0.00% 41.27% 52.38%
25.88%

Color #BD6F5A in popluar number systems.

HEX BD 6F 5A
Decimal 189 111 90
Binary 10111101 1101111 1011010
Octal 275 157 132

Shades and tints

Shades of #BD6F5A

#BD6F5A
(189,111,90)
#AC6552
(172,101,82)
#9B5B4A
(155,91,74)
#8A5142
(138,81,66)
#79473A
(121,71,58)
#683D32
(104,61,50)
#57332A
(87,51,42)
#462922
(70,41,34)
#351F1A
(53,31,26)
#241512
(36,21,18)
#130B0A
(19,11,10)
#000000
(0,0,0)

Tints of #BD6F5A

#BD6F5A
(189,111,90)
#C37C69
(195,124,105)
#C98978
(201,137,120)
#CF9687
(207,150,135)
#D5A396
(213,163,150)
#DBB0A5
(219,176,165)
#E1BDB4
(225,189,180)
#E7CAC3
(231,202,195)
#EDD7D2
(237,215,210)
#F3E4E1
(243,228,225)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD6F5A color. Also use rgb(189,111,90) instead hex code.

Text Font Color

.myTextColor { color: #BD6F5A; }

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

This text font color is #BD6F5A.

Background Color

.myBgColor { background-color: #BD6F5A; }

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

This div background color is #BD6F5A.

Border color

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

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

This div border color is #BD6F5A.

Opacity

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

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

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

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

This text has shadow with #BD6F5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD6F5A.

Preview

Color preview on black background

This text has color #BD6F5A on black background.


Color preview on white background

This text has color #BD6F5A on white background.


Black color preview on #BD6F5A background

This text has black color on #BD6F5A background.


White color preview on #BD6F5A background

This text has white color on #BD6F5A background.


Related colors

Complementary color

Complementary color for #hex is #4290A5.


I love getcolorcode.com

Triadic colors

1 #5ABD6F and #6F5ABD with #BD6F5A are triadic colors.

2 #5A6FBD and #6FBD5A with #BD6F5A are triadic colors.