#B37CAA

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

Shades of London Hue #B37CAA

Tints of London Hue #B37CAA

Color information

#B37CAA (or 0xB37CAA) is unknown color: approx London Hue. HEX triplet: B3, 7C and AA. RGB value is (179,124,170). Sum of RGB (Red+Green+Blue) = 179+124+170=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B37CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37CAA is #4C8355. Grayscale: #919191. Windows color (decimal): -5014358 or 11173043. OLE color: 11173043.

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

Color convert

RGB179124170-
CMYK00.310.050.30
HSL309.82º26.57%59.41%-
HSV(B)309.82º30.73%70.2%-
XYZ33.0526.941.48-
YUV145.69141.72151.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.84%
GREEN value IS 124 (48.83% from 255) = 26.22%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=37.84%
G=26.22%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912417000.310.050.30309.8226.5759.41
HexB37CAA01F51E1361b3b
Octal2631742520375364663373
Binary101100111111100101010100111111011111010011011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37CAA; }

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

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

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

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

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

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

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

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