#B182B6

Color #B182B6 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B182B6

Tints of East Side #B182B6

Color information

#B182B6 (or 0xB182B6) is unknown color: approx East Side. HEX triplet: B1, 82 and B6. RGB value is (177,130,182). Sum of RGB (Red+Green+Blue) = 177+130+182=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 182 - color contains mainly: blue. Hex color #B182B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B182B6 is #4E7D49. Grayscale: #959595. Windows color (decimal): -5143882 or 11961009. OLE color: 11961009.

HSL color Cylindrical-coordinate representation of color #B182B6: hue angle of 294.23º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B182B6 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB177130182-
CMYK0.030.2900.29
HSL294.23º26.26%61.18%-
HSV(B)294.23º28.57%71.37%-
XYZ34.5628.6947.97-
YUV149.98146.07147.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.20%
GREEN value IS 130 (51.17% from 255) = 26.58%
BLUE value IS 182 (71.48% from 255) = 37.22%
R=36.20%
G=26.58%
B=37.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771301820.030.2900.29294.2326.2661.18
HexB182B631D01D1261a3d
Octal2612022663350354463275
Binary101100011000001010110110111110101110110010011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B182B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B182B6; }

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

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

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

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

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

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

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

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