#B2055B

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

Shades of Jazzberry Jam #B2055B

Tints of Jazzberry Jam #B2055B

Color information

#B2055B (or 0xB2055B) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 05 and 5B. RGB value is (178,5,91). Sum of RGB (Red+Green+Blue) = 178+5+91=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B2055B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2055B is #4DFAA4. Grayscale: #424242. Windows color (decimal): -5110437 or 5965234. OLE color: 5965234.

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

Color convert

RGB178591-
CMYK00.970.490.30
HSL330.17º94.54%35.88%-
HSV(B)330.17º97.19%69.8%-
XYZ20.310.3310.82-
YUV66.53141.81207.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.96%
GREEN value IS 5 (2.34% from 255) = 1.82%
BLUE value IS 91 (35.94% from 255) = 33.21%
R=64.96%
G=1.82%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17859100.970.490.30330.1794.5435.88
HexB255B061311E14a5f24
Octal26251330141613651213744
Binary10110010101101101101100001110001111101010010101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2055B; }

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

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

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

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

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

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

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

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