Html Css Color HEX #B191AA London Hue

📋 copy color: '#B191AA'

red 177 ◦ green 145 ◦ blue 170

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

Shades of London Hue #B191AA

Tints of London Hue #B191AA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.47%

 BLUE value IS 170 (66.8% from 255) = 34.55%

R = 35.98%
G = 29.47%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B191AA (or 0xB191AA) is known color: London Hue. HEX triplet: B1, 91 and AA. RGB value is (177,145,170). Sum of RGB (Red+Green+Blue) = 177+145+170=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 177 - color contains mainly: red. Hex color #B191AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B191AA is #4E6E55. Grayscale: #9D9D9D. Windows color (decimal): -5140054 or 11178417. OLE color: 11178417.

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

Color convert

RGB 177 145 170 -
CMYK 0 0.18 0.04 0.31
HSL 313.13º 0.17% 0.63% -
HSV(B) 313.13º 0.18% 0.69% -
XYZ 35.51 32.5 42.43 -
YUV 157.42 135.1 141.97 -
System Red Green Blue C M Y K H S L
Decimal 177 145 170 0 0.18 0.04 0.31 313.13 0.17 0.63
Hex B1 91 AA 0 12 4 1F 139 11 3F
Octal 261 221 252 0 22 4 37 471 21 77
Binary 10110001 10010001 10101010 0 10010 100 11111 100111001 10001 111111

Color Harmonies of #B191AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B191AA

Black with #B191AA

Text Example


Text Example

White with #B191AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B191AA; }

 p { color: rgb(177,145,170); }

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

background-color css

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

 a { background-color: rgb(177,145,170); }

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

border-color css

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

 span { border-color: rgb(177,145,170); }

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