#B2064C

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

Shades of Jazzberry Jam #B2064C

Tints of Jazzberry Jam #B2064C

Color information

#B2064C (or 0xB2064C) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 06 and 4C. RGB value is (178,6,76). Sum of RGB (Red+Green+Blue) = 178+6+76=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B2064C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2064C is #4DF9B3. Grayscale: #414141. Windows color (decimal): -5110196 or 4982450. OLE color: 4982450.

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

Color convert

RGB178676-
CMYK00.970.570.30
HSL335.58º93.48%36.08%-
HSV(B)335.58º96.63%69.8%-
XYZ19.7310.127.75-
YUV65.41133.98208.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 68.46%
GREEN value IS 6 (2.73% from 255) = 2.31%
BLUE value IS 76 (30.08% from 255) = 29.23%
R=68.46%
G=2.31%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17867600.970.570.30335.5893.4836.08
HexB264C061391E1505d24
Octal26261140141713652013544
Binary10110010110100110001100001111001111101010100001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2064C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2064C; }

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

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

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

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

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

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

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

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