#B18BAB

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

Shades of London Hue #B18BAB

Tints of London Hue #B18BAB

Color information

#B18BAB (or 0xB18BAB) is unknown color: approx London Hue. HEX triplet: B1, 8B and AB. RGB value is (177,139,171). Sum of RGB (Red+Green+Blue) = 177+139+171=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 177 - color contains mainly: red. Hex color #B18BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18BAB is #4E7454. Grayscale: #999999. Windows color (decimal): -5141589 or 11242417. OLE color: 11242417.

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

Color convert

RGB177139171-
CMYK00.210.030.31
HSL309.47º19.59%61.96%-
HSV(B)309.47º21.47%69.41%-
XYZ34.7130.7542.63-
YUV154.01137.59144.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.34%
GREEN value IS 139 (54.69% from 255) = 28.54%
BLUE value IS 171 (67.19% from 255) = 35.11%
R=36.34%
G=28.54%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713917100.210.030.31309.4719.5961.96
HexB18BAB01531F135143e
Octal2612132530253374652476
Binary101100011000101110101011010101111111110011010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18BAB; }

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

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

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

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

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

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

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

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