#B39BAF

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

Shades of London Hue #B39BAF

Tints of London Hue #B39BAF

Color information

#B39BAF (or 0xB39BAF) is unknown color: approx London Hue. HEX triplet: B3, 9B and AF. RGB value is (179,155,175). Sum of RGB (Red+Green+Blue) = 179+155+175=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 179 - color contains mainly: red. Hex color #B39BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39BAF is #4C6450. Grayscale: #A4A4A4. Windows color (decimal): -5006417 or 11508659. OLE color: 11508659.

HSL color Cylindrical-coordinate representation of color #B39BAF: hue angle of 310º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B39BAF is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB179155175-
CMYK00.130.020.30
HSL310º13.64%65.49%-
HSV(B)310º13.41%70.2%-
XYZ38.0536.1245.52-
YUV164.46133.95138.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.17%
GREEN value IS 155 (60.94% from 255) = 30.45%
BLUE value IS 175 (68.75% from 255) = 34.38%
R=35.17%
G=30.45%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915517500.130.020.3031013.6465.49
HexB39BAF0D21E136e41
Octal26323325701523646616101
Binary10110011100110111010111101101101111010011011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39BAF; }

 p { color: rgb(179,155,175); }

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

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

 a { background-color: rgb(179,155,175); }

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

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

 span { border-color: rgb(179,155,175); }

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