Html Css Color HEX #B70355 Jazzberry Jam

📋 copy color: '#B70355'

red 183 ◦ green 3 ◦ blue 85

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

Shades of Jazzberry Jam #B70355

Tints of Jazzberry Jam #B70355

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

 BLUE value IS 85 (33.59% from 255) = 31.37%

R = 67.53%
G = 1.11%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B70355 (or 0xB70355) is known color: Jazzberry Jam. HEX triplet: B7, 03 and 55. RGB value is (183,3,85). Sum of RGB (Red+Green+Blue) = 183+3+85=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B70355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70355 is #48FCAA. Grayscale: #424242. Windows color (decimal): -4783275 or 5571511. OLE color: 5571511.

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

Color convert

RGB 183 3 85 -
CMYK 0 0.98 0.54 0.28
HSL 332.67º 0.97% 0.36% -
HSV(B) 332.67º 0.98% 0.72% -
XYZ 21.2 10.79 9.56 -
YUV 66.17 138.63 211.33 -
System Red Green Blue C M Y K H S L
Decimal 183 3 85 0 0.98 0.54 0.28 332.67 0.97 0.36
Hex B7 3 55 0 62 36 1C 14D 61 24
Octal 267 3 125 0 142 66 34 515 141 44
Binary 10110111 11 1010101 0 1100010 110110 11100 101001101 1100001 100100

Color Harmonies of #B70355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70355

Black with #B70355

Text Example


Text Example

White with #B70355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70355; }

 p { color: rgb(183,3,85); }

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

background-color css

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

 a { background-color: rgb(183,3,85); }

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

border-color css

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

 span { border-color: rgb(183,3,85); }

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