#B182AA

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

Shades of London Hue #B182AA

Tints of London Hue #B182AA

Color information

#B182AA (or 0xB182AA) is unknown color: approx London Hue. HEX triplet: B1, 82 and AA. RGB value is (177,130,170). Sum of RGB (Red+Green+Blue) = 177+130+170=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 177 - color contains mainly: red. Hex color #B182AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B182AA is #4E7D55. Grayscale: #949494. Windows color (decimal): -5143894 or 11174577. OLE color: 11174577.

HSL color Cylindrical-coordinate representation of color #B182AA: hue angle of 308.94º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B182AA is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB177130170-
CMYK00.270.040.31
HSL308.94º23.15%60.2%-
HSV(B)308.94º26.55%69.41%-
XYZ33.3728.2141.72-
YUV148.61140.07148.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.11%
GREEN value IS 130 (51.17% from 255) = 27.25%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=37.11%
G=27.25%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713017000.270.040.31308.9423.1560.2
HexB182AA01B41F135173c
Octal2612022520334374652774
Binary1011000110000010101010100110111001111110011010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B182AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B182AA; }

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

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

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

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

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

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

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

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