COLOR #BD739C

HEX: #BD739C
RGB: (189,115,156)

Renk bilgisi

#BD739C contains mainly red and blue colors. #BD739C ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#BD739C color RGB value is (189,115,156).

  • kırmız ton 189;
  • yeşil ton 115;
  • mavi ton 156.
RGB:
(189,115,156)
(74%,45%,61%)

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 115 of 255 = 45%
B 156 of 255 = 61%

189
115
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 115 + 156 = 460 (100%)
R 189 of 460 ~ 41.09%
G 115 of 460 ~ 25%
B 156 of 460 ~ 33.91%

%41.09
%25
%33.91

CMYK RENK MODELİ

#BD739C rengi CMYK tonu (0,39,17,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.15%
  • sarı tonu 17.46%
  • ana renk tonu 25.88%
CMYK:
(0,39,17,26)
C0M39Y17K26 
(0%,39%,17%,26%)
(0.00/0.39/0.17/0.26)	

CMYK yüzdeleri

%0
%39.15
%17.46
%25.88

Codes

Color #BD739C in popluar color models

BD739C
RGB189115156
HSL327°35.92%59.61%
HSB/HSV327°39.15%74.12%
CMYK0.00%39.15%17.46%
25.88%

Color #BD739C in popluar number systems.

HEXBD739C
Decimal189115156
Binary10111101111001110011100
Octal275163234

Shades and tints

Shades of #BD739C

#BD739C
(189,115,156)
#AC698E
(172,105,142)
#9B5F80
(155,95,128)
#8A5572
(138,85,114)
#794B64
(121,75,100)
#684156
(104,65,86)
#573748
(87,55,72)
#462D3A
(70,45,58)
#35232C
(53,35,44)
#24191E
(36,25,30)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #BD739C

#BD739C
(189,115,156)
#C37FA5
(195,127,165)
#C98BAE
(201,139,174)
#CF97B7
(207,151,183)
#D5A3C0
(213,163,192)
#DBAFC9
(219,175,201)
#E1BBD2
(225,187,210)
#E7C7DB
(231,199,219)
#EDD3E4
(237,211,228)
#F3DFED
(243,223,237)
#F9EBF6
(249,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD739C; }

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

This text font color is #BD739C.


Background Color

.myBgColor { background-color: #BD739C; }

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

This div background color is #BD739C.


Border color

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

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

This div border color is #BD739C.


Opacity

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

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

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

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

This text has shadow with #BD739C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD739C on black background.


Color preview on white background

This text has color #BD739C on white background.



Black color preview on #BD739C background

This text has black color on #BD739C background.


White color preview on #BD739C background

This text has white color on #BD739C background.