Html Css Color HEX #B70552 Jazzberry Jam

📋 copy color: '#B70552'

red 183 ◦ green 5 ◦ blue 82

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

Shades of Jazzberry Jam #B70552

Tints of Jazzberry Jam #B70552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.37%

R = 67.78%
G = 1.85%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B70552 (or 0xB70552) is known color: Jazzberry Jam. HEX triplet: B7, 05 and 52. RGB value is (183,5,82). Sum of RGB (Red+Green+Blue) = 183+5+82=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B70552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70552 is #48FAAD. Grayscale: #424242. Windows color (decimal): -4782766 or 5375415. OLE color: 5375415.

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

Color convert

RGB 183 5 82 -
CMYK 0 0.97 0.55 0.28
HSL 334.05º 0.95% 0.37% -
HSV(B) 334.05º 0.97% 0.72% -
XYZ 21.11 10.79 8.95 -
YUV 67 136.47 210.74 -
System Red Green Blue C M Y K H S L
Decimal 183 5 82 0 0.97 0.55 0.28 334.05 0.95 0.37
Hex B7 5 52 0 61 37 1C 14E 5F 25
Octal 267 5 122 0 141 67 34 516 137 45
Binary 10110111 101 1010010 0 1100001 110111 11100 101001110 1011111 100101

Color Harmonies of #B70552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70552

Black with #B70552

Text Example


Text Example

White with #B70552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70552; }

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

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

background-color css

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

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

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

border-color css

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

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

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