#B076B6

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

Shades of East Side #B076B6

Tints of East Side #B076B6

Color information

#B076B6 (or 0xB076B6) is unknown color: approx East Side. HEX triplet: B0, 76 and B6. RGB value is (176,118,182). Sum of RGB (Red+Green+Blue) = 176+118+182=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 182 - color contains mainly: blue. Hex color #B076B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B076B6 is #4F8949. Grayscale: #8E8E8E. Windows color (decimal): -5212490 or 11957936. OLE color: 11957936.

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

Color convert

RGB176118182-
CMYK0.030.3500.29
HSL294.38º30.48%58.82%-
HSV(B)294.38º35.16%71.37%-
XYZ32.8325.5647.46-
YUV142.64150.22151.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.97%
GREEN value IS 118 (46.48% from 255) = 24.79%
BLUE value IS 182 (71.48% from 255) = 38.24%
R=36.97%
G=24.79%
B=38.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761181820.030.3500.29294.3830.4858.82
HexB076B632301D1261e3b
Octal2601662663430354463673
Binary101100001110110101101101110001101110110010011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B076B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B076B6; }

 p { color: rgb(176,118,182); }

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

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

 a { background-color: rgb(176,118,182); }

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

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

 span { border-color: rgb(176,118,182); }

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