Html Css Color HEX #B20456 Jazzberry Jam

📋 copy color: '#B20456'

red 178 ◦ green 4 ◦ blue 86

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

Shades of Jazzberry Jam #B20456

Tints of Jazzberry Jam #B20456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.09%

R = 66.42%
G = 1.49%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B20456 (or 0xB20456) is known color: Jazzberry Jam. HEX triplet: B2, 04 and 56. RGB value is (178,4,86). Sum of RGB (Red+Green+Blue) = 178+4+86=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B20456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20456 is #4DFBA9. Grayscale: #414141. Windows color (decimal): -5110698 or 5637298. OLE color: 5637298.

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

Color convert

RGB 178 4 86 -
CMYK 0 0.98 0.52 0.30
HSL 331.72º 0.96% 0.36% -
HSV(B) 331.72º 0.98% 0.7% -
XYZ 20.08 10.22 9.72 -
YUV 65.37 139.65 208.33 -
System Red Green Blue C M Y K H S L
Decimal 178 4 86 0 0.98 0.52 0.30 331.72 0.96 0.36
Hex B2 4 56 0 62 34 1E 14C 60 24
Octal 262 4 126 0 142 64 36 514 140 44
Binary 10110010 100 1010110 0 1100010 110100 11110 101001100 1100000 100100

Color Harmonies of #B20456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20456

Black with #B20456

Text Example


Text Example

White with #B20456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20456; }

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

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

background-color css

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

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

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

border-color css

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

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

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