#B2176D

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

Shades of Jazzberry Jam #B2176D

Tints of Jazzberry Jam #B2176D

Color information

#B2176D (or 0xB2176D) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 17 and 6D. RGB value is (178,23,109). Sum of RGB (Red+Green+Blue) = 178+23+109=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B2176D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2176D is #4DE892. Grayscale: #4E4E4E. Windows color (decimal): -5105811 or 7149490. OLE color: 7149490.

HSL color Cylindrical-coordinate representation of color #B2176D: hue angle of 326.71º 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 #B2176D is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB17823109-
CMYK00.870.390.30
HSL326.71º77.11%39.41%-
HSV(B)326.71º87.08%69.8%-
XYZ21.4311.1815.5-
YUV79.15144.85198.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.42%
GREEN value IS 23 (9.38% from 255) = 7.42%
BLUE value IS 109 (42.97% from 255) = 35.16%
R=57.42%
G=7.42%
B=35.16%

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
Decimal1782310900.870.390.30326.7177.1139.41
HexB2176D057271E1474d27
Octal262271550127473650711547
Binary1011001010111110110101010111100111111101010001111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2176D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2176D; }

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

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

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

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

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

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

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

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