#B2195D

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

Shades of Jazzberry Jam #B2195D

Tints of Jazzberry Jam #B2195D

Color information

#B2195D (or 0xB2195D) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 19 and 5D. RGB value is (178,25,93). Sum of RGB (Red+Green+Blue) = 178+25+93=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B2195D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2195D is #4DE6A2. Grayscale: #4E4E4E. Windows color (decimal): -5105315 or 6101426. OLE color: 6101426.

HSL color Cylindrical-coordinate representation of color #B2195D: hue angle of 333.33º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2195D is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB1782593-
CMYK00.860.480.30
HSL333.33º75.37%39.8%-
HSV(B)333.33º85.96%69.8%-
XYZ20.6810.9511.38-
YUV78.5136.19198.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.14%
GREEN value IS 25 (10.16% from 255) = 8.45%
BLUE value IS 93 (36.72% from 255) = 31.42%
R=60.14%
G=8.45%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178259300.860.480.30333.3375.3739.8
HexB2195D056301E14d4b28
Octal262311350126603651511350
Binary1011001011001101110101010110110000111101010011011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2195D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2195D; }

 p { color: rgb(178,25,93); }

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

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

 a { background-color: rgb(178,25,93); }

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

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

 span { border-color: rgb(178,25,93); }

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