#B1176B

Color #B1176B Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B1176B

Tints of Jazzberry Jam #B1176B

Color information

#B1176B (or 0xB1176B) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 17 and 6B. RGB value is (177,23,107). Sum of RGB (Red+Green+Blue) = 177+23+107=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B1176B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1176B is #4EE894. Grayscale: #4E4E4E. Windows color (decimal): -5171349 or 7018417. OLE color: 7018417.

HSL color Cylindrical-coordinate representation of color #B1176B: hue angle of 327.27º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B1176B is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB17723107-
CMYK00.870.400.31
HSL327.27º77%39.22%-
HSV(B)327.27º87.01%69.41%-
XYZ21.0911.0214.93-
YUV78.62144.02198.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.65%
GREEN value IS 23 (9.38% from 255) = 7.49%
BLUE value IS 107 (42.19% from 255) = 34.85%
R=57.65%
G=7.49%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772310700.870.400.31327.277739.22
HexB1176B057281F1474d27
Octal261271530127503750711547
Binary1011000110111110101101010111101000111111010001111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1176B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1176B; }

 p { color: rgb(177,23,107); }

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

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

 a { background-color: rgb(177,23,107); }

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

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

 span { border-color: rgb(177,23,107); }

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