#B70562

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

Shades of Jazzberry Jam #B70562

Tints of Jazzberry Jam #B70562

Color information

#B70562 (or 0xB70562) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 05 and 62. RGB value is (183,5,98). Sum of RGB (Red+Green+Blue) = 183+5+98=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B70562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70562 is #48FA9D. Grayscale: #444444. Windows color (decimal): -4782750 or 6423991. OLE color: 6423991.

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

Color convert

RGB183598-
CMYK00.970.460.28
HSL328.65º94.68%36.86%-
HSV(B)328.65º97.27%71.76%-
XYZ21.7911.0612.54-
YUV68.82144.47209.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.99%
GREEN value IS 5 (2.34% from 255) = 1.75%
BLUE value IS 98 (38.67% from 255) = 34.27%
R=63.99%
G=1.75%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18359800.970.460.28328.6594.6836.86
HexB75620612E1C1495f25
Octal26751420141563451113745
Binary10110111101110001001100001101110111001010010011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70562; }

 p { color: rgb(183,5,98); }

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

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

 a { background-color: rgb(183,5,98); }

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

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

 span { border-color: rgb(183,5,98); }

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