Html Css Color HEX #B20249 Jazzberry Jam

📋 copy color: '#B20249'

red 178 ◦ green 2 ◦ blue 73

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

Shades of Jazzberry Jam #B20249

Tints of Jazzberry Jam #B20249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 70.36%
G = 0.79%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B20249 (or 0xB20249) is known color: Jazzberry Jam. HEX triplet: B2, 02 and 49. RGB value is (178,2,73). Sum of RGB (Red+Green+Blue) = 178+2+73=253 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.36% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 178 - color contains mainly: red. Hex color #B20249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20249 is #4DFDB6. Grayscale: #3E3E3E. Windows color (decimal): -5111223 or 4784818. OLE color: 4784818.

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

Color convert

RGB 178 2 73 -
CMYK 0 0.99 0.59 0.30
HSL 335.8º 0.98% 0.35% -
HSV(B) 335.8º 0.99% 0.7% -
XYZ 19.58 9.99 7.2 -
YUV 62.72 133.81 210.23 -
System Red Green Blue C M Y K H S L
Decimal 178 2 73 0 0.99 0.59 0.30 335.8 0.98 0.35
Hex B2 2 49 0 63 3B 1E 150 62 23
Octal 262 2 111 0 143 73 36 520 142 43
Binary 10110010 10 1001001 0 1100011 111011 11110 101010000 1100010 100011

Color Harmonies of #B20249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20249

Black with #B20249

Text Example


Text Example

White with #B20249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20249; }

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

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

background-color css

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

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

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

border-color css

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

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

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