#B19AAB

Color #B19AAB London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B19AAB

Tints of London Hue #B19AAB

Color information

#B19AAB (or 0xB19AAB) is unknown color: approx 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

RGB177154171-
CMYK00.130.030.31
HSL315.65º12.85%64.9%-
HSV(B)315.65º12.99%69.41%-
XYZ37.0435.443.41-
YUV162.82132.62138.12-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715417100.130.030.31315.6512.8564.9
HexB19AAB0D31F13cd41
Octal26123225301533747415101
Binary10110001100110101010101101101111111110011110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>