COLOR #BD6481

HEX: #BD6481
RGB: (189,100,129)

Color info

#BD6481 contains mainly red color. Web safe color of #BD6481 is #CC6699 (or #C69).

RGB color model

#BD6481 color RGB value is (189,100,129).

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

RGB channels and saturation

R 189 of 255 = 74%
G 100 of 255 = 39%
B 129 of 255 = 51%

189
100
129

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

Portions of RGB colors in percentages

R + G + B =
189 + 100 + 129 = 418 (100%)
R 189 of 418 ~ 45.22%
G 100 of 418 ~ 23.92%
B 129 of 418 ~ 30.86%

%45.22
%23.92
%30.86

CMYK color model

#BD6481 color CMYK value is (0,47,32,26).

  • cyan value is 0.00%
  • magenta value is 47.09%
  • yellow value is 31.75%
  • key color value is 25.88%
CMYK:
(0,47,32,26)
C0M47Y32K26 
(0%,47%,32%,26%)
(0.00/0.47/0.32/0.26)	

CMYK percentages

%0
%47.09
%31.75
%25.88

Codes

Color #BD6481 in popluar color models

BD6481
RGB189100129
HSL340°40.27%56.67%
HSB/HSV340°47.09%74.12%
CMYK0.00%47.09%31.75%
25.88%

Color #BD6481 in popluar number systems.

HEXBD6481
Decimal189100129
Binary10111101110010010000001
Octal275144201

Shades and tints

Shades of #BD6481

#BD6481
(189,100,129)
#AC5B76
(172,91,118)
#9B526B
(155,82,107)
#8A4960
(138,73,96)
#794055
(121,64,85)
#68374A
(104,55,74)
#572E3F
(87,46,63)
#462534
(70,37,52)
#351C29
(53,28,41)
#24131E
(36,19,30)
#130A13
(19,10,19)
#000000
(0,0,0)

Tints of #BD6481

#BD6481
(189,100,129)
#C3728C
(195,114,140)
#C98097
(201,128,151)
#CF8EA2
(207,142,162)
#D59CAD
(213,156,173)
#DBAAB8
(219,170,184)
#E1B8C3
(225,184,195)
#E7C6CE
(231,198,206)
#EDD4D9
(237,212,217)
#F3E2E4
(243,226,228)
#F9F0EF
(249,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD6481; }

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

This text font color is #BD6481.


Background Color

.myBgColor { background-color: #BD6481; }

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

This div background color is #BD6481.


Border color

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

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

This div border color is #BD6481.


Opacity

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

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

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

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

This text has shadow with #BD6481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD6481 on black background.


Color preview on white background

This text has color #BD6481 on white background.



Black color preview on #BD6481 background

This text has black color on #BD6481 background.


White color preview on #BD6481 background

This text has white color on #BD6481 background.