COLOR #BB9590

HEX: #BB9590
RGB: (187,149,144)

Renk bilgisi

#BB9590 contains red, green and blue colors in about the same proportion. #BB9590 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#BB9590 color RGB value is (187,149,144).

  • kırmız ton 187;
  • yeşil ton 149;
  • mavi ton 144.
RGB:
(187,149,144)
(73%,58%,56%)

RGB bağlantıları ve doygunluk

R 187 of 255 = 73%
G 149 of 255 = 58%
B 144 of 255 = 56%

187
149
144

R + G + B ~ 62%. #BB9590 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
187 + 149 + 144 = 480 (100%)
R 187 of 480 ~ 38.96%
G 149 of 480 ~ 31.04%
B 144 of 480 ~ 30%

%38.96
%31.04
%30

CMYK RENK MODELİ

#BB9590 rengi CMYK tonu (0,20,23,27).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.32%
  • sarı tonu 22.99%
  • ana renk tonu 26.67%
CMYK:
(0,20,23,27)
C0M20Y23K27 
(0%,20%,23%,27%)
(0.00/0.20/0.23/0.27)	

CMYK yüzdeleri

%0
%20.32
%22.99
%26.67

Codes

Color #BB9590 in popluar color models

BB9590
RGB187149144
HSL24.02%64.90%
HSB/HSV22.99%73.33%
CMYK0.00%20.32%22.99%
26.67%

Color #BB9590 in popluar number systems.

HEXBB9590
Decimal187149144
Binary101110111001010110010000
Octal273225220

Shades and tints

Shades of #BB9590

#BB9590
(187,149,144)
#AA8883
(170,136,131)
#997B76
(153,123,118)
#886E69
(136,110,105)
#77615C
(119,97,92)
#66544F
(102,84,79)
#554742
(85,71,66)
#443A35
(68,58,53)
#332D28
(51,45,40)
#22201B
(34,32,27)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #BB9590

#BB9590
(187,149,144)
#C19E9A
(193,158,154)
#C7A7A4
(199,167,164)
#CDB0AE
(205,176,174)
#D3B9B8
(211,185,184)
#D9C2C2
(217,194,194)
#DFCBCC
(223,203,204)
#E5D4D6
(229,212,214)
#EBDDE0
(235,221,224)
#F1E6EA
(241,230,234)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9590 color. Also use rgb(187,149,144) instead hex code.

Text Font Color

.myTextColor { color: #BB9590; }

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

This text font color is #BB9590.


Background Color

.myBgColor { background-color: #BB9590; }

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

This div background color is #BB9590.


Border color

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

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

This div border color is #BB9590.


Opacity

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

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

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

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

This text has shadow with #BB9590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9590 on black background.


Color preview on white background

This text has color #BB9590 on white background.



Black color preview on #BB9590 background

This text has black color on #BB9590 background.


White color preview on #BB9590 background

This text has white color on #BB9590 background.