#B182AB

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

Shades of London Hue #B182AB

Tints of London Hue #B182AB

Color information

#B182AB (or 0xB182AB) is unknown color: approx London Hue. HEX triplet: B1, 82 and AB. RGB value is (177,130,171). Sum of RGB (Red+Green+Blue) = 177+130+171=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B182AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B182AB is #4E7D54. Grayscale: #949494. Windows color (decimal): -5143893 or 11240113. OLE color: 11240113.

HSL color Cylindrical-coordinate representation of color #B182AB: hue angle of 307.66º 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 #B182AB is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB177130171-
CMYK00.270.030.31
HSL307.66º23.15%60.2%-
HSV(B)307.66º26.55%69.41%-
XYZ33.4628.2542.22-
YUV148.73140.57148.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 130 (51.17% from 255) = 27.20%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=37.03%
G=27.20%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713017100.270.030.31307.6623.1560.2
HexB182AB01B31F134173c
Octal2612022530333374642774
Binary101100011000001010101011011011111111110011010010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B182AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B182AB; }

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

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

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

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

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

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

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

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