#B782AA

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

Shades of London Hue #B782AA

Tints of London Hue #B782AA

Color information

#B782AA (or 0xB782AA) is unknown color: approx London Hue. HEX triplet: B7, 82 and AA. RGB value is (183,130,170). Sum of RGB (Red+Green+Blue) = 183+130+170=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 183 - color contains mainly: red. Hex color #B782AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B782AA is #487D55. Grayscale: #969696. Windows color (decimal): -4750678 or 11174583. OLE color: 11174583.

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

Color convert

RGB183130170-
CMYK00.290.070.28
HSL314.72º26.9%61.37%-
HSV(B)314.72º28.96%71.76%-
XYZ34.7728.9341.78-
YUV150.41139.06151.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.89%
GREEN value IS 130 (51.17% from 255) = 26.92%
BLUE value IS 170 (66.80% from 255) = 35.20%
R=37.89%
G=26.92%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313017000.290.070.28314.7226.961.37
HexB782AA01D71C13b1b3d
Octal2672022520357344733375
Binary1011011110000010101010100111011111110010011101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B782AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B782AA; }

 p { color: rgb(183,130,170); }

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

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

 a { background-color: rgb(183,130,170); }

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

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

 span { border-color: rgb(183,130,170); }

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