COLOR #B790A0

HEX: #B790A0
RGB: (183,144,160)

Color info

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

RGB color model

#B790A0 color RGB value is (183,144,160).

  • red value is 183;
  • green value is 144;
  • blue value is 160.
RGB: (183,144,160) (72%,56%,63%)

RGB channels and saturation

R 183 of 255 = 72%
G 144 of 255 = 56%
B 160 of 255 = 63%

183
144
160

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

Portions of RGB colors in percentages

R + G + B =
183 + 144 + 160 = 487 (100%)
R 183 of 487 ~ 37.58%
G 144 of 487 ~ 29.57%
B 160 of 487 ~ 32.85%

%37.58
%29.57
%32.85

CMYK color model

#B790A0 color CMYK value is (0,21,13,28).

  • cyan value is 0.00%
  • magenta value is 21.31%
  • yellow value is 12.57%
  • key color value is 28.24%
CMYK: (0,21,13,28) C0M21Y13K28 (0%,21%,13%,28%) (0.00/0.21/0.13/0.28)

CMYK percentages

%0
%21.31
%12.57
%28.24

Codes

Color #B790A0 in popluar color models

B790A0
RGB183144160
HSL335°21.31%64.12%
HSB/HSV335°21.31%71.76%
CMYK0.00%21.31%12.57%
28.24%

Color #B790A0 in popluar number systems.

HEXB790A0
Decimal183144160
Binary101101111001000010100000
Octal267220240

Shades and tints

Shades of #B790A0

#B790A0
(183,144,160)
#A78392
(167,131,146)
#977684
(151,118,132)
#876976
(135,105,118)
#775C68
(119,92,104)
#674F5A
(103,79,90)
#57424C
(87,66,76)
#47353E
(71,53,62)
#372830
(55,40,48)
#271B22
(39,27,34)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #B790A0

#B790A0
(183,144,160)
#BD9AA8
(189,154,168)
#C3A4B0
(195,164,176)
#C9AEB8
(201,174,184)
#CFB8C0
(207,184,192)
#D5C2C8
(213,194,200)
#DBCCD0
(219,204,208)
#E1D6D8
(225,214,216)
#E7E0E0
(231,224,224)
#EDEAE8
(237,234,232)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B790A0 color. Also use rgb(183,144,160) instead hex code.

Text Font Color

.myTextColor { color: #B790A0; }

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

This text font color is #B790A0.


Background Color

.myBgColor { background-color: #B790A0; }

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

This div background color is #B790A0.


Border color

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

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

This div border color is #B790A0.


Opacity

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

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

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

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

This text has shadow with #B790A0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B790A0 on black background.


Color preview on white background

This text has color #B790A0 on white background.



Black color preview on #B790A0 background

This text has black color on #B790A0 background.


White color preview on #B790A0 background

This text has white color on #B790A0 background.