Html Css Color HEX #B70B64 Jazzberry Jam

📋 copy color: '#B70B64'

red 183 ◦ green 11 ◦ blue 100

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

Shades of Jazzberry Jam #B70B64

Tints of Jazzberry Jam #B70B64

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.74%

 BLUE value IS 100 (39.45% from 255) = 34.01%

R = 62.24%
G = 3.74%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B70B64 (or 0xB70B64) is known color: Jazzberry Jam. HEX triplet: B7, 0B and 64. RGB value is (183,11,100). Sum of RGB (Red+Green+Blue) = 183+11+100=294 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.24% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 183 - color contains mainly: red. Hex color #B70B64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70B64 is #48F49B. Grayscale: #484848. Windows color (decimal): -4781212 or 6556599. OLE color: 6556599.

HSL color Cylindrical-coordinate representation of color #B70B64: hue angle of 328.95º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70B64 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 11 100 -
CMYK 0 0.94 0.45 0.28
HSL 328.95º 0.89% 0.38% -
HSV(B) 328.95º 0.94% 0.72% -
XYZ 21.95 11.23 13.07 -
YUV 72.57 143.48 206.76 -
System Red Green Blue C M Y K H S L
Decimal 183 11 100 0 0.94 0.45 0.28 328.95 0.89 0.38
Hex B7 B 64 0 5E 2D 1C 149 59 26
Octal 267 13 144 0 136 55 34 511 131 46
Binary 10110111 1011 1100100 0 1011110 101101 11100 101001001 1011001 100110

Color Harmonies of #B70B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70B64

Black with #B70B64

Text Example


Text Example

White with #B70B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70B64; }

 p { color: rgb(183,11,100); }

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

background-color css

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

 a { background-color: rgb(183,11,100); }

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

border-color css

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

 span { border-color: rgb(183,11,100); }

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