Html Css Color HEX #B392A9 London Hue

📋 copy color: '#B392A9'

red 179 ◦ green 146 ◦ blue 169

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

Shades of London Hue #B392A9

Tints of London Hue #B392A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 34.21%

R = 36.23%
G = 29.55%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B392A9 (or 0xB392A9) is known color: London Hue. HEX triplet: B3, 92 and A9. RGB value is (179,146,169). Sum of RGB (Red+Green+Blue) = 179+146+169=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 169 (66.41% from 255 or 34.21% from 494); Max value from RGB is 179 - color contains mainly: red. Hex color #B392A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B392A9 is #4C6D56. Grayscale: #9E9E9E. Windows color (decimal): -5008727 or 11113139. OLE color: 11113139.

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

Color convert

RGB 179 146 169 -
CMYK 0 0.18 0.06 0.30
HSL 318.18º 0.18% 0.64% -
HSV(B) 318.18º 0.18% 0.7% -
XYZ 36.03 33.01 42.01 -
YUV 158.49 133.93 142.63 -
System Red Green Blue C M Y K H S L
Decimal 179 146 169 0 0.18 0.06 0.30 318.18 0.18 0.64
Hex B3 92 A9 0 12 6 1E 13E 12 40
Octal 263 222 251 0 22 6 36 476 22 100
Binary 10110011 10010010 10101001 0 10010 110 11110 100111110 10010 1000000

Color Harmonies of #B392A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B392A9

Black with #B392A9

Text Example


Text Example

White with #B392A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B392A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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