#B37BA9

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

Shades of London Hue #B37BA9

Tints of London Hue #B37BA9

Color information

#B37BA9 (or 0xB37BA9) is unknown color: approx London Hue. HEX triplet: B3, 7B and A9. RGB value is (179,123,169). Sum of RGB (Red+Green+Blue) = 179+123+169=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 179 - color contains mainly: red. Hex color #B37BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37BA9 is #4C8456. Grayscale: #909090. Windows color (decimal): -5014615 or 11107251. OLE color: 11107251.

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

Color convert

RGB179123169-
CMYK00.310.060.30
HSL310.71º26.92%59.22%-
HSV(B)310.71º31.28%70.2%-
XYZ32.8326.6140.94-
YUV144.99141.55152.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.00%
GREEN value IS 123 (48.44% from 255) = 26.11%
BLUE value IS 169 (66.41% from 255) = 35.88%
R=38.00%
G=26.11%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912316900.310.060.30310.7126.9259.22
HexB37BA901F61E1371b3b
Octal2631732510376364673373
Binary101100111111011101010010111111101111010011011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37BA9; }

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

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

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

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

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

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

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

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