COLOR #BD810D

HEX: #BD810D RGB: (189,129,13)

Color info

#BD810D contains mainly red color. Web safe color of #BD810D is #CC9900 (or #C90).

RGB color model

#BD810D color RGB value is (189,129,13).

RGB: (189,129,13) (74%, 51%, 5%)

RGB channels and saturation

R 189 of 255 = 74%
G 129 of 255 = 51%
B 13 of 255 = 5%

189
129
13

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

Portions of RGB colors in percentages

R + G + B = 189 + 129 + 13 = 331 (100%)
R 189 of 331 ~ 57.1%
G 129 of 331 ~ 38.97%
B 13 of 331 ~ 3.93'%

%57.1
%38.97

CMYK color model

#BD810D color CMYK value is (0,32,93,26).

  • cyan value is 0.00%
  • magenta value is 31.75%
  • yellow value is 93.12%
  • key color value is 25.88%

CMYK: (0,32,93,26)
C0M32Y93K26 (0%, 32%, 93%, 26%)
(0.00 / 0.32 / 0.93 / 0.26)

CMYK percentages

%0
%31.75
%93.12
%25.88

Codes

Color #BD810D in popluar color models

BD 81 0D
RGB 189 129 13
HSL 40° 87.13% 39.61%
HSB/HSV 40° 93.12% 74.12%
CMYK 0.00% 31.75% 93.12%
25.88%

Color #BD810D in popluar number systems.

HEX BD 81 0D
Decimal 189 129 13
Binary 10111101 10000001 1101
Octal 275 201 15

Shades and tints

Shades of #BD810D

#BD810D
(189,129,13)
#AC760C
(172,118,12)
#9B6B0B
(155,107,11)
#8A600A
(138,96,10)
#795509
(121,85,9)
#684A08
(104,74,8)
#573F07
(87,63,7)
#463406
(70,52,6)
#352905
(53,41,5)
#241E04
(36,30,4)
#131303
(19,19,3)
#000000
(0,0,0)

Tints of #BD810D

#BD810D
(189,129,13)
#C38C23
(195,140,35)
#C99739
(201,151,57)
#CFA24F
(207,162,79)
#D5AD65
(213,173,101)
#DBB87B
(219,184,123)
#E1C391
(225,195,145)
#E7CEA7
(231,206,167)
#EDD9BD
(237,217,189)
#F3E4D3
(243,228,211)
#F9EFE9
(249,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD810D color. Also use rgb(189,129,13) instead hex code.

Text Font Color

.myTextColor { color: #BD810D; }

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

This text font color is #BD810D.

Background Color

.myBgColor { background-color: #BD810D; }

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

This div background color is #BD810D.

Border color

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

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

This div border color is #BD810D.

Opacity

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

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

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

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

This text has shadow with #BD810D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD810D.

Preview

Color preview on black background

This text has color #BD810D on black background.


Color preview on white background

This text has color #BD810D on white background.


Black color preview on #BD810D background

This text has black color on #BD810D background.


White color preview on #BD810D background

This text has white color on #BD810D background.


Related colors

Complementary color

Complementary color for #hex is #427EF2.


I love getcolorcode.com

Triadic colors

1 #0DBD81 and #810DBD with #BD810D are triadic colors.

2 #0D81BD and #81BD0D with #BD810D are triadic colors.