COLOR #BB9295

HEX: #BB9295 RGB: (187,146,149)

Color info

#BB9295 contains red, green and blue colors in about the same proportion. Web safe color of #BB9295 is #CC9999 (or #C99).

RGB color model

#BB9295 color RGB value is (187,146,149).

RGB: (187,146,149) (73%, 57%, 58%)

RGB channels and saturation

R 187 of 255 = 73%
G 146 of 255 = 57%
B 149 of 255 = 58%

187
146
149

R + G + B ~ 63%. #BB9295 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 146 + 149 = 482 (100%)
R 187 of 482 ~ 38.8%
G 146 of 482 ~ 30.29%
B 149 of 482 ~ 30.91'%

%38.8
%30.29
%30.91

CMYK color model

#BB9295 color CMYK value is (0,22,20,27).

  • cyan value is 0.00%
  • magenta value is 21.93%
  • yellow value is 20.32%
  • key color value is 26.67%

CMYK: (0,22,20,27)
C0M22Y20K27 (0%, 22%, 20%, 27%)
(0.00 / 0.22 / 0.20 / 0.27)

CMYK percentages

%0
%21.93
%20.32
%26.67

Codes

Color #BB9295 in popluar color models

BB 92 95
RGB 187 146 149
HSL 356° 23.16% 65.29%
HSB/HSV 356° 21.93% 73.33%
CMYK 0.00% 21.93% 20.32%
26.67%

Color #BB9295 in popluar number systems.

HEX BB 92 95
Decimal 187 146 149
Binary 10111011 10010010 10010101
Octal 273 222 225

Shades and tints

Shades of #BB9295

#BB9295
(187,146,149)
#AA8588
(170,133,136)
#99787B
(153,120,123)
#886B6E
(136,107,110)
#775E61
(119,94,97)
#665154
(102,81,84)
#554447
(85,68,71)
#44373A
(68,55,58)
#332A2D
(51,42,45)
#221D20
(34,29,32)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #BB9295

#BB9295
(187,146,149)
#C19B9E
(193,155,158)
#C7A4A7
(199,164,167)
#CDADB0
(205,173,176)
#D3B6B9
(211,182,185)
#D9BFC2
(217,191,194)
#DFC8CB
(223,200,203)
#E5D1D4
(229,209,212)
#EBDADD
(235,218,221)
#F1E3E6
(241,227,230)
#F7ECEF
(247,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9295; }

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

This text font color is #BB9295.

Background Color

.myBgColor { background-color: #BB9295; }

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

This div background color is #BB9295.

Border color

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

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

This div border color is #BB9295.

Opacity

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

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

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

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

This text has shadow with #BB9295 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9295.

Preview

Color preview on black background

This text has color #BB9295 on black background.


Color preview on white background

This text has color #BB9295 on white background.


Black color preview on #BB9295 background

This text has black color on #BB9295 background.


White color preview on #BB9295 background

This text has white color on #BB9295 background.


Related colors

Complementary color

Complementary color for #hex is #446D6A.


I love getcolorcode.com

Triadic colors

1 #95BB92 and #9295BB with #BB9295 are triadic colors.

2 #9592BB and #92BB95 with #BB9295 are triadic colors.