#B5226A

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

Shades of Jazzberry Jam #B5226A

Tints of Jazzberry Jam #B5226A

Color information

#B5226A (or 0xB5226A) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 22 and 6A. RGB value is (181,34,106). Sum of RGB (Red+Green+Blue) = 181+34+106=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B5226A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5226A is #4ADD95. Grayscale: #565656. Windows color (decimal): -4906390 or 6955701. OLE color: 6955701.

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

Color convert

RGB18134106-
CMYK00.810.410.29
HSL330.61º68.37%42.16%-
HSV(B)330.61º81.22%70.98%-
XYZ22.2312.0114.78-
YUV86.16139.2195.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.39%
GREEN value IS 34 (13.67% from 255) = 10.59%
BLUE value IS 106 (41.80% from 255) = 33.02%
R=56.39%
G=10.59%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813410600.810.410.29330.6168.3742.16
HexB5226A051291D14b442a
Octal265421520121513551310452
Binary10110101100010110101001010001101001111011010010111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5226A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5226A; }

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

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

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

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

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

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

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

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