#B2215C

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

Shades of Jazzberry Jam #B2215C

Tints of Jazzberry Jam #B2215C

Color information

#B2215C (or 0xB2215C) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 21 and 5C. RGB value is (178,33,92). Sum of RGB (Red+Green+Blue) = 178+33+92=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B2215C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2215C is #4DDEA3. Grayscale: #525252. Windows color (decimal): -5103268 or 6037938. OLE color: 6037938.

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

Color convert

RGB1783392-
CMYK00.810.480.30
HSL335.59º68.72%41.37%-
HSV(B)335.59º81.46%69.8%-
XYZ20.8411.3311.21-
YUV83.08133.04195.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.75%
GREEN value IS 33 (13.28% from 255) = 10.89%
BLUE value IS 92 (36.33% from 255) = 30.36%
R=58.75%
G=10.89%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178339200.810.480.30335.5968.7241.37
HexB2215C051301E1504529
Octal262411340121603652010551
Binary10110010100001101110001010001110000111101010100001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2215C; }

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

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

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

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

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

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

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

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