COLOR #BD6163

HEX: #BD6163
RGB: (189,97,99)

Color info

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

RGB color model

#BD6163 color RGB value is (189,97,99).

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

RGB channels and saturation

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

189
97
99

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

Portions of RGB colors in percentages

R + G + B =
189 + 97 + 99 = 385 (100%)
R 189 of 385 ~ 49.09%
G 97 of 385 ~ 25.19%
B 99 of 385 ~ 25.71%

%49.09
%25.19
%25.71

CMYK color model

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

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

CMYK percentages

%0
%48.68
%47.62
%25.88

Codes

Color #BD6163 in popluar color models

BD6163
RGB1899799
HSL359°41.07%56.08%
HSB/HSV359°48.68%74.12%
CMYK0.00%48.68%47.62%
25.88%

Color #BD6163 in popluar number systems.

HEXBD6163
Decimal1899799
Binary1011110111000011100011
Octal275141143

Shades and tints

Shades of #BD6163

#BD6163
(189,97,99)
#AC595A
(172,89,90)
#9B5151
(155,81,81)
#8A4948
(138,73,72)
#79413F
(121,65,63)
#683936
(104,57,54)
#57312D
(87,49,45)
#462924
(70,41,36)
#35211B
(53,33,27)
#241912
(36,25,18)
#131109
(19,17,9)
#000000
(0,0,0)

Tints of #BD6163

#BD6163
(189,97,99)
#C36F71
(195,111,113)
#C97D7F
(201,125,127)
#CF8B8D
(207,139,141)
#D5999B
(213,153,155)
#DBA7A9
(219,167,169)
#E1B5B7
(225,181,183)
#E7C3C5
(231,195,197)
#EDD1D3
(237,209,211)
#F3DFE1
(243,223,225)
#F9EDEF
(249,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD6163; }

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

This text font color is #BD6163.


Background Color

.myBgColor { background-color: #BD6163; }

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

This div background color is #BD6163.


Border color

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

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

This div border color is #BD6163.


Opacity

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

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

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

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

This text has shadow with #BD6163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD6163 on black background.


Color preview on white background

This text has color #BD6163 on white background.



Black color preview on #BD6163 background

This text has black color on #BD6163 background.


White color preview on #BD6163 background

This text has white color on #BD6163 background.