#B2165E

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

Shades of Jazzberry Jam #B2165E

Tints of Jazzberry Jam #B2165E

Color information

#B2165E (or 0xB2165E) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 16 and 5E. RGB value is (178,22,94). Sum of RGB (Red+Green+Blue) = 178+22+94=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B2165E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2165E is #4DE9A1. Grayscale: #4C4C4C. Windows color (decimal): -5106082 or 6166194. OLE color: 6166194.

HSL color Cylindrical-coordinate representation of color #B2165E: hue angle of 332.31º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2165E is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB1782294-
CMYK00.880.470.30
HSL332.31º78%39.22%-
HSV(B)332.31º87.64%69.8%-
XYZ20.6710.8511.59-
YUV76.85137.68200.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.54%
GREEN value IS 22 (8.98% from 255) = 7.48%
BLUE value IS 94 (37.11% from 255) = 31.97%
R=60.54%
G=7.48%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178229400.880.470.30332.317839.22
HexB2165E0582F1E14c4e27
Octal262261360130573651411647
Binary1011001010110101111001011000101111111101010011001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2165E; }

 p { color: rgb(178,22,94); }

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

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

 a { background-color: rgb(178,22,94); }

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

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

 span { border-color: rgb(178,22,94); }

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