Html Css Color HEX #B70849 Jazzberry Jam

📋 copy color: '#B70849'

red 183 ◦ green 8 ◦ blue 73

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

Shades of Jazzberry Jam #B70849

Tints of Jazzberry Jam #B70849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.03%

 BLUE value IS 73 (28.91% from 255) = 27.65%

R = 69.32%
G = 3.03%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B70849 (or 0xB70849) is known color: Jazzberry Jam. HEX triplet: B7, 08 and 49. RGB value is (183,8,73). Sum of RGB (Red+Green+Blue) = 183+8+73=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B70849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70849 is #48F7B6. Grayscale: #434343. Windows color (decimal): -4782007 or 4786359. OLE color: 4786359.

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

Color convert

RGB 183 8 73 -
CMYK 0 0.96 0.60 0.28
HSL 337.71º 0.92% 0.37% -
HSV(B) 337.71º 0.96% 0.72% -
XYZ 20.82 10.72 7.28 -
YUV 67.74 130.98 210.21 -
System Red Green Blue C M Y K H S L
Decimal 183 8 73 0 0.96 0.60 0.28 337.71 0.92 0.37
Hex B7 8 49 0 60 3C 1C 152 5C 25
Octal 267 10 111 0 140 74 34 522 134 45
Binary 10110111 1000 1001001 0 1100000 111100 11100 101010010 1011100 100101

Color Harmonies of #B70849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70849

Black with #B70849

Text Example


Text Example

White with #B70849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70849; }

 p { color: rgb(183,8,73); }

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

background-color css

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

 a { background-color: rgb(183,8,73); }

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

border-color css

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

 span { border-color: rgb(183,8,73); }

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