Html Css Color HEX #B19FAF London Hue

📋 copy color: '#B19FAF'

red 177 ◦ green 159 ◦ blue 175

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

Shades of London Hue #B19FAF

Tints of London Hue #B19FAF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.12%

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

R = 34.64%
G = 31.12%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B19FAF (or 0xB19FAF) is known color: London Hue. HEX triplet: B1, 9F and AF. RGB value is (177,159,175). Sum of RGB (Red+Green+Blue) = 177+159+175=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 177 - color contains mainly: red. Hex color #B19FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19FAF is #4E6050. Grayscale: #A6A6A6. Windows color (decimal): -5136465 or 11509681. OLE color: 11509681.

HSL color Cylindrical-coordinate representation of color #B19FAF: hue angle of 306.67º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B19FAF is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 159 175 -
CMYK 0 0.10 0.01 0.31
HSL 306.67º 0.1% 0.66% -
HSV(B) 306.67º 0.1% 0.69% -
XYZ 38.27 37.24 45.73 -
YUV 166.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 177 159 175 0 0.10 0.01 0.31 306.67 0.1 0.66
Hex B1 9F AF 0 A 1 1F 133 A 42
Octal 261 237 257 0 12 1 37 463 12 102
Binary 10110001 10011111 10101111 0 1010 1 11111 100110011 1010 1000010

Color Harmonies of #B19FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19FAF

Black with #B19FAF

Text Example


Text Example

White with #B19FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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