#B77EAB

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

Shades of London Hue #B77EAB

Tints of London Hue #B77EAB

Color information

#B77EAB (or 0xB77EAB) is unknown color: approx London Hue. HEX triplet: B7, 7E and AB. RGB value is (183,126,171). Sum of RGB (Red+Green+Blue) = 183+126+171=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 183 - color contains mainly: red. Hex color #B77EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77EAB is #488154. Grayscale: #949494. Windows color (decimal): -4751701 or 11239095. OLE color: 11239095.

HSL color Cylindrical-coordinate representation of color #B77EAB: hue angle of 312.63º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B77EAB is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB183126171-
CMYK00.310.070.28
HSL312.63º28.36%60.59%-
HSV(B)312.63º31.15%71.76%-
XYZ34.3427.9342.11-
YUV148.17140.88152.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.12%
GREEN value IS 126 (49.61% from 255) = 26.25%
BLUE value IS 171 (67.19% from 255) = 35.62%
R=38.12%
G=26.25%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312617100.310.070.28312.6328.3660.59
HexB77EAB01F71C1391c3d
Octal2671762530377344713475
Binary101101111111110101010110111111111110010011100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77EAB; }

 p { color: rgb(183,126,171); }

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

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

 a { background-color: rgb(183,126,171); }

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

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

 span { border-color: rgb(183,126,171); }

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