COLOR #BD6315

HEX: #BD6315
RGB: (189,99,21)

Color info

#BD6315 contains mainly red color. Web safe color of #BD6315 is #CC6600 (or #C60).

RGB color model

#BD6315 color RGB value is (189,99,21).

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

RGB channels and saturation

R 189 of 255 = 74%
G 99 of 255 = 39%
B 21 of 255 = 8%

189
99
21

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

Portions of RGB colors in percentages

R + G + B =
189 + 99 + 21 = 309 (100%)
R 189 of 309 ~ 61.17%
G 99 of 309 ~ 32.04%
B 21 of 309 ~ 6.8%

%61.17
%32.04

CMYK color model

#BD6315 color CMYK value is (0,48,89,26).

  • cyan value is 0.00%
  • magenta value is 47.62%
  • yellow value is 88.89%
  • key color value is 25.88%
CMYK:
(0,48,89,26)
C0M48Y89K26 
(0%,48%,89%,26%)
(0.00/0.48/0.89/0.26)	

CMYK percentages

%0
%47.62
%88.89
%25.88

Codes

Color #BD6315 in popluar color models

BD6315
RGB1899921
HSL28°80.00%41.18%
HSB/HSV28°88.89%74.12%
CMYK0.00%47.62%88.89%
25.88%

Color #BD6315 in popluar number systems.

HEXBD6315
Decimal1899921
Binary10111101110001110101
Octal27514325

Shades and tints

Shades of #BD6315

#BD6315
(189,99,21)
#AC5A14
(172,90,20)
#9B5113
(155,81,19)
#8A4812
(138,72,18)
#793F11
(121,63,17)
#683610
(104,54,16)
#572D0F
(87,45,15)
#46240E
(70,36,14)
#351B0D
(53,27,13)
#24120C
(36,18,12)
#13090B
(19,9,11)
#000000
(0,0,0)

Tints of #BD6315

#BD6315
(189,99,21)
#C3712A
(195,113,42)
#C97F3F
(201,127,63)
#CF8D54
(207,141,84)
#D59B69
(213,155,105)
#DBA97E
(219,169,126)
#E1B793
(225,183,147)
#E7C5A8
(231,197,168)
#EDD3BD
(237,211,189)
#F3E1D2
(243,225,210)
#F9EFE7
(249,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD6315; }

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

This text font color is #BD6315.


Background Color

.myBgColor { background-color: #BD6315; }

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

This div background color is #BD6315.


Border color

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

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

This div border color is #BD6315.


Opacity

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

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

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

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

This text has shadow with #BD6315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD6315 on black background.


Color preview on white background

This text has color #BD6315 on white background.



Black color preview on #BD6315 background

This text has black color on #BD6315 background.


White color preview on #BD6315 background

This text has white color on #BD6315 background.