COLOR #BD7A15

HEX: #BD7A15
RGB: (189,122,21)

Color info

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

RGB color model

#BD7A15 color RGB value is (189,122,21).

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

RGB channels and saturation

R 189 of 255 = 74%
G 122 of 255 = 48%
B 21 of 255 = 8%

189
122
21

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

Portions of RGB colors in percentages

R + G + B =
189 + 122 + 21 = 332 (100%)
R 189 of 332 ~ 56.93%
G 122 of 332 ~ 36.75%
B 21 of 332 ~ 6.33%

%56.93
%36.75

CMYK color model

#BD7A15 color CMYK value is (0,35,89,26).

  • cyan value is 0.00%
  • magenta value is 35.45%
  • yellow value is 88.89%
  • key color value is 25.88%
CMYK:
(0,35,89,26)
C0M35Y89K26 
(0%,35%,89%,26%)
(0.00/0.35/0.89/0.26)	

CMYK percentages

%0
%35.45
%88.89
%25.88

Codes

Color #BD7A15 in popluar color models

BD7A15
RGB18912221
HSL36°80.00%41.18%
HSB/HSV36°88.89%74.12%
CMYK0.00%35.45%88.89%
25.88%

Color #BD7A15 in popluar number systems.

HEXBD7A15
Decimal18912221
Binary10111101111101010101
Octal27517225

Shades and tints

Shades of #BD7A15

#BD7A15
(189,122,21)
#AC6F14
(172,111,20)
#9B6413
(155,100,19)
#8A5912
(138,89,18)
#794E11
(121,78,17)
#684310
(104,67,16)
#57380F
(87,56,15)
#462D0E
(70,45,14)
#35220D
(53,34,13)
#24170C
(36,23,12)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #BD7A15

#BD7A15
(189,122,21)
#C3862A
(195,134,42)
#C9923F
(201,146,63)
#CF9E54
(207,158,84)
#D5AA69
(213,170,105)
#DBB67E
(219,182,126)
#E1C293
(225,194,147)
#E7CEA8
(231,206,168)
#EDDABD
(237,218,189)
#F3E6D2
(243,230,210)
#F9F2E7
(249,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD7A15; }

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

This text font color is #BD7A15.


Background Color

.myBgColor { background-color: #BD7A15; }

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

This div background color is #BD7A15.


Border color

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

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

This div border color is #BD7A15.


Opacity

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

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

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

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

This text has shadow with #BD7A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7A15 on black background.


Color preview on white background

This text has color #BD7A15 on white background.



Black color preview on #BD7A15 background

This text has black color on #BD7A15 background.


White color preview on #BD7A15 background

This text has white color on #BD7A15 background.