#B5226C

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

Shades of Jazzberry Jam #B5226C

Tints of Jazzberry Jam #B5226C

Color information

#B5226C (or 0xB5226C) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 22 and 6C. RGB value is (181,34,108). Sum of RGB (Red+Green+Blue) = 181+34+108=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B5226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5226C is #4ADD93. Grayscale: #565656. Windows color (decimal): -4906388 or 7086773. OLE color: 7086773.

HSL color Cylindrical-coordinate representation of color #B5226C: hue angle of 329.8º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5226C is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB18134108-
CMYK00.810.400.29
HSL329.8º68.37%42.16%-
HSV(B)329.8º81.22%70.98%-
XYZ22.3312.0515.34-
YUV86.39140.2195.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.04%
GREEN value IS 34 (13.67% from 255) = 10.53%
BLUE value IS 108 (42.58% from 255) = 33.44%
R=56.04%
G=10.53%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813410800.810.400.29329.868.3742.16
HexB5226C051281D14a442a
Octal265421540121503551210452
Binary10110101100010110110001010001101000111011010010101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5226C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5226C; }

 p { color: rgb(181,34,108); }

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

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

 a { background-color: rgb(181,34,108); }

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

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

 span { border-color: rgb(181,34,108); }

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