#B883AA

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

Shades of London Hue #B883AA

Tints of London Hue #B883AA

Color information

#B883AA (or 0xB883AA) is unknown color: approx London Hue. HEX triplet: B8, 83 and AA. RGB value is (184,131,170). Sum of RGB (Red+Green+Blue) = 184+131+170=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 184 - color contains mainly: red. Hex color #B883AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B883AA is #477C55. Grayscale: #979797. Windows color (decimal): -4684886 or 11174840. OLE color: 11174840.

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

Color convert

RGB184131170-
CMYK00.290.080.28
HSL315.85º27.18%61.76%-
HSV(B)315.85º28.8%72.16%-
XYZ35.1429.3341.84-
YUV151.29138.56151.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.94%
GREEN value IS 131 (51.56% from 255) = 27.01%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=37.94%
G=27.01%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413117000.290.080.28315.8527.1861.76
HexB883AA01D81C13c1b3e
Octal27020325203510344743376
Binary10111000100000111010101001110110001110010011110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B883AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B883AA; }

 p { color: rgb(184,131,170); }

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

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

 a { background-color: rgb(184,131,170); }

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

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

 span { border-color: rgb(184,131,170); }

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