Html Css Color HEX #B20548 Jazzberry Jam

📋 copy color: '#B20548'

red 178 ◦ green 5 ◦ blue 72

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

Shades of Jazzberry Jam #B20548

Tints of Jazzberry Jam #B20548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.24%

R = 69.8%
G = 1.96%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B20548 (or 0xB20548) is known color: Jazzberry Jam. HEX triplet: B2, 05 and 48. RGB value is (178,5,72). Sum of RGB (Red+Green+Blue) = 178+5+72=255 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.80% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 178 - color contains mainly: red. Hex color #B20548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20548 is #4DFAB7. Grayscale: #404040. Windows color (decimal): -5110456 or 4720050. OLE color: 4720050.

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

Color convert

RGB 178 5 72 -
CMYK 0 0.97 0.60 0.30
HSL 336.76º 0.95% 0.36% -
HSV(B) 336.76º 0.97% 0.7% -
XYZ 19.58 10.04 7.04 -
YUV 64.37 132.31 209.05 -
System Red Green Blue C M Y K H S L
Decimal 178 5 72 0 0.97 0.60 0.30 336.76 0.95 0.36
Hex B2 5 48 0 61 3C 1E 151 5F 24
Octal 262 5 110 0 141 74 36 521 137 44
Binary 10110010 101 1001000 0 1100001 111100 11110 101010001 1011111 100100

Color Harmonies of #B20548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20548

Black with #B20548

Text Example


Text Example

White with #B20548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20548; }

 p { color: rgb(178,5,72); }

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

background-color css

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

 a { background-color: rgb(178,5,72); }

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

border-color css

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

 span { border-color: rgb(178,5,72); }

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