#B70260

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

Shades of Jazzberry Jam #B70260

Tints of Jazzberry Jam #B70260

Color information

#B70260 (or 0xB70260) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 02 and 60. RGB value is (183,2,96). Sum of RGB (Red+Green+Blue) = 183+2+96=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B70260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70260 is #48FD9F. Grayscale: #424242. Windows color (decimal): -4783520 or 6292151. OLE color: 6292151.

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

Color convert

RGB183296-
CMYK00.990.480.28
HSL328.84º97.84%36.27%-
HSV(B)328.84º98.91%71.76%-
XYZ21.6610.9612.04-
YUV66.83144.47210.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.12%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 96 (37.89% from 255) = 34.16%
R=65.12%
G=0.71%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18329600.990.480.28328.8497.8436.27
HexB7260063301C1496224
Octal26721400143603451114244
Binary1011011110110000001100011110000111001010010011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70260; }

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

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

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

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

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

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

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

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