#B37AAC

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

Shades of London Hue #B37AAC

Tints of London Hue #B37AAC

Color information

#B37AAC (or 0xB37AAC) is unknown color: approx London Hue. HEX triplet: B3, 7A and AC. RGB value is (179,122,172). Sum of RGB (Red+Green+Blue) = 179+122+172=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B37AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37AAC is #4C8553. Grayscale: #909090. Windows color (decimal): -5014868 or 11303603. OLE color: 11303603.

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

Color convert

RGB179122172-
CMYK00.320.040.30
HSL307.37º27.27%59.02%-
HSV(B)307.37º31.84%70.2%-
XYZ3326.4842.4-
YUV144.74143.38152.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.84%
GREEN value IS 122 (48.05% from 255) = 25.79%
BLUE value IS 172 (67.58% from 255) = 36.36%
R=37.84%
G=25.79%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912217200.320.040.30307.3727.2759.02
HexB37AAC02041E1331b3b
Octal2631722540404364633373
Binary1011001111110101010110001000001001111010011001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37AAC; }

 p { color: rgb(179,122,172); }

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

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

 a { background-color: rgb(179,122,172); }

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

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

 span { border-color: rgb(179,122,172); }

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