Html Css Color HEX #B20354 Jazzberry Jam

📋 copy color: '#B20354'

red 178 ◦ green 3 ◦ blue 84

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

Shades of Jazzberry Jam #B20354

Tints of Jazzberry Jam #B20354

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

 BLUE value IS 84 (33.2% from 255) = 31.7%

R = 67.17%
G = 1.13%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B20354 (or 0xB20354) is known color: Jazzberry Jam. HEX triplet: B2, 03 and 54. RGB value is (178,3,84). Sum of RGB (Red+Green+Blue) = 178+3+84=265 (35% of max value = 765). Red value is 178 (69.92% from 255 or 67.17% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 178 - color contains mainly: red. Hex color #B20354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20354 is #4DFCAB. Grayscale: #404040. Windows color (decimal): -5110956 or 5505970. OLE color: 5505970.

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

Color convert

RGB 178 3 84 -
CMYK 0 0.98 0.53 0.30
HSL 332.23º 0.97% 0.35% -
HSV(B) 332.23º 0.98% 0.7% -
XYZ 19.99 10.17 9.3 -
YUV 64.56 138.98 208.91 -
System Red Green Blue C M Y K H S L
Decimal 178 3 84 0 0.98 0.53 0.30 332.23 0.97 0.35
Hex B2 3 54 0 62 35 1E 14C 61 23
Octal 262 3 124 0 142 65 36 514 141 43
Binary 10110010 11 1010100 0 1100010 110101 11110 101001100 1100001 100011

Color Harmonies of #B20354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20354

Black with #B20354

Text Example


Text Example

White with #B20354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20354; }

 p { color: rgb(178,3,84); }

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

background-color css

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

 a { background-color: rgb(178,3,84); }

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

border-color css

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

 span { border-color: rgb(178,3,84); }

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