#B92266

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

Shades of Jazzberry Jam #B92266

Tints of Jazzberry Jam #B92266

Color information

#B92266 (or 0xB92266) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 22 and 66. RGB value is (185,34,102). Sum of RGB (Red+Green+Blue) = 185+34+102=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B92266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92266 is #46DD99. Grayscale: #565656. Windows color (decimal): -4644250 or 6693561. OLE color: 6693561.

HSL color Cylindrical-coordinate representation of color #B92266: hue angle of 332.98º 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 #B92266 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB18534102-
CMYK00.820.450.27
HSL332.98º68.95%42.94%-
HSV(B)332.98º81.62%72.55%-
XYZ22.9812.4213.76-
YUV86.9136.53197.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.63%
GREEN value IS 34 (13.67% from 255) = 10.59%
BLUE value IS 102 (40.23% from 255) = 31.78%
R=57.63%
G=10.59%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853410200.820.450.27332.9868.9542.94
HexB922660522D1B14d452b
Octal271421460122553351510553
Binary10111001100010110011001010010101101110111010011011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92266; }

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

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

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

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

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

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

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

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