#B70660

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

Shades of Jazzberry Jam #B70660

Tints of Jazzberry Jam #B70660

Color information

#B70660 (or 0xB70660) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 06 and 60. RGB value is (183,6,96). Sum of RGB (Red+Green+Blue) = 183+6+96=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B70660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70660 is #48F99F. Grayscale: #454545. Windows color (decimal): -4782496 or 6293175. OLE color: 6293175.

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

Color convert

RGB183696-
CMYK00.970.480.28
HSL329.49º93.65%37.06%-
HSV(B)329.49º96.72%71.76%-
XYZ21.711.0412.05-
YUV69.18143.14209.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.21%
GREEN value IS 6 (2.73% from 255) = 2.11%
BLUE value IS 96 (37.89% from 255) = 33.68%
R=64.21%
G=2.11%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18369600.970.480.28329.4993.6537.06
HexB7660061301C1495e25
Octal26761400141603451113645
Binary10110111110110000001100001110000111001010010011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70660; }

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

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

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

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

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

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

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

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