Html Css Color HEX #B20849 Jazzberry Jam

📋 copy color: '#B20849'

red 178 ◦ green 8 ◦ blue 73

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

Shades of Jazzberry Jam #B20849

Tints of Jazzberry Jam #B20849

RGB

 RED value IS 178 (69.92% from 255) = 68.73%

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

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

R = 68.73%
G = 3.09%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B20849 (or 0xB20849) is known color: Jazzberry Jam. HEX triplet: B2, 08 and 49. RGB value is (178,8,73). Sum of RGB (Red+Green+Blue) = 178+8+73=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B20849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20849 is #4DF7B6. Grayscale: #424242. Windows color (decimal): -5109687 or 4786354. OLE color: 4786354.

HSL color Cylindrical-coordinate representation of color #B20849: hue angle of 337.06º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B20849 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 8 73 -
CMYK 0 0.96 0.59 0.30
HSL 337.06º 0.91% 0.36% -
HSV(B) 337.06º 0.96% 0.7% -
XYZ 19.65 10.12 7.22 -
YUV 66.24 131.82 207.71 -
System Red Green Blue C M Y K H S L
Decimal 178 8 73 0 0.96 0.59 0.30 337.06 0.91 0.36
Hex B2 8 49 0 60 3B 1E 151 5B 24
Octal 262 10 111 0 140 73 36 521 133 44
Binary 10110010 1000 1001001 0 1100000 111011 11110 101010001 1011011 100100

Color Harmonies of #B20849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20849

Black with #B20849

Text Example


Text Example

White with #B20849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20849; }

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

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

background-color css

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

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

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

border-color css

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

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

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