#B772AE

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

Shades of London Hue #B772AE

Tints of London Hue #B772AE

Color information

#B772AE (or 0xB772AE) is unknown color: approx London Hue. HEX triplet: B7, 72 and AE. RGB value is (183,114,174). Sum of RGB (Red+Green+Blue) = 183+114+174=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 183 - color contains mainly: red. Hex color #B772AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B772AE is #488D51. Grayscale: #8D8D8D. Windows color (decimal): -4754770 or 11432631. OLE color: 11432631.

HSL color Cylindrical-coordinate representation of color #B772AE: hue angle of 307.83º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B772AE is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB183114174-
CMYK00.380.050.28
HSL307.83º32.39%58.24%-
HSV(B)307.83º37.7%71.76%-
XYZ33.1925.1643.15-
YUV141.47146.36157.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.85%
GREEN value IS 114 (44.92% from 255) = 24.20%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=38.85%
G=24.20%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311417400.380.050.28307.8332.3958.24
HexB772AE02651C134203a
Octal2671622560465344644072
Binary10110111111001010101110010011010111100100110100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B772AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B772AE; }

 p { color: rgb(183,114,174); }

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

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

 a { background-color: rgb(183,114,174); }

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

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

 span { border-color: rgb(183,114,174); }

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