#B2176C

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

Shades of Jazzberry Jam #B2176C

Tints of Jazzberry Jam #B2176C

Color information

#B2176C (or 0xB2176C) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 17 and 6C. RGB value is (178,23,108). Sum of RGB (Red+Green+Blue) = 178+23+108=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B2176C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2176C is #4DE893. Grayscale: #4E4E4E. Windows color (decimal): -5105812 or 7083954. OLE color: 7083954.

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

Color convert

RGB17823108-
CMYK00.870.390.30
HSL327.1º77.11%39.41%-
HSV(B)327.1º87.08%69.8%-
XYZ21.3711.1615.22-
YUV79.04144.35198.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.61%
GREEN value IS 23 (9.38% from 255) = 7.44%
BLUE value IS 108 (42.58% from 255) = 34.95%
R=57.61%
G=7.44%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782310800.870.390.30327.177.1139.41
HexB2176C057271E1474d27
Octal262271540127473650711547
Binary1011001010111110110001010111100111111101010001111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2176C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2176C; }

 p { color: rgb(178,23,108); }

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

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

 a { background-color: rgb(178,23,108); }

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

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

 span { border-color: rgb(178,23,108); }

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