#B182B0

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

Shades of London Hue #B182B0

Tints of London Hue #B182B0

Color information

#B182B0 (or 0xB182B0) is unknown color: approx London Hue. HEX triplet: B1, 82 and B0. RGB value is (177,130,176). Sum of RGB (Red+Green+Blue) = 177+130+176=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 177 - color contains mainly: red. Hex color #B182B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B182B0 is #4E7D4F. Grayscale: #959595. Windows color (decimal): -5143888 or 11567793. OLE color: 11567793.

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

Color convert

RGB177130176-
CMYK00.270.010.31
HSL301.28º23.15%60.2%-
HSV(B)301.28º26.55%69.41%-
XYZ33.9528.4544.78-
YUV149.3143.07147.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.65%
GREEN value IS 130 (51.17% from 255) = 26.92%
BLUE value IS 176 (69.14% from 255) = 36.44%
R=36.65%
G=26.92%
B=36.44%

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
Decimal17713017600.270.010.31301.2823.1560.2
HexB182B001B11F12d173c
Octal2612022600331374552774
Binary10110001100000101011000001101111111110010110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B182B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B182B0; }

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

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

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

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

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

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

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

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