#B1126B

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

Shades of Jazzberry Jam #B1126B

Tints of Jazzberry Jam #B1126B

Color information

#B1126B (or 0xB1126B) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 12 and 6B. RGB value is (177,18,107). Sum of RGB (Red+Green+Blue) = 177+18+107=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B1126B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1126B is #4EED94. Grayscale: #4B4B4B. Windows color (decimal): -5172629 or 7017137. OLE color: 7017137.

HSL color Cylindrical-coordinate representation of color #B1126B: hue angle of 326.42º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1126B is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB17718107-
CMYK00.900.400.31
HSL326.42º81.54%38.24%-
HSV(B)326.42º89.83%69.41%-
XYZ2110.8414.9-
YUV75.69145.68200.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.61%
GREEN value IS 18 (7.42% from 255) = 5.96%
BLUE value IS 107 (42.19% from 255) = 35.43%
R=58.61%
G=5.96%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771810700.900.400.31326.4281.5438.24
HexB1126B05A281F1465226
Octal261221530132503750612246
Binary1011000110010110101101011010101000111111010001101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1126B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1126B; }

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

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

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

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

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

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

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

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