#B2226A

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

Shades of Jazzberry Jam #B2226A

Tints of Jazzberry Jam #B2226A

Color information

#B2226A (or 0xB2226A) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 22 and 6A. RGB value is (178,34,106). Sum of RGB (Red+Green+Blue) = 178+34+106=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B2226A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2226A is #4DDD95. Grayscale: #555555. Windows color (decimal): -5102998 or 6955698. OLE color: 6955698.

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

Color convert

RGB17834106-
CMYK00.810.400.30
HSL330º67.92%41.57%-
HSV(B)330º80.9%69.8%-
XYZ21.5311.6514.75-
YUV85.26139.71194.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.97%
GREEN value IS 34 (13.67% from 255) = 10.69%
BLUE value IS 106 (41.80% from 255) = 33.33%
R=55.97%
G=10.69%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783410600.810.400.3033067.9241.57
HexB2226A051281E14a442a
Octal262421520121503651210452
Binary10110010100010110101001010001101000111101010010101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2226A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2226A; }

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

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

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

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

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

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

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

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