COLOR #BD4B0F

HEX: #BD4B0F
RGB: (189,75,15)

Color info

#BD4B0F contains mainly red color. Web safe color of #BD4B0F is #CC3300 (or #C30).

RGB color model

#BD4B0F color RGB value is (189,75,15).

  • red value is 189;
  • green value is 75;
  • blue value is 15.
RGB:
(189,75,15)
(74%,29%,6%)

RGB channels and saturation

R 189 of 255 = 74%
G 75 of 255 = 29%
B 15 of 255 = 6%

189
75
15

R + G + B ~ 36%. #BD4B0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
189 + 75 + 15 = 279 (100%)
R 189 of 279 ~ 67.74%
G 75 of 279 ~ 26.88%
B 15 of 279 ~ 5.38%

%67.74
%26.88

CMYK color model

#BD4B0F color CMYK value is (0,60,92,26).

  • cyan value is 0.00%
  • magenta value is 60.32%
  • yellow value is 92.06%
  • key color value is 25.88%
CMYK:
(0,60,92,26)
C0M60Y92K26 
(0%,60%,92%,26%)
(0.00/0.60/0.92/0.26)	

CMYK percentages

%0
%60.32
%92.06
%25.88

Codes

Color #BD4B0F in popluar color models

BD4B0F
RGB1897515
HSL21°85.29%40.00%
HSB/HSV21°92.06%74.12%
CMYK0.00%60.32%92.06%
25.88%

Color #BD4B0F in popluar number systems.

HEXBD4B0F
Decimal1897515
Binary1011110110010111111
Octal27511317

Shades and tints

Shades of #BD4B0F

#BD4B0F
(189,75,15)
#AC450E
(172,69,14)
#9B3F0D
(155,63,13)
#8A390C
(138,57,12)
#79330B
(121,51,11)
#682D0A
(104,45,10)
#572709
(87,39,9)
#462108
(70,33,8)
#351B07
(53,27,7)
#241506
(36,21,6)
#130F05
(19,15,5)
#000000
(0,0,0)

Tints of #BD4B0F

#BD4B0F
(189,75,15)
#C35B24
(195,91,36)
#C96B39
(201,107,57)
#CF7B4E
(207,123,78)
#D58B63
(213,139,99)
#DB9B78
(219,155,120)
#E1AB8D
(225,171,141)
#E7BBA2
(231,187,162)
#EDCBB7
(237,203,183)
#F3DBCC
(243,219,204)
#F9EBE1
(249,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD4B0F color. Also use rgb(189,75,15) instead hex code.

Text Font Color

.myTextColor { color: #BD4B0F; }

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

This text font color is #BD4B0F.


Background Color

.myBgColor { background-color: #BD4B0F; }

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

This div background color is #BD4B0F.


Border color

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

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

This div border color is #BD4B0F.


Opacity

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

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

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

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

This text has shadow with #BD4B0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD4B0F on black background.


Color preview on white background

This text has color #BD4B0F on white background.



Black color preview on #BD4B0F background

This text has black color on #BD4B0F background.


White color preview on #BD4B0F background

This text has white color on #BD4B0F background.