#B18BAF

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

Shades of London Hue #B18BAF

Tints of London Hue #B18BAF

Color information

#B18BAF (or 0xB18BAF) is unknown color: approx London Hue. HEX triplet: B1, 8B and AF. RGB value is (177,139,175). Sum of RGB (Red+Green+Blue) = 177+139+175=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 177 - color contains mainly: red. Hex color #B18BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18BAF is #4E7450. Grayscale: #9A9A9A. Windows color (decimal): -5141585 or 11504561. OLE color: 11504561.

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

Color convert

RGB177139175-
CMYK00.210.010.31
HSL303.16º19.59%61.96%-
HSV(B)303.16º21.47%69.41%-
XYZ35.130.9144.67-
YUV154.47139.59144.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.05%
GREEN value IS 139 (54.69% from 255) = 28.31%
BLUE value IS 175 (68.75% from 255) = 35.64%
R=36.05%
G=28.31%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713917500.210.010.31303.1619.5961.96
HexB18BAF01511F12f143e
Octal2612132570251374572476
Binary10110001100010111010111101010111111110010111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18BAF; }

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

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

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

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

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

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

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

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