#B20647

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

Shades of Jazzberry Jam #B20647

Tints of Jazzberry Jam #B20647

Color information

#B20647 (or 0xB20647) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 06 and 47. RGB value is (178,6,71). Sum of RGB (Red+Green+Blue) = 178+6+71=255 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.80% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 178 - color contains mainly: red. Hex color #B20647 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20647 is #4DF9B8. Grayscale: #404040. Windows color (decimal): -5110201 or 4654770. OLE color: 4654770.

HSL color Cylindrical-coordinate representation of color #B20647: hue angle of 337.33º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B20647 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB178671-
CMYK00.970.600.30
HSL337.33º93.48%36.08%-
HSV(B)337.33º96.63%69.8%-
XYZ19.5610.056.87-
YUV64.84131.48208.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 69.80%
GREEN value IS 6 (2.73% from 255) = 2.35%
BLUE value IS 71 (28.12% from 255) = 27.84%
R=69.80%
G=2.35%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17867100.970.600.30337.3393.4836.08
HexB26470613C1E1515d24
Octal26261070141743652113544
Binary10110010110100011101100001111100111101010100011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20647; }

 p { color: rgb(178,6,71); }

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

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

 a { background-color: rgb(178,6,71); }

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

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

 span { border-color: rgb(178,6,71); }

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