Html Css Color HEX #B19AAB London Hue

📋 copy color: '#B19AAB'

red 177 ◦ green 154 ◦ blue 171

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

Shades of London Hue #B19AAB

Tints of London Hue #B19AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.06%

R = 35.26%
G = 30.68%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B19AAB (or 0xB19AAB) is known color: London Hue. HEX triplet: B1, 9A and AB. RGB value is (177,154,171). Sum of RGB (Red+Green+Blue) = 177+154+171=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 177 - color contains mainly: red. Hex color #B19AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19AAB is #4E6554. Grayscale: #A2A2A2. Windows color (decimal): -5137749 or 11246257. OLE color: 11246257.

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

Color convert

RGB 177 154 171 -
CMYK 0 0.13 0.03 0.31
HSL 315.65º 0.13% 0.65% -
HSV(B) 315.65º 0.13% 0.69% -
XYZ 37.04 35.4 43.41 -
YUV 162.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 177 154 171 0 0.13 0.03 0.31 315.65 0.13 0.65
Hex B1 9A AB 0 D 3 1F 13C D 41
Octal 261 232 253 0 15 3 37 474 15 101
Binary 10110001 10011010 10101011 0 1101 11 11111 100111100 1101 1000001

Color Harmonies of #B19AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19AAB

Black with #B19AAB

Text Example


Text Example

White with #B19AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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