#B39AB0

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

Shades of London Hue #B39AB0

Tints of London Hue #B39AB0

Color information

#B39AB0 (or 0xB39AB0) is unknown color: approx London Hue. HEX triplet: B3, 9A and B0. RGB value is (179,154,176). Sum of RGB (Red+Green+Blue) = 179+154+176=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 179 - color contains mainly: red. Hex color #B39AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39AB0 is #4C654F. Grayscale: #A3A3A3. Windows color (decimal): -5006672 or 11573939. OLE color: 11573939.

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

Color convert

RGB179154176-
CMYK00.140.020.30
HSL307.2º14.12%65.29%-
HSV(B)307.2º13.97%70.2%-
XYZ37.9835.8345.99-
YUV163.98134.78138.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.17%
GREEN value IS 154 (60.55% from 255) = 30.26%
BLUE value IS 176 (69.14% from 255) = 34.58%
R=35.17%
G=30.26%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915417600.140.020.30307.214.1265.29
HexB39AB00E21E133e41
Octal26323226001623646316101
Binary10110011100110101011000001110101111010011001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39AB0; }

 p { color: rgb(179,154,176); }

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

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

 a { background-color: rgb(179,154,176); }

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

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

 span { border-color: rgb(179,154,176); }

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