COLOR #BD633E

HEX: #BD633E
RGB: (189,99,62)

Color info

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

RGB color model

#BD633E color RGB value is (189,99,62).

  • red value is 189;
  • green value is 99;
  • blue value is 62.
RGB:
(189,99,62)
(74%,39%,24%)

RGB channels and saturation

R 189 of 255 = 74%
G 99 of 255 = 39%
B 62 of 255 = 24%

189
99
62

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

Portions of RGB colors in percentages

R + G + B =
189 + 99 + 62 = 350 (100%)
R 189 of 350 ~ 54%
G 99 of 350 ~ 28.29%
B 62 of 350 ~ 17.71%

%54
%28.29
%17.71

CMYK color model

#BD633E color CMYK value is (0,48,67,26).

  • cyan value is 0.00%
  • magenta value is 47.62%
  • yellow value is 67.20%
  • key color value is 25.88%
CMYK:
(0,48,67,26)
C0M48Y67K26 
(0%,48%,67%,26%)
(0.00/0.48/0.67/0.26)	

CMYK percentages

%0
%47.62
%67.2
%25.88

Codes

Color #BD633E in popluar color models

BD633E
RGB1899962
HSL17°50.60%49.22%
HSB/HSV17°67.20%74.12%
CMYK0.00%47.62%67.20%
25.88%

Color #BD633E in popluar number systems.

HEXBD633E
Decimal1899962
Binary101111011100011111110
Octal27514376

Shades and tints

Shades of #BD633E

#BD633E
(189,99,62)
#AC5A39
(172,90,57)
#9B5134
(155,81,52)
#8A482F
(138,72,47)
#793F2A
(121,63,42)
#683625
(104,54,37)
#572D20
(87,45,32)
#46241B
(70,36,27)
#351B16
(53,27,22)
#241211
(36,18,17)
#13090C
(19,9,12)
#000000
(0,0,0)

Tints of #BD633E

#BD633E
(189,99,62)
#C3714F
(195,113,79)
#C97F60
(201,127,96)
#CF8D71
(207,141,113)
#D59B82
(213,155,130)
#DBA993
(219,169,147)
#E1B7A4
(225,183,164)
#E7C5B5
(231,197,181)
#EDD3C6
(237,211,198)
#F3E1D7
(243,225,215)
#F9EFE8
(249,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD633E color. Also use rgb(189,99,62) instead hex code.

Text Font Color

.myTextColor { color: #BD633E; }

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

This text font color is #BD633E.


Background Color

.myBgColor { background-color: #BD633E; }

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

This div background color is #BD633E.


Border color

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

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

This div border color is #BD633E.


Opacity

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

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

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

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

This text has shadow with #BD633E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD633E on black background.


Color preview on white background

This text has color #BD633E on white background.



Black color preview on #BD633E background

This text has black color on #BD633E background.


White color preview on #BD633E background

This text has white color on #BD633E background.