COLOR #BD6530

HEX: #BD6530
RGB: (189,101,48)

Color info

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

RGB color model

#BD6530 color RGB value is (189,101,48).

  • red value is 189;
  • green value is 101;
  • blue value is 48.
RGB:
(189,101,48)
(74%,40%,19%)

RGB channels and saturation

R 189 of 255 = 74%
G 101 of 255 = 40%
B 48 of 255 = 19%

189
101
48

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

Portions of RGB colors in percentages

R + G + B =
189 + 101 + 48 = 338 (100%)
R 189 of 338 ~ 55.92%
G 101 of 338 ~ 29.88%
B 48 of 338 ~ 14.2%

%55.92
%29.88
%14.2

CMYK color model

#BD6530 color CMYK value is (0,47,75,26).

  • cyan value is 0.00%
  • magenta value is 46.56%
  • yellow value is 74.60%
  • key color value is 25.88%
CMYK:
(0,47,75,26)
C0M47Y75K26 
(0%,47%,75%,26%)
(0.00/0.47/0.75/0.26)	

CMYK percentages

%0
%46.56
%74.6
%25.88

Codes

Color #BD6530 in popluar color models

BD6530
RGB18910148
HSL23°59.49%46.47%
HSB/HSV23°74.60%74.12%
CMYK0.00%46.56%74.60%
25.88%

Color #BD6530 in popluar number systems.

HEXBD6530
Decimal18910148
Binary101111011100101110000
Octal27514560

Shades and tints

Shades of #BD6530

#BD6530
(189,101,48)
#AC5C2C
(172,92,44)
#9B5328
(155,83,40)
#8A4A24
(138,74,36)
#794120
(121,65,32)
#68381C
(104,56,28)
#572F18
(87,47,24)
#462614
(70,38,20)
#351D10
(53,29,16)
#24140C
(36,20,12)
#130B08
(19,11,8)
#000000
(0,0,0)

Tints of #BD6530

#BD6530
(189,101,48)
#C37342
(195,115,66)
#C98154
(201,129,84)
#CF8F66
(207,143,102)
#D59D78
(213,157,120)
#DBAB8A
(219,171,138)
#E1B99C
(225,185,156)
#E7C7AE
(231,199,174)
#EDD5C0
(237,213,192)
#F3E3D2
(243,227,210)
#F9F1E4
(249,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD6530 color. Also use rgb(189,101,48) instead hex code.

Text Font Color

.myTextColor { color: #BD6530; }

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

This text font color is #BD6530.


Background Color

.myBgColor { background-color: #BD6530; }

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

This div background color is #BD6530.


Border color

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

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

This div border color is #BD6530.


Opacity

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

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

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

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

This text has shadow with #BD6530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD6530 on black background.


Color preview on white background

This text has color #BD6530 on white background.



Black color preview on #BD6530 background

This text has black color on #BD6530 background.


White color preview on #BD6530 background

This text has white color on #BD6530 background.