Html Css Color HEX #B20443 Jazzberry Jam

📋 copy color: '#B20443'

red 178 ◦ green 4 ◦ blue 67

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

Shades of Jazzberry Jam #B20443

Tints of Jazzberry Jam #B20443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.91%

R = 71.49%
G = 1.61%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B20443 (or 0xB20443) is known color: Jazzberry Jam. HEX triplet: B2, 04 and 43. RGB value is (178,4,67). Sum of RGB (Red+Green+Blue) = 178+4+67=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B20443 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20443 is #4DFBBC. Grayscale: #3F3F3F. Windows color (decimal): -5110717 or 4392114. OLE color: 4392114.

HSL color Cylindrical-coordinate representation of color #B20443: hue angle of 338.28º 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 #B20443 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 4 67 -
CMYK 0 0.98 0.62 0.30
HSL 338.28º 0.96% 0.36% -
HSV(B) 338.28º 0.98% 0.7% -
XYZ 19.42 9.96 6.21 -
YUV 63.21 130.15 209.88 -
System Red Green Blue C M Y K H S L
Decimal 178 4 67 0 0.98 0.62 0.30 338.28 0.96 0.36
Hex B2 4 43 0 62 3E 1E 152 60 24
Octal 262 4 103 0 142 76 36 522 140 44
Binary 10110010 100 1000011 0 1100010 111110 11110 101010010 1100000 100100

Color Harmonies of #B20443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20443

Black with #B20443

Text Example


Text Example

White with #B20443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20443; }

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

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

background-color css

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

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

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

border-color css

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

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

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