Html Css Color HEX #B390A2 Shady Lady

📋 copy color: '#B390A2'

red 179 ◦ green 144 ◦ blue 162

#B390A2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shady Lady #B390A2

Tints of Shady Lady #B390A2

RGB

 RED value IS 179 (70.31% from 255) = 36.91%

 GREEN value IS 144 (56.64% from 255) = 29.69%

 BLUE value IS 162 (63.67% from 255) = 33.4%

R = 36.91%
G = 29.69%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B390A2 (or 0xB390A2) is known color: Shady Lady. HEX triplet: B3, 90 and A2. RGB value is (179,144,162). Sum of RGB (Red+Green+Blue) = 179+144+162=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 179 - color contains mainly: red. Hex color #B390A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B390A2 is #4C6F5D. Grayscale: #9C9C9C. Windows color (decimal): -5009246 or 10653875. OLE color: 10653875.

HSL color Cylindrical-coordinate representation of color #B390A2: hue angle of 329.14º 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 #B390A2 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 144 162 -
CMYK 0 0.20 0.09 0.30
HSL 329.14º 0.19% 0.63% -
HSV(B) 329.14º 0.2% 0.7% -
XYZ 35.09 32.14 38.54 -
YUV 156.52 131.1 144.04 -
System Red Green Blue C M Y K H S L
Decimal 179 144 162 0 0.20 0.09 0.30 329.14 0.19 0.63
Hex B3 90 A2 0 14 9 1E 149 13 3F
Octal 263 220 242 0 24 11 36 511 23 77
Binary 10110011 10010000 10100010 0 10100 1001 11110 101001001 10011 111111

Color Harmonies of #B390A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B390A2

Black with #B390A2

Text Example


Text Example

White with #B390A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B390A2; }

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

 H1.HeaderClassName
 {
   color: #B390A2;
 }
 .AnyTagClassName
 {
   color: #B390A2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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