#B17AB8

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

Shades of East Side #B17AB8

Tints of East Side #B17AB8

Color information

#B17AB8 (or 0xB17AB8) is unknown color: approx East Side. HEX triplet: B1, 7A and B8. RGB value is (177,122,184). Sum of RGB (Red+Green+Blue) = 177+122+184=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 184 - color contains mainly: blue. Hex color #B17AB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17AB8 is #4E8547. Grayscale: #919191. Windows color (decimal): -5145928 or 12090033. OLE color: 12090033.

HSL color Cylindrical-coordinate representation of color #B17AB8: hue angle of 293.23º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B17AB8 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB177122184-
CMYK0.040.3400.28
HSL293.23º30.39%60%-
HSV(B)293.23º33.7%72.16%-
XYZ33.7426.7348.73-
YUV145.51149.72150.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.65%
GREEN value IS 122 (48.05% from 255) = 25.26%
BLUE value IS 184 (72.27% from 255) = 38.10%
R=36.65%
G=25.26%
B=38.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1771221840.040.3400.28293.2330.3960
HexB17AB842201C1251e3c
Octal2611722704420344453674
Binary1011000111110101011100010010001001110010010010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17AB8; }

 p { color: rgb(177,122,184); }

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

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

 a { background-color: rgb(177,122,184); }

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

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

 span { border-color: rgb(177,122,184); }

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