#b92165

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

Shades of Jazzberry Jam #B92165

Tints of Jazzberry Jam #B92165

Color information

#B92165 (or 0xB92165) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 21 and 65. RGB value is (185,33,101). Sum of RGB (Red+Green+Blue) = 185+33+101=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B92165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92165 is #46DE9A. Grayscale: #565656. Windows color (decimal): -4644507 or 6627769. OLE color: 6627769.

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

Color convert

RGB18533101-
CMYK00.820.450.27
HSL333.16º69.72%42.75%-
HSV(B)333.16º82.16%72.55%-
XYZ22.912.3413.49-
YUV86.2136.36198.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.99%
GREEN value IS 33 (13.28% from 255) = 10.34%
BLUE value IS 101 (39.84% from 255) = 31.66%
R=57.99%
G=10.34%
B=31.66%

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
Decimal1853310100.820.450.27333.1669.7242.75
HexB921650522D1B14d462b
Octal271411450122553351510653
Binary10111001100001110010101010010101101110111010011011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b92165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b92165; }

 p { color: rgb(185,33,101); }

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

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

 a { background-color: rgb(185,33,101); }

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

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

 span { border-color: rgb(185,33,101); }

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