Html Css Color HEX #B392A5 Lily

📋 copy color: '#B392A5'

red 179 ◦ green 146 ◦ blue 165

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

Shades of Lily #B392A5

Tints of Lily #B392A5

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.8%

 BLUE value IS 165 (64.84% from 255) = 33.67%

R = 36.53%
G = 29.8%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B392A5 (or 0xB392A5) is known color: Lily. HEX triplet: B3, 92 and A5. RGB value is (179,146,165). Sum of RGB (Red+Green+Blue) = 179+146+165=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 179 - color contains mainly: red. Hex color #B392A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B392A5 is #4C6D5A. Grayscale: #9D9D9D. Windows color (decimal): -5008731 or 10850995. OLE color: 10850995.

HSL color Cylindrical-coordinate representation of color #B392A5: hue angle of 325.45º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B392A5 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 146 165 -
CMYK 0 0.18 0.08 0.30
HSL 325.45º 0.18% 0.64% -
HSV(B) 325.45º 0.18% 0.7% -
XYZ 35.66 32.86 40.06 -
YUV 158.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 179 146 165 0 0.18 0.08 0.30 325.45 0.18 0.64
Hex B3 92 A5 0 12 8 1E 145 12 40
Octal 263 222 245 0 22 10 36 505 22 100
Binary 10110011 10010010 10100101 0 10010 1000 11110 101000101 10010 1000000

Color Harmonies of #B392A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B392A5

Black with #B392A5

Text Example


Text Example

White with #B392A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B392A5; }

 p { color: rgb(179,146,165); }

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

background-color css

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

 a { background-color: rgb(179,146,165); }

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

border-color css

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

 span { border-color: rgb(179,146,165); }

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