Html Css Color HEX #B19BAA London Hue

📋 copy color: '#B19BAA'

red 177 ◦ green 155 ◦ blue 170

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

Shades of London Hue #B19BAA

Tints of London Hue #B19BAA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.88%

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

R = 35.26%
G = 30.88%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B19BAA (or 0xB19BAA) is known color: London Hue. HEX triplet: B1, 9B and AA. RGB value is (177,155,170). Sum of RGB (Red+Green+Blue) = 177+155+170=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 177 - color contains mainly: red. Hex color #B19BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19BAA is #4E6455. Grayscale: #A3A3A3. Windows color (decimal): -5137494 or 11180977. OLE color: 11180977.

HSL color Cylindrical-coordinate representation of color #B19BAA: hue angle of 319.09º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B19BAA is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 155 170 -
CMYK 0 0.12 0.04 0.31
HSL 319.09º 0.12% 0.65% -
HSV(B) 319.09º 0.12% 0.69% -
XYZ 37.11 35.69 42.96 -
YUV 163.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 177 155 170 0 0.12 0.04 0.31 319.09 0.12 0.65
Hex B1 9B AA 0 C 4 1F 13F C 41
Octal 261 233 252 0 14 4 37 477 14 101
Binary 10110001 10011011 10101010 0 1100 100 11111 100111111 1100 1000001

Color Harmonies of #B19BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19BAA

Black with #B19BAA

Text Example


Text Example

White with #B19BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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