Html Css Color HEX #B70557 Jazzberry Jam

📋 copy color: '#B70557'

red 183 ◦ green 5 ◦ blue 87

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

Shades of Jazzberry Jam #B70557

Tints of Jazzberry Jam #B70557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 31.64%

R = 66.55%
G = 1.82%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B70557 (or 0xB70557) is known color: Jazzberry Jam. HEX triplet: B7, 05 and 57. RGB value is (183,5,87). Sum of RGB (Red+Green+Blue) = 183+5+87=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B70557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70557 is #48FAA8. Grayscale: #434343. Windows color (decimal): -4782761 or 5703095. OLE color: 5703095.

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

Color convert

RGB 183 5 87 -
CMYK 0 0.97 0.52 0.28
HSL 332.36º 0.95% 0.37% -
HSV(B) 332.36º 0.97% 0.72% -
XYZ 21.3 10.86 9.99 -
YUV 67.57 138.97 210.33 -
System Red Green Blue C M Y K H S L
Decimal 183 5 87 0 0.97 0.52 0.28 332.36 0.95 0.37
Hex B7 5 57 0 61 34 1C 14C 5F 25
Octal 267 5 127 0 141 64 34 514 137 45
Binary 10110111 101 1010111 0 1100001 110100 11100 101001100 1011111 100101

Color Harmonies of #B70557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70557

Black with #B70557

Text Example


Text Example

White with #B70557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70557; }

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

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

background-color css

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

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

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

border-color css

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

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

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