COLOR #BD7B12

HEX: #BD7B12
RGB: (189,123,18)

Color info

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

RGB color model

#BD7B12 color RGB value is (189,123,18).

  • red value is 189;
  • green value is 123;
  • blue value is 18.
RGB:
(189,123,18)
(74%,48%,7%)

RGB channels and saturation

R 189 of 255 = 74%
G 123 of 255 = 48%
B 18 of 255 = 7%

189
123
18

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

Portions of RGB colors in percentages

R + G + B =
189 + 123 + 18 = 330 (100%)
R 189 of 330 ~ 57.27%
G 123 of 330 ~ 37.27%
B 18 of 330 ~ 5.45%

%57.27
%37.27

CMYK color model

#BD7B12 color CMYK value is (0,35,90,26).

  • cyan value is 0.00%
  • magenta value is 34.92%
  • yellow value is 90.48%
  • key color value is 25.88%
CMYK:
(0,35,90,26)
C0M35Y90K26 
(0%,35%,90%,26%)
(0.00/0.35/0.90/0.26)	

CMYK percentages

%0
%34.92
%90.48
%25.88

Codes

Color #BD7B12 in popluar color models

BD7B12
RGB18912318
HSL37°82.61%40.59%
HSB/HSV37°90.48%74.12%
CMYK0.00%34.92%90.48%
25.88%

Color #BD7B12 in popluar number systems.

HEXBD7B12
Decimal18912318
Binary10111101111101110010
Octal27517322

Shades and tints

Shades of #BD7B12

#BD7B12
(189,123,18)
#AC7011
(172,112,17)
#9B6510
(155,101,16)
#8A5A0F
(138,90,15)
#794F0E
(121,79,14)
#68440D
(104,68,13)
#57390C
(87,57,12)
#462E0B
(70,46,11)
#35230A
(53,35,10)
#241809
(36,24,9)
#130D08
(19,13,8)
#000000
(0,0,0)

Tints of #BD7B12

#BD7B12
(189,123,18)
#C38727
(195,135,39)
#C9933C
(201,147,60)
#CF9F51
(207,159,81)
#D5AB66
(213,171,102)
#DBB77B
(219,183,123)
#E1C390
(225,195,144)
#E7CFA5
(231,207,165)
#EDDBBA
(237,219,186)
#F3E7CF
(243,231,207)
#F9F3E4
(249,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7B12 color. Also use rgb(189,123,18) instead hex code.

Text Font Color

.myTextColor { color: #BD7B12; }

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

This text font color is #BD7B12.


Background Color

.myBgColor { background-color: #BD7B12; }

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

This div background color is #BD7B12.


Border color

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

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

This div border color is #BD7B12.


Opacity

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

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

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

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

This text has shadow with #BD7B12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7B12 on black background.


Color preview on white background

This text has color #BD7B12 on white background.



Black color preview on #BD7B12 background

This text has black color on #BD7B12 background.


White color preview on #BD7B12 background

This text has white color on #BD7B12 background.