COLOR #BB8097

HEX: #BB8097 RGB: (187,128,151)

Color info

#BB8097 contains red, green and blue colors in about the same proportion. Web safe color of #BB8097 is #CC6699 (or #C69).

RGB color model

#BB8097 color RGB value is (187,128,151).

RGB: (187,128,151) (73%, 50%, 59%)

RGB channels and saturation

R 187 of 255 = 73%
G 128 of 255 = 50%
B 151 of 255 = 59%

187
128
151

R + G + B ~ 61%. #BB8097 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 128 + 151 = 466 (100%)
R 187 of 466 ~ 40.13%
G 128 of 466 ~ 27.47%
B 151 of 466 ~ 32.4'%

%40.13
%27.47
%32.4

CMYK color model

#BB8097 color CMYK value is (0,32,19,27).

  • cyan value is 0.00%
  • magenta value is 31.55%
  • yellow value is 19.25%
  • key color value is 26.67%

CMYK: (0,32,19,27)
C0M32Y19K27 (0%, 32%, 19%, 27%)
(0.00 / 0.32 / 0.19 / 0.27)

CMYK percentages

%0
%31.55
%19.25
%26.67

Codes

Color #BB8097 in popluar color models

BB 80 97
RGB 187 128 151
HSL 337° 30.26% 61.76%
HSB/HSV 337° 31.55% 73.33%
CMYK 0.00% 31.55% 19.25%
26.67%

Color #BB8097 in popluar number systems.

HEX BB 80 97
Decimal 187 128 151
Binary 10111011 10000000 10010111
Octal 273 200 227

Shades and tints

Shades of #BB8097

#BB8097
(187,128,151)
#AA758A
(170,117,138)
#996A7D
(153,106,125)
#885F70
(136,95,112)
#775463
(119,84,99)
#664956
(102,73,86)
#553E49
(85,62,73)
#44333C
(68,51,60)
#33282F
(51,40,47)
#221D22
(34,29,34)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #BB8097

#BB8097
(187,128,151)
#C18BA0
(193,139,160)
#C796A9
(199,150,169)
#CDA1B2
(205,161,178)
#D3ACBB
(211,172,187)
#D9B7C4
(217,183,196)
#DFC2CD
(223,194,205)
#E5CDD6
(229,205,214)
#EBD8DF
(235,216,223)
#F1E3E8
(241,227,232)
#F7EEF1
(247,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8097 color. Also use rgb(187,128,151) instead hex code.

Text Font Color

.myTextColor { color: #BB8097; }

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

This text font color is #BB8097.

Background Color

.myBgColor { background-color: #BB8097; }

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

This div background color is #BB8097.

Border color

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

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

This div border color is #BB8097.

Opacity

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

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

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

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

This text has shadow with #BB8097 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB8097.

Preview

Color preview on black background

This text has color #BB8097 on black background.


Color preview on white background

This text has color #BB8097 on white background.


Black color preview on #BB8097 background

This text has black color on #BB8097 background.


White color preview on #BB8097 background

This text has white color on #BB8097 background.


Related colors

Complementary color

Complementary color for #hex is #447F68.


I love getcolorcode.com

Triadic colors

1 #97BB80 and #8097BB with #BB8097 are triadic colors.

2 #9780BB and #80BB97 with #BB8097 are triadic colors.