#B182AF

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

Shades of London Hue #B182AF

Tints of London Hue #B182AF

Color information

#B182AF (or 0xB182AF) is unknown color: approx London Hue. HEX triplet: B1, 82 and AF. RGB value is (177,130,175). Sum of RGB (Red+Green+Blue) = 177+130+175=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 177 - color contains mainly: red. Hex color #B182AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B182AF is #4E7D50. Grayscale: #959595. Windows color (decimal): -5143889 or 11502257. OLE color: 11502257.

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

Color convert

RGB177130175-
CMYK00.270.010.31
HSL302.55º23.15%60.2%-
HSV(B)302.55º26.55%69.41%-
XYZ33.8528.4144.26-
YUV149.18142.57147.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.72%
GREEN value IS 130 (51.17% from 255) = 26.97%
BLUE value IS 175 (68.75% from 255) = 36.31%
R=36.72%
G=26.97%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713017500.270.010.31302.5523.1560.2
HexB182AF01B11F12f173c
Octal2612022570331374572774
Binary10110001100000101010111101101111111110010111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B182AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B182AF; }

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

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

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

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

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

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

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

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