#B70060

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

Shades of Jazzberry Jam #B70060

Tints of Jazzberry Jam #B70060

Color information

#B70060 (or 0xB70060) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 00 and 60. RGB value is (183,0,96). Sum of RGB (Red+Green+Blue) = 183+0+96=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B70060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70060 is #48FF9F. Grayscale: #414141. Windows color (decimal): -4784032 or 6291639. OLE color: 6291639.

HSL color Cylindrical-coordinate representation of color #B70060: hue angle of 328.52º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B70060 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB183096-
CMYK010.480.28
HSL328.52º100%35.88%-
HSV(B)328.52º100%71.76%-
XYZ21.6410.9112.03-
YUV65.66145.13211.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 34.41%
R=65.59%
G=0%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183096010.480.28328.5210035.88
HexB7060064301C1496424
Octal26701400144603451114444
Binary101101110110000001100100110000111001010010011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70060; }

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

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

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

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

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

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

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

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