Html Css Color HEX #B19AAF London Hue

📋 copy color: '#B19AAF'

red 177 ◦ green 154 ◦ blue 175

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

Shades of London Hue #B19AAF

Tints of London Hue #B19AAF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.43%

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

R = 34.98%
G = 30.43%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B19AAF (or 0xB19AAF) is known color: London Hue. HEX triplet: B1, 9A and AF. RGB value is (177,154,175). Sum of RGB (Red+Green+Blue) = 177+154+175=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 177 - color contains mainly: red. Hex color #B19AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19AAF is #4E6550. Grayscale: #A3A3A3. Windows color (decimal): -5137745 or 11508401. OLE color: 11508401.

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

Color convert

RGB 177 154 175 -
CMYK 0 0.13 0.01 0.31
HSL 305.22º 0.13% 0.65% -
HSV(B) 305.22º 0.13% 0.69% -
XYZ 37.42 35.55 45.45 -
YUV 163.27 134.62 137.79 -
System Red Green Blue C M Y K H S L
Decimal 177 154 175 0 0.13 0.01 0.31 305.22 0.13 0.65
Hex B1 9A AF 0 D 1 1F 131 D 41
Octal 261 232 257 0 15 1 37 461 15 101
Binary 10110001 10011010 10101111 0 1101 1 11111 100110001 1101 1000001

Color Harmonies of #B19AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19AAF

Black with #B19AAF

Text Example


Text Example

White with #B19AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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