Html Css Color HEX #B70E5D Jazzberry Jam

📋 copy color: '#B70E5D'

red 183 ◦ green 14 ◦ blue 93

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

Shades of Jazzberry Jam #B70E5D

Tints of Jazzberry Jam #B70E5D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.83%

 BLUE value IS 93 (36.72% from 255) = 32.07%

R = 63.1%
G = 4.83%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B70E5D (or 0xB70E5D) is known color: Jazzberry Jam. HEX triplet: B7, 0E and 5D. RGB value is (183,14,93). Sum of RGB (Red+Green+Blue) = 183+14+93=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B70E5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70E5D is #48F1A2. Grayscale: #494949. Windows color (decimal): -4780451 or 6098615. OLE color: 6098615.

HSL color Cylindrical-coordinate representation of color #B70E5D: hue angle of 331.95º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B70E5D is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 14 93 -
CMYK 0 0.92 0.49 0.28
HSL 331.95º 0.86% 0.39% -
HSV(B) 331.95º 0.92% 0.72% -
XYZ 21.66 11.17 11.37 -
YUV 73.54 138.99 206.08 -
System Red Green Blue C M Y K H S L
Decimal 183 14 93 0 0.92 0.49 0.28 331.95 0.86 0.39
Hex B7 E 5D 0 5C 31 1C 14C 56 27
Octal 267 16 135 0 134 61 34 514 126 47
Binary 10110111 1110 1011101 0 1011100 110001 11100 101001100 1010110 100111

Color Harmonies of #B70E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70E5D

Black with #B70E5D

Text Example


Text Example

White with #B70E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70E5D; }

 p { color: rgb(183,14,93); }

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

background-color css

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

 a { background-color: rgb(183,14,93); }

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

border-color css

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

 span { border-color: rgb(183,14,93); }

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