#B1175A

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

Shades of Jazzberry Jam #B1175A

Tints of Jazzberry Jam #B1175A

Color information

#B1175A (or 0xB1175A) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 17 and 5A. RGB value is (177,23,90). Sum of RGB (Red+Green+Blue) = 177+23+90=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B1175A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1175A is #4EE8A5. Grayscale: #4C4C4C. Windows color (decimal): -5171366 or 5904305. OLE color: 5904305.

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

Color convert

RGB1772390-
CMYK00.870.490.31
HSL333.9º77%39.22%-
HSV(B)333.9º87.01%69.41%-
XYZ20.2810.710.67-
YUV76.68135.52199.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.03%
GREEN value IS 23 (9.38% from 255) = 7.93%
BLUE value IS 90 (35.55% from 255) = 31.03%
R=61.03%
G=7.93%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177239000.870.490.31333.97739.22
HexB1175A057311F14e4d27
Octal261271320127613751611547
Binary1011000110111101101001010111110001111111010011101001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1175A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1175A; }

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

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

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

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

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

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

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

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