Html Css Color HEX #B70560 Jazzberry Jam

📋 copy color: '#B70560'

red 183 ◦ green 5 ◦ blue 96

#B70560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #B70560

Tints of Jazzberry Jam #B70560

RGB

 RED value IS 183 (71.88% from 255) = 64.44%

 GREEN value IS 5 (2.34% from 255) = 1.76%

 BLUE value IS 96 (37.89% from 255) = 33.8%

R = 64.44%
G = 1.76%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B70560 (or 0xB70560) is known color: Jazzberry Jam. HEX triplet: B7, 05 and 60. RGB value is (183,5,96). Sum of RGB (Red+Green+Blue) = 183+5+96=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B70560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70560 is #48FA9F. Grayscale: #444444. Windows color (decimal): -4782752 or 6292919. OLE color: 6292919.

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

Color convert

RGB 183 5 96 -
CMYK 0 0.97 0.48 0.28
HSL 329.33º 0.95% 0.37% -
HSV(B) 329.33º 0.97% 0.72% -
XYZ 21.69 11.02 12.05 -
YUV 68.6 143.47 209.6 -
System Red Green Blue C M Y K H S L
Decimal 183 5 96 0 0.97 0.48 0.28 329.33 0.95 0.37
Hex B7 5 60 0 61 30 1C 149 5F 25
Octal 267 5 140 0 141 60 34 511 137 45
Binary 10110111 101 1100000 0 1100001 110000 11100 101001001 1011111 100101

Color Harmonies of #B70560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70560

Black with #B70560

Text Example


Text Example

White with #B70560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70560; }

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

 H1.HeaderClassName
 {
   color: #B70560;
 }
 .AnyTagClassName
 {
   color: #B70560;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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