#B9226A

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

Shades of Jazzberry Jam #B9226A

Tints of Jazzberry Jam #B9226A

Color information

#B9226A (or 0xB9226A) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 22 and 6A. RGB value is (185,34,106). Sum of RGB (Red+Green+Blue) = 185+34+106=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B9226A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9226A is #46DD95. Grayscale: #575757. Windows color (decimal): -4644246 or 6955705. OLE color: 6955705.

HSL color Cylindrical-coordinate representation of color #B9226A: hue angle of 331.39º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9226A is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB18534106-
CMYK00.820.430.27
HSL331.39º68.95%42.94%-
HSV(B)331.39º81.62%72.55%-
XYZ23.1812.514.83-
YUV87.36138.53197.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.92%
GREEN value IS 34 (13.67% from 255) = 10.46%
BLUE value IS 106 (41.80% from 255) = 32.62%
R=56.92%
G=10.46%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853410600.820.430.27331.3968.9542.94
HexB9226A0522B1B14b452b
Octal271421520122533351310553
Binary10111001100010110101001010010101011110111010010111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9226A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9226A; }

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

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

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

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

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

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

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

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