COLOR #BD751D

HEX: #BD751D
RGB: (189,117,29)

Color info

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

RGB color model

#BD751D color RGB value is (189,117,29).

  • red value is 189;
  • green value is 117;
  • blue value is 29.
RGB:
(189,117,29)
(74%,46%,11%)

RGB channels and saturation

R 189 of 255 = 74%
G 117 of 255 = 46%
B 29 of 255 = 11%

189
117
29

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

Portions of RGB colors in percentages

R + G + B =
189 + 117 + 29 = 335 (100%)
R 189 of 335 ~ 56.42%
G 117 of 335 ~ 34.93%
B 29 of 335 ~ 8.66%

%56.42
%34.93

CMYK color model

#BD751D color CMYK value is (0,38,85,26).

  • cyan value is 0.00%
  • magenta value is 38.10%
  • yellow value is 84.66%
  • key color value is 25.88%
CMYK:
(0,38,85,26)
C0M38Y85K26 
(0%,38%,85%,26%)
(0.00/0.38/0.85/0.26)	

CMYK percentages

%0
%38.1
%84.66
%25.88

Codes

Color #BD751D in popluar color models

BD751D
RGB18911729
HSL33°73.39%42.75%
HSB/HSV33°84.66%74.12%
CMYK0.00%38.10%84.66%
25.88%

Color #BD751D in popluar number systems.

HEXBD751D
Decimal18911729
Binary10111101111010111101
Octal27516535

Shades and tints

Shades of #BD751D

#BD751D
(189,117,29)
#AC6B1B
(172,107,27)
#9B6119
(155,97,25)
#8A5717
(138,87,23)
#794D15
(121,77,21)
#684313
(104,67,19)
#573911
(87,57,17)
#462F0F
(70,47,15)
#35250D
(53,37,13)
#241B0B
(36,27,11)
#131109
(19,17,9)
#000000
(0,0,0)

Tints of #BD751D

#BD751D
(189,117,29)
#C38131
(195,129,49)
#C98D45
(201,141,69)
#CF9959
(207,153,89)
#D5A56D
(213,165,109)
#DBB181
(219,177,129)
#E1BD95
(225,189,149)
#E7C9A9
(231,201,169)
#EDD5BD
(237,213,189)
#F3E1D1
(243,225,209)
#F9EDE5
(249,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD751D color. Also use rgb(189,117,29) instead hex code.

Text Font Color

.myTextColor { color: #BD751D; }

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

This text font color is #BD751D.


Background Color

.myBgColor { background-color: #BD751D; }

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

This div background color is #BD751D.


Border color

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

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

This div border color is #BD751D.


Opacity

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

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

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

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

This text has shadow with #BD751D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD751D on black background.


Color preview on white background

This text has color #BD751D on white background.



Black color preview on #BD751D background

This text has black color on #BD751D background.


White color preview on #BD751D background

This text has white color on #BD751D background.