COLOR #BD6363

HEX: #BD6363
RGB: (189,99,99)

Color info

#BD6363 contains mainly red color. Web safe color of #BD6363 is #CC6666 (or #C66).

RGB color model

#BD6363 color RGB value is (189,99,99).

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

RGB channels and saturation

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

189
99
99

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

Portions of RGB colors in percentages

R + G + B =
189 + 99 + 99 = 387 (100%)
R 189 of 387 ~ 48.84%
G 99 of 387 ~ 25.58%
B 99 of 387 ~ 25.58%

%48.84
%25.58
%25.58

CMYK color model

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

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

CMYK percentages

%0
%47.62
%47.62
%25.88

Codes

Color #BD6363 in popluar color models

BD6363
RGB1899999
HSL40.54%56.47%
HSB/HSV47.62%74.12%
CMYK0.00%47.62%47.62%
25.88%

Color #BD6363 in popluar number systems.

HEXBD6363
Decimal1899999
Binary1011110111000111100011
Octal275143143

Shades and tints

Shades of #BD6363

#BD6363
(189,99,99)
#AC5A5A
(172,90,90)
#9B5151
(155,81,81)
#8A4848
(138,72,72)
#793F3F
(121,63,63)
#683636
(104,54,54)
#572D2D
(87,45,45)
#462424
(70,36,36)
#351B1B
(53,27,27)
#241212
(36,18,18)
#130909
(19,9,9)
#000000
(0,0,0)

Tints of #BD6363

#BD6363
(189,99,99)
#C37171
(195,113,113)
#C97F7F
(201,127,127)
#CF8D8D
(207,141,141)
#D59B9B
(213,155,155)
#DBA9A9
(219,169,169)
#E1B7B7
(225,183,183)
#E7C5C5
(231,197,197)
#EDD3D3
(237,211,211)
#F3E1E1
(243,225,225)
#F9EFEF
(249,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD6363; }

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

This text font color is #BD6363.


Background Color

.myBgColor { background-color: #BD6363; }

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

This div background color is #BD6363.


Border color

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

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

This div border color is #BD6363.


Opacity

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

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

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

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

This text has shadow with #BD6363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD6363 on black background.


Color preview on white background

This text has color #BD6363 on white background.



Black color preview on #BD6363 background

This text has black color on #BD6363 background.


White color preview on #BD6363 background

This text has white color on #BD6363 background.