#B1156A

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

Shades of Jazzberry Jam #B1156A

Tints of Jazzberry Jam #B1156A

Color information

#B1156A (or 0xB1156A) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 15 and 6A. RGB value is (177,21,106). Sum of RGB (Red+Green+Blue) = 177+21+106=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B1156A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1156A is #4EEA95. Grayscale: #4D4D4D. Windows color (decimal): -5171862 or 6952369. OLE color: 6952369.

HSL color Cylindrical-coordinate representation of color #B1156A: hue angle of 327.31º degrees, saturation: 0.79, 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 #B1156A is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB17721106-
CMYK00.880.400.31
HSL327.31º78.79%38.82%-
HSV(B)327.31º88.14%69.41%-
XYZ2110.9214.64-
YUV77.33144.18199.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.22%
GREEN value IS 21 (8.59% from 255) = 6.91%
BLUE value IS 106 (41.80% from 255) = 34.87%
R=58.22%
G=6.91%
B=34.87%

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
Decimal1772110600.880.400.31327.3178.7938.82
HexB1156A058281F1474f27
Octal261251520130503750711747
Binary1011000110101110101001011000101000111111010001111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1156A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1156A; }

 p { color: rgb(177,21,106); }

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

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

 a { background-color: rgb(177,21,106); }

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

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

 span { border-color: rgb(177,21,106); }

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