Html Css Color HEX #B19BAF London Hue

📋 copy color: '#B19BAF'

red 177 ◦ green 155 ◦ blue 175

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

Shades of London Hue #B19BAF

Tints of London Hue #B19BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.52%

R = 34.91%
G = 30.57%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B19BAF (or 0xB19BAF) is known color: London Hue. HEX triplet: B1, 9B and AF. RGB value is (177,155,175). Sum of RGB (Red+Green+Blue) = 177+155+175=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 177 - color contains mainly: red. Hex color #B19BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19BAF is #4E6450. Grayscale: #A3A3A3. Windows color (decimal): -5137489 or 11508657. OLE color: 11508657.

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

Color convert

RGB 177 155 175 -
CMYK 0 0.12 0.01 0.31
HSL 305.45º 0.12% 0.65% -
HSV(B) 305.45º 0.12% 0.69% -
XYZ 37.59 35.88 45.5 -
YUV 163.86 134.29 137.37 -
System Red Green Blue C M Y K H S L
Decimal 177 155 175 0 0.12 0.01 0.31 305.45 0.12 0.65
Hex B1 9B AF 0 C 1 1F 131 C 41
Octal 261 233 257 0 14 1 37 461 14 101
Binary 10110001 10011011 10101111 0 1100 1 11111 100110001 1100 1000001

Color Harmonies of #B19BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19BAF

Black with #B19BAF

Text Example


Text Example

White with #B19BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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