#B2055E

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

Shades of Jazzberry Jam #B2055E

Tints of Jazzberry Jam #B2055E

Color information

#B2055E (or 0xB2055E) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 05 and 5E. RGB value is (178,5,94). Sum of RGB (Red+Green+Blue) = 178+5+94=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B2055E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2055E is #4DFAA1. Grayscale: #424242. Windows color (decimal): -5110434 or 6161842. OLE color: 6161842.

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

Color convert

RGB178594-
CMYK00.970.470.30
HSL329.13º94.54%35.88%-
HSV(B)329.13º97.19%69.8%-
XYZ20.4310.3811.52-
YUV66.87143.31207.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.26%
GREEN value IS 5 (2.34% from 255) = 1.81%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=64.26%
G=1.81%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17859400.970.470.30329.1394.5435.88
HexB255E0612F1E1495f24
Octal26251360141573651113744
Binary10110010101101111001100001101111111101010010011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2055E; }

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

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

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

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

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

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

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

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