#B2215B

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

Shades of Jazzberry Jam #B2215B

Tints of Jazzberry Jam #B2215B

Color information

#B2215B (or 0xB2215B) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 21 and 5B. RGB value is (178,33,91). Sum of RGB (Red+Green+Blue) = 178+33+91=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B2215B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2215B is #4DDEA4. Grayscale: #525252. Windows color (decimal): -5103269 or 5972402. OLE color: 5972402.

HSL color Cylindrical-coordinate representation of color #B2215B: hue angle of 336º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2215B is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB1783391-
CMYK00.810.490.30
HSL336º68.72%41.37%-
HSV(B)336º81.46%69.8%-
XYZ20.7911.3110.98-
YUV82.97132.54195.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.94%
GREEN value IS 33 (13.28% from 255) = 10.93%
BLUE value IS 91 (35.94% from 255) = 30.13%
R=58.94%
G=10.93%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178339100.810.490.3033668.7241.37
HexB2215B051311E1504529
Octal262411330121613652010551
Binary10110010100001101101101010001110001111101010100001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2215B; }

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

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

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

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

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

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

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

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