#B0226D

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

Shades of Jazzberry Jam #B0226D

Tints of Jazzberry Jam #B0226D

Color information

#B0226D (or 0xB0226D) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 22 and 6D. RGB value is (176,34,109). Sum of RGB (Red+Green+Blue) = 176+34+109=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B0226D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0226D is #4FDD92. Grayscale: #545454. Windows color (decimal): -5234067 or 7152304. OLE color: 7152304.

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

Color convert

RGB17634109-
CMYK00.810.380.31
HSL328.31º67.62%41.18%-
HSV(B)328.31º80.68%69.02%-
XYZ21.2411.4815.56-
YUV85.01141.54192.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.17%
GREEN value IS 34 (13.67% from 255) = 10.66%
BLUE value IS 109 (42.97% from 255) = 34.17%
R=55.17%
G=10.66%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763410900.810.380.31328.3167.6241.18
HexB0226D051261F1484429
Octal260421550121463751010451
Binary10110000100010110110101010001100110111111010010001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0226D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0226D; }

 p { color: rgb(176,34,109); }

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

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

 a { background-color: rgb(176,34,109); }

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

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

 span { border-color: rgb(176,34,109); }

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