#B390A0

Color #B390A0 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #B390A0

Tints of Shady Lady #B390A0

Color information

#B390A0 (or 0xB390A0) is unknown color: approx Shady Lady. HEX triplet: B3, 90 and A0. RGB value is (179,144,160). Sum of RGB (Red+Green+Blue) = 179+144+160=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 179 - color contains mainly: red. Hex color #B390A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B390A0 is #4C6F5F. Grayscale: #9C9C9C. Windows color (decimal): -5009248 or 10522803. OLE color: 10522803.

HSL color Cylindrical-coordinate representation of color #B390A0: hue angle of 332.57º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B390A0 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB179144160-
CMYK00.200.110.30
HSL332.57º18.72%63.33%-
HSV(B)332.57º19.55%70.2%-
XYZ34.9132.0737.61-
YUV156.29130.1144.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 37.06%
GREEN value IS 144 (56.64% from 255) = 29.81%
BLUE value IS 160 (62.89% from 255) = 33.13%
R=37.06%
G=29.81%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914416000.200.110.30332.5718.7263.33
HexB390A0014B1E14d133f
Octal26322024002413365152377
Binary10110011100100001010000001010010111111010100110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B390A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B390A0; }

 p { color: rgb(179,144,160); }

 H1.HeaderClassName
 {
   color: #B390A0;
 }
 .AnyTagClassName
 {
   color: #B390A0;
 }
</style>
background-color css

<style>
 a { background-color: #B390A0; }

 a { background-color: rgb(179,144,160); }

 div.DivClassName
 {
   background-color: #B390A0;
 }
 .BgClassName
 {
   background-color: #B390A0;
 }
</style>
border-color css

<style>
 span { border-color: #B390A0; }

 span { border-color: rgb(179,144,160); }

 td.TdClassName
 {
   border-color: #B390A0;
 }
 .TagClassName
 {
   border-color: #B390A0;
 }
</style>