Html Css Color HEX #B20446 Jazzberry Jam

📋 copy color: '#B20446'

red 178 ◦ green 4 ◦ blue 70

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

Shades of Jazzberry Jam #B20446

Tints of Jazzberry Jam #B20446

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

 BLUE value IS 70 (27.73% from 255) = 27.78%

R = 70.63%
G = 1.59%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B20446 (or 0xB20446) is known color: Jazzberry Jam. HEX triplet: B2, 04 and 46. RGB value is (178,4,70). Sum of RGB (Red+Green+Blue) = 178+4+70=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B20446 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20446 is #4DFBB9. Grayscale: #3F3F3F. Windows color (decimal): -5110714 or 4588722. OLE color: 4588722.

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

Color convert

RGB 178 4 70 -
CMYK 0 0.98 0.61 0.30
HSL 337.24º 0.96% 0.36% -
HSV(B) 337.24º 0.98% 0.7% -
XYZ 19.51 9.99 6.7 -
YUV 63.55 131.65 209.63 -
System Red Green Blue C M Y K H S L
Decimal 178 4 70 0 0.98 0.61 0.30 337.24 0.96 0.36
Hex B2 4 46 0 62 3D 1E 151 60 24
Octal 262 4 106 0 142 75 36 521 140 44
Binary 10110010 100 1000110 0 1100010 111101 11110 101010001 1100000 100100

Color Harmonies of #B20446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20446

Black with #B20446

Text Example


Text Example

White with #B20446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20446; }

 p { color: rgb(178,4,70); }

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

background-color css

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

 a { background-color: rgb(178,4,70); }

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

border-color css

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

 span { border-color: rgb(178,4,70); }

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