#B1055E

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

Shades of Jazzberry Jam #B1055E

Tints of Jazzberry Jam #B1055E

Color information

#B1055E (or 0xB1055E) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 05 and 5E. RGB value is (177,5,94). Sum of RGB (Red+Green+Blue) = 177+5+94=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B1055E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1055E is #4EFAA1. Grayscale: #424242. Windows color (decimal): -5175970 or 6161841. OLE color: 6161841.

HSL color Cylindrical-coordinate representation of color #B1055E: hue angle of 328.95º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1055E is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB177594-
CMYK00.970.470.31
HSL328.95º94.51%35.69%-
HSV(B)328.95º97.18%69.41%-
XYZ20.2110.2611.51-
YUV66.57143.48206.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 64.13%
GREEN value IS 5 (2.34% from 255) = 1.81%
BLUE value IS 94 (37.11% from 255) = 34.06%
R=64.13%
G=1.81%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17759400.970.470.31328.9594.5135.69
HexB155E0612F1F1495f24
Octal26151360141573751113744
Binary10110001101101111001100001101111111111010010011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1055E; }

 p { color: rgb(177,5,94); }

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

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

 a { background-color: rgb(177,5,94); }

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

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

 span { border-color: rgb(177,5,94); }

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