COLOR #BD690D

HEX: #BD690D
RGB: (189,105,13)

Color info

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

RGB color model

#BD690D color RGB value is (189,105,13).

  • red value is 189;
  • green value is 105;
  • blue value is 13.
RGB:
(189,105,13)
(74%,41%,5%)

RGB channels and saturation

R 189 of 255 = 74%
G 105 of 255 = 41%
B 13 of 255 = 5%

189
105
13

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

Portions of RGB colors in percentages

R + G + B =
189 + 105 + 13 = 307 (100%)
R 189 of 307 ~ 61.56%
G 105 of 307 ~ 34.2%
B 13 of 307 ~ 4.23%

%61.56
%34.2

CMYK color model

#BD690D color CMYK value is (0,44,93,26).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 93.12%
  • key color value is 25.88%
CMYK:
(0,44,93,26)
C0M44Y93K26 
(0%,44%,93%,26%)
(0.00/0.44/0.93/0.26)	

CMYK percentages

%0
%44.44
%93.12
%25.88

Codes

Color #BD690D in popluar color models

BD690D
RGB18910513
HSL31°87.13%39.61%
HSB/HSV31°93.12%74.12%
CMYK0.00%44.44%93.12%
25.88%

Color #BD690D in popluar number systems.

HEXBD690D
Decimal18910513
Binary1011110111010011101
Octal27515115

Shades and tints

Shades of #BD690D

#BD690D
(189,105,13)
#AC600C
(172,96,12)
#9B570B
(155,87,11)
#8A4E0A
(138,78,10)
#794509
(121,69,9)
#683C08
(104,60,8)
#573307
(87,51,7)
#462A06
(70,42,6)
#352105
(53,33,5)
#241804
(36,24,4)
#130F03
(19,15,3)
#000000
(0,0,0)

Tints of #BD690D

#BD690D
(189,105,13)
#C37623
(195,118,35)
#C98339
(201,131,57)
#CF904F
(207,144,79)
#D59D65
(213,157,101)
#DBAA7B
(219,170,123)
#E1B791
(225,183,145)
#E7C4A7
(231,196,167)
#EDD1BD
(237,209,189)
#F3DED3
(243,222,211)
#F9EBE9
(249,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD690D; }

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

This text font color is #BD690D.


Background Color

.myBgColor { background-color: #BD690D; }

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

This div background color is #BD690D.


Border color

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

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

This div border color is #BD690D.


Opacity

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

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

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

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

This text has shadow with #BD690D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD690D on black background.


Color preview on white background

This text has color #BD690D on white background.



Black color preview on #BD690D background

This text has black color on #BD690D background.


White color preview on #BD690D background

This text has white color on #BD690D background.