#B70652

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

Shades of Jazzberry Jam #B70652

Tints of Jazzberry Jam #B70652

Color information

#B70652 (or 0xB70652) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 06 and 52. RGB value is (183,6,82). Sum of RGB (Red+Green+Blue) = 183+6+82=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B70652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70652 is #48F9AD. Grayscale: #434343. Windows color (decimal): -4782510 or 5375671. OLE color: 5375671.

HSL color Cylindrical-coordinate representation of color #B70652: hue angle of 334.24º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B70652 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB183682-
CMYK00.970.550.28
HSL334.24º93.65%37.06%-
HSV(B)334.24º96.72%71.76%-
XYZ21.1210.818.96-
YUV67.59136.14210.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 67.53%
GREEN value IS 6 (2.73% from 255) = 2.21%
BLUE value IS 82 (32.42% from 255) = 30.26%
R=67.53%
G=2.21%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18368200.970.550.28334.2493.6537.06
HexB7652061371C14e5e25
Octal26761220141673451613645
Binary10110111110101001001100001110111111001010011101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70652; }

 p { color: rgb(183,6,82); }

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

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

 a { background-color: rgb(183,6,82); }

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

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

 span { border-color: rgb(183,6,82); }

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