#B39BAD

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

Shades of London Hue #B39BAD

Tints of London Hue #B39BAD

Color information

#B39BAD (or 0xB39BAD) is unknown color: approx London Hue. HEX triplet: B3, 9B and AD. RGB value is (179,155,173). Sum of RGB (Red+Green+Blue) = 179+155+173=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 179 - color contains mainly: red. Hex color #B39BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39BAD is #4C6452. Grayscale: #A4A4A4. Windows color (decimal): -5006419 or 11377587. OLE color: 11377587.

HSL color Cylindrical-coordinate representation of color #B39BAD: hue angle of 315º 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 #B39BAD is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB179155173-
CMYK00.130.030.30
HSL315º13.64%65.49%-
HSV(B)315º13.41%70.2%-
XYZ37.8536.0444.5-
YUV164.23132.95138.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.31%
GREEN value IS 155 (60.94% from 255) = 30.57%
BLUE value IS 173 (67.97% from 255) = 34.12%
R=35.31%
G=30.57%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915517300.130.030.3031513.6465.49
HexB39BAD0D31E13be41
Octal26323325501533647316101
Binary10110011100110111010110101101111111010011101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39BAD; }

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

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

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

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

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

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

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

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