COLOR #BB9996

HEX: #BB9996
RGB: (187,153,150)

Renk bilgisi

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

RGB renk modeli

#BB9996 color RGB value is (187,153,150).

  • kırmız ton 187;
  • yeşil ton 153;
  • mavi ton 150.
RGB:
(187,153,150)
(73%,60%,59%)

RGB bağlantıları ve doygunluk

R 187 of 255 = 73%
G 153 of 255 = 60%
B 150 of 255 = 59%

187
153
150

R + G + B ~ 64%. #BB9996 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
187 + 153 + 150 = 490 (100%)
R 187 of 490 ~ 38.16%
G 153 of 490 ~ 31.22%
B 150 of 490 ~ 30.61%

%38.16
%31.22
%30.61

CMYK RENK MODELİ

#BB9996 rengi CMYK tonu (0,18,20,27).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.18%
  • sarı tonu 19.79%
  • ana renk tonu 26.67%
CMYK:
(0,18,20,27)
C0M18Y20K27 
(0%,18%,20%,27%)
(0.00/0.18/0.20/0.27)	

CMYK yüzdeleri

%0
%18.18
%19.79
%26.67

Codes

Color #BB9996 in popluar color models

BB9996
RGB187153150
HSL21.39%66.08%
HSB/HSV19.79%73.33%
CMYK0.00%18.18%19.79%
26.67%

Color #BB9996 in popluar number systems.

HEXBB9996
Decimal187153150
Binary101110111001100110010110
Octal273231226

Shades and tints

Shades of #BB9996

#BB9996
(187,153,150)
#AA8C89
(170,140,137)
#997F7C
(153,127,124)
#88726F
(136,114,111)
#776562
(119,101,98)
#665855
(102,88,85)
#554B48
(85,75,72)
#443E3B
(68,62,59)
#33312E
(51,49,46)
#222421
(34,36,33)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #BB9996

#BB9996
(187,153,150)
#C1A29F
(193,162,159)
#C7ABA8
(199,171,168)
#CDB4B1
(205,180,177)
#D3BDBA
(211,189,186)
#D9C6C3
(217,198,195)
#DFCFCC
(223,207,204)
#E5D8D5
(229,216,213)
#EBE1DE
(235,225,222)
#F1EAE7
(241,234,231)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9996 color. Also use rgb(187,153,150) instead hex code.

Text Font Color

.myTextColor { color: #BB9996; }

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

This text font color is #BB9996.


Background Color

.myBgColor { background-color: #BB9996; }

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

This div background color is #BB9996.


Border color

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

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

This div border color is #BB9996.


Opacity

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

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

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

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

This text has shadow with #BB9996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9996 on black background.


Color preview on white background

This text has color #BB9996 on white background.



Black color preview on #BB9996 background

This text has black color on #BB9996 background.


White color preview on #BB9996 background

This text has white color on #BB9996 background.