#b7226b

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

Shades of Jazzberry Jam #B7226B

Tints of Jazzberry Jam #B7226B

Color information

#B7226B (or 0xB7226B) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 22 and 6B. RGB value is (183,34,107). Sum of RGB (Red+Green+Blue) = 183+34+107=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B7226B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7226B is #48DD94. Grayscale: #565656. Windows color (decimal): -4775317 or 7021239. OLE color: 7021239.

HSL color Cylindrical-coordinate representation of color #B7226B: hue angle of 330.6º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7226B is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB18334107-
CMYK00.810.420.28
HSL330.6º68.66%42.55%-
HSV(B)330.6º81.42%71.76%-
XYZ22.7512.2715.08-
YUV86.87139.36196.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.48%
GREEN value IS 34 (13.67% from 255) = 10.49%
BLUE value IS 107 (42.19% from 255) = 33.02%
R=56.48%
G=10.49%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833410700.810.420.28330.668.6642.55
HexB7226B0512A1C14b452b
Octal267421530121523451310553
Binary10110111100010110101101010001101010111001010010111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7226b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7226b; }

 p { color: rgb(183,34,107); }

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

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

 a { background-color: rgb(183,34,107); }

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

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

 span { border-color: rgb(183,34,107); }

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