#B2055D

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

Shades of Jazzberry Jam #B2055D

Tints of Jazzberry Jam #B2055D

Color information

#B2055D (or 0xB2055D) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 05 and 5D. RGB value is (178,5,93). Sum of RGB (Red+Green+Blue) = 178+5+93=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B2055D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2055D is #4DFAA2. Grayscale: #424242. Windows color (decimal): -5110435 or 6096306. OLE color: 6096306.

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

Color convert

RGB178593-
CMYK00.970.480.30
HSL329.48º94.54%35.88%-
HSV(B)329.48º97.19%69.8%-
XYZ20.3910.3611.28-
YUV66.76142.81207.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.49%
GREEN value IS 5 (2.34% from 255) = 1.81%
BLUE value IS 93 (36.72% from 255) = 33.70%
R=64.49%
G=1.81%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17859300.970.480.30329.4894.5435.88
HexB255D061301E1495f24
Octal26251350141603651113744
Binary10110010101101110101100001110000111101010010011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2055D; }

 p { color: rgb(178,5,93); }

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

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

 a { background-color: rgb(178,5,93); }

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

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

 span { border-color: rgb(178,5,93); }

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