Html Css Color HEX #B192A6 London Hue

📋 copy color: '#B192A6'

red 177 ◦ green 146 ◦ blue 166

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

Shades of London Hue #B192A6

Tints of London Hue #B192A6

RGB

 RED value IS 177 (69.53% from 255) = 36.2%

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

 BLUE value IS 166 (65.23% from 255) = 33.95%

R = 36.2%
G = 29.86%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B192A6 (or 0xB192A6) is known color: London Hue. HEX triplet: B1, 92 and A6. RGB value is (177,146,166). Sum of RGB (Red+Green+Blue) = 177+146+166=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 177 - color contains mainly: red. Hex color #B192A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B192A6 is #4E6D59. Grayscale: #9D9D9D. Windows color (decimal): -5139802 or 10916529. OLE color: 10916529.

HSL color Cylindrical-coordinate representation of color #B192A6: hue angle of 321.29º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B192A6 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 146 166 -
CMYK 0 0.18 0.06 0.31
HSL 321.29º 0.17% 0.63% -
HSV(B) 321.29º 0.18% 0.69% -
XYZ 35.29 32.66 40.52 -
YUV 157.55 132.77 141.87 -
System Red Green Blue C M Y K H S L
Decimal 177 146 166 0 0.18 0.06 0.31 321.29 0.17 0.63
Hex B1 92 A6 0 12 6 1F 141 11 3F
Octal 261 222 246 0 22 6 37 501 21 77
Binary 10110001 10010010 10100110 0 10010 110 11111 101000001 10001 111111

Color Harmonies of #B192A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B192A6

Black with #B192A6

Text Example


Text Example

White with #B192A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B192A6; }

 p { color: rgb(177,146,166); }

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

background-color css

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

 a { background-color: rgb(177,146,166); }

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

border-color css

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

 span { border-color: rgb(177,146,166); }

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