COLOR #BD6F30

HEX: #BD6F30 RGB: (189,111,48)

Color info

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

RGB color model

#BD6F30 color RGB value is (189,111,48).

RGB: (189,111,48) (74%, 44%, 19%)

RGB channels and saturation

R 189 of 255 = 74%
G 111 of 255 = 44%
B 48 of 255 = 19%

189
111
48

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

Portions of RGB colors in percentages

R + G + B = 189 + 111 + 48 = 348 (100%)
R 189 of 348 ~ 54.31%
G 111 of 348 ~ 31.9%
B 48 of 348 ~ 13.79'%

%54.31
%31.9
%13.79

CMYK color model

#BD6F30 color CMYK value is (0,41,75,26).

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

CMYK: (0,41,75,26)
C0M41Y75K26 (0%, 41%, 75%, 26%)
(0.00 / 0.41 / 0.75 / 0.26)

CMYK percentages

%0
%41.27
%74.6
%25.88

Codes

Color #BD6F30 in popluar color models

BD 6F 30
RGB 189 111 48
HSL 27° 59.49% 46.47%
HSB/HSV 27° 74.60% 74.12%
CMYK 0.00% 41.27% 74.60%
25.88%

Color #BD6F30 in popluar number systems.

HEX BD 6F 30
Decimal 189 111 48
Binary 10111101 1101111 110000
Octal 275 157 60

Shades and tints

Shades of #BD6F30

#BD6F30
(189,111,48)
#AC652C
(172,101,44)
#9B5B28
(155,91,40)
#8A5124
(138,81,36)
#794720
(121,71,32)
#683D1C
(104,61,28)
#573318
(87,51,24)
#462914
(70,41,20)
#351F10
(53,31,16)
#24150C
(36,21,12)
#130B08
(19,11,8)
#000000
(0,0,0)

Tints of #BD6F30

#BD6F30
(189,111,48)
#C37C42
(195,124,66)
#C98954
(201,137,84)
#CF9666
(207,150,102)
#D5A378
(213,163,120)
#DBB08A
(219,176,138)
#E1BD9C
(225,189,156)
#E7CAAE
(231,202,174)
#EDD7C0
(237,215,192)
#F3E4D2
(243,228,210)
#F9F1E4
(249,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD6F30; }

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

This text font color is #BD6F30.

Background Color

.myBgColor { background-color: #BD6F30; }

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

This div background color is #BD6F30.

Border color

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

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

This div border color is #BD6F30.

Opacity

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

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

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

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

This text has shadow with #BD6F30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD6F30.

Preview

Color preview on black background

This text has color #BD6F30 on black background.


Color preview on white background

This text has color #BD6F30 on white background.


Black color preview on #BD6F30 background

This text has black color on #BD6F30 background.


White color preview on #BD6F30 background

This text has white color on #BD6F30 background.


Related colors

Complementary color

Complementary color for #hex is #4290CF.


I love getcolorcode.com

Triadic colors

1 #30BD6F and #6F30BD with #BD6F30 are triadic colors.

2 #306FBD and #6FBD30 with #BD6F30 are triadic colors.