#B38BA9

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

Shades of London Hue #B38BA9

Tints of London Hue #B38BA9

Color information

#B38BA9 (or 0xB38BA9) is unknown color: approx London Hue. HEX triplet: B3, 8B and A9. RGB value is (179,139,169). Sum of RGB (Red+Green+Blue) = 179+139+169=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 179 - color contains mainly: red. Hex color #B38BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38BA9 is #4C7456. Grayscale: #9A9A9A. Windows color (decimal): -5010519 or 11111347. OLE color: 11111347.

HSL color Cylindrical-coordinate representation of color #B38BA9: hue angle of 315º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B38BA9 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB179139169-
CMYK00.220.060.30
HSL315º20.83%62.35%-
HSV(B)315º22.35%70.2%-
XYZ34.9830.9141.66-
YUV154.38136.25145.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.76%
GREEN value IS 139 (54.69% from 255) = 28.54%
BLUE value IS 169 (66.41% from 255) = 34.70%
R=36.76%
G=28.54%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913916900.220.060.3031520.8362.35
HexB38BA901661E13b153e
Octal2632132510266364732576
Binary1011001110001011101010010101101101111010011101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38BA9; }

 p { color: rgb(179,139,169); }

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

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

 a { background-color: rgb(179,139,169); }

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

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

 span { border-color: rgb(179,139,169); }

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