#B1175D

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

Shades of Jazzberry Jam #B1175D

Tints of Jazzberry Jam #B1175D

Color information

#B1175D (or 0xB1175D) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 17 and 5D. RGB value is (177,23,93). Sum of RGB (Red+Green+Blue) = 177+23+93=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B1175D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1175D is #4EE8A2. Grayscale: #4C4C4C. Windows color (decimal): -5171363 or 6100913. OLE color: 6100913.

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

Color convert

RGB1772393-
CMYK00.870.470.31
HSL332.73º77%39.22%-
HSV(B)332.73º87.01%69.41%-
XYZ20.4110.7511.36-
YUV77.03137.02199.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.41%
GREEN value IS 23 (9.38% from 255) = 7.85%
BLUE value IS 93 (36.72% from 255) = 31.74%
R=60.41%
G=7.85%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177239300.870.470.31332.737739.22
HexB1175D0572F1F14d4d27
Octal261271350127573751511547
Binary1011000110111101110101010111101111111111010011011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1175D; }

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

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

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

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

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

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

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

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