#B37CA9

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

Shades of London Hue #B37CA9

Tints of London Hue #B37CA9

Color information

#B37CA9 (or 0xB37CA9) is unknown color: approx London Hue. HEX triplet: B3, 7C and A9. RGB value is (179,124,169). Sum of RGB (Red+Green+Blue) = 179+124+169=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B37CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37CA9 is #4C8356. Grayscale: #919191. Windows color (decimal): -5014359 or 11107507. OLE color: 11107507.

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

Color convert

RGB179124169-
CMYK00.310.060.30
HSL310.91º26.57%59.41%-
HSV(B)310.91º30.73%70.2%-
XYZ32.9626.8640.98-
YUV145.57141.22151.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.92%
GREEN value IS 124 (48.83% from 255) = 26.27%
BLUE value IS 169 (66.41% from 255) = 35.81%
R=37.92%
G=26.27%
B=35.81%

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
Decimal17912416900.310.060.30310.9126.5759.41
HexB37CA901F61E1371b3b
Octal2631742510376364673373
Binary101100111111100101010010111111101111010011011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37CA9; }

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

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

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

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

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

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

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

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