#B1115A

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

Shades of Jazzberry Jam #B1115A

Tints of Jazzberry Jam #B1115A

Color information

#B1115A (or 0xB1115A) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 11 and 5A. RGB value is (177,17,90). Sum of RGB (Red+Green+Blue) = 177+17+90=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B1115A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1115A is #4EEEA5. Grayscale: #494949. Windows color (decimal): -5172902 or 5902769. OLE color: 5902769.

HSL color Cylindrical-coordinate representation of color #B1115A: hue angle of 332.62º 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 #B1115A is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB1771790-
CMYK00.900.490.31
HSL332.62º82.47%38.04%-
HSV(B)332.62º90.4%69.41%-
XYZ20.1810.4910.63-
YUV73.16137.51202.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.32%
GREEN value IS 17 (7.03% from 255) = 5.99%
BLUE value IS 90 (35.55% from 255) = 31.69%
R=62.32%
G=5.99%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177179000.900.490.31332.6282.4738.04
HexB1115A05A311F14d5226
Octal261211320132613751512246
Binary1011000110001101101001011010110001111111010011011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1115A; }

 p { color: rgb(177,17,90); }

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

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

 a { background-color: rgb(177,17,90); }

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

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

 span { border-color: rgb(177,17,90); }

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