#B1166B

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

Shades of Jazzberry Jam #B1166B

Tints of Jazzberry Jam #B1166B

Color information

#B1166B (or 0xB1166B) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 16 and 6B. RGB value is (177,22,107). Sum of RGB (Red+Green+Blue) = 177+22+107=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B1166B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1166B is #4EE994. Grayscale: #4D4D4D. Windows color (decimal): -5171605 or 7018161. OLE color: 7018161.

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

Color convert

RGB17722107-
CMYK00.880.400.31
HSL327.1º77.89%39.02%-
HSV(B)327.1º87.57%69.41%-
XYZ21.0710.9814.92-
YUV78.04144.35198.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.84%
GREEN value IS 22 (8.98% from 255) = 7.19%
BLUE value IS 107 (42.19% from 255) = 34.97%
R=57.84%
G=7.19%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772210700.880.400.31327.177.8939.02
HexB1166B058281F1474e27
Octal261261530130503750711647
Binary1011000110110110101101011000101000111111010001111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1166B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1166B; }

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

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

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

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

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

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

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

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