#B18AAB

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

Shades of London Hue #B18AAB

Tints of London Hue #B18AAB

Color information

#B18AAB (or 0xB18AAB) is unknown color: approx London Hue. HEX triplet: B1, 8A and AB. RGB value is (177,138,171). Sum of RGB (Red+Green+Blue) = 177+138+171=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 177 - color contains mainly: red. Hex color #B18AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18AAB is #4E7554. Grayscale: #999999. Windows color (decimal): -5141845 or 11242161. OLE color: 11242161.

HSL color Cylindrical-coordinate representation of color #B18AAB: hue angle of 309.23º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B18AAB is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB177138171-
CMYK00.220.030.31
HSL309.23º20%61.76%-
HSV(B)309.23º22.03%69.41%-
XYZ34.5730.4642.59-
YUV153.42137.92144.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.42%
GREEN value IS 138 (54.30% from 255) = 28.40%
BLUE value IS 171 (67.19% from 255) = 35.19%
R=36.42%
G=28.40%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713817100.220.030.31309.232061.76
HexB18AAB01631F135143e
Octal2612122530263374652476
Binary101100011000101010101011010110111111110011010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18AAB; }

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

 H1.HeaderClassName
 {
   color: #B18AAB;
 }
 .AnyTagClassName
 {
   color: #B18AAB;
 }
</style>
background-color css

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

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

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

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

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

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