#B677AE

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

Shades of London Hue #B677AE

Tints of London Hue #B677AE

Color information

#B677AE (or 0xB677AE) is unknown color: approx London Hue. HEX triplet: B6, 77 and AE. RGB value is (182,119,174). Sum of RGB (Red+Green+Blue) = 182+119+174=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 182 - color contains mainly: red. Hex color #B677AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B677AE is #498851. Grayscale: #8F8F8F. Windows color (decimal): -4819026 or 11433910. OLE color: 11433910.

HSL color Cylindrical-coordinate representation of color #B677AE: hue angle of 307.62º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B677AE is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB182119174-
CMYK00.350.040.29
HSL307.62º30.14%59.02%-
HSV(B)307.62º34.62%71.37%-
XYZ33.5326.1943.33-
YUV144.11144.87155.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.32%
GREEN value IS 119 (46.88% from 255) = 25.05%
BLUE value IS 174 (68.36% from 255) = 36.63%
R=38.32%
G=25.05%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211917400.350.040.29307.6230.1459.02
HexB677AE02341D1341e3b
Octal2661672560434354643673
Binary1011011011101111010111001000111001110110011010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B677AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B677AE; }

 p { color: rgb(182,119,174); }

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

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

 a { background-color: rgb(182,119,174); }

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

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

 span { border-color: rgb(182,119,174); }

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