Html Css Color HEX #B70547 Jazzberry Jam

📋 copy color: '#B70547'

red 183 ◦ green 5 ◦ blue 71

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

Shades of Jazzberry Jam #B70547

Tints of Jazzberry Jam #B70547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.41%

R = 70.66%
G = 1.93%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B70547 (or 0xB70547) is known color: Jazzberry Jam. HEX triplet: B7, 05 and 47. RGB value is (183,5,71). Sum of RGB (Red+Green+Blue) = 183+5+71=259 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.66% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 183 - color contains mainly: red. Hex color #B70547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70547 is #48FAB8. Grayscale: #414141. Windows color (decimal): -4782777 or 4654519. OLE color: 4654519.

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

Color convert

RGB 183 5 71 -
CMYK 0 0.97 0.61 0.28
HSL 337.75º 0.95% 0.37% -
HSV(B) 337.75º 0.97% 0.72% -
XYZ 20.72 10.63 6.92 -
YUV 65.75 130.97 211.63 -
System Red Green Blue C M Y K H S L
Decimal 183 5 71 0 0.97 0.61 0.28 337.75 0.95 0.37
Hex B7 5 47 0 61 3D 1C 152 5F 25
Octal 267 5 107 0 141 75 34 522 137 45
Binary 10110111 101 1000111 0 1100001 111101 11100 101010010 1011111 100101

Color Harmonies of #B70547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70547

Black with #B70547

Text Example


Text Example

White with #B70547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70547; }

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

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

background-color css

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

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

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

border-color css

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

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

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