Html Css Color HEX #B20459 Jazzberry Jam

📋 copy color: '#B20459'

red 178 ◦ green 4 ◦ blue 89

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

Shades of Jazzberry Jam #B20459

Tints of Jazzberry Jam #B20459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 32.84%

R = 65.68%
G = 1.48%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#B20459 (or 0xB20459) is known color: Jazzberry Jam. HEX triplet: B2, 04 and 59. RGB value is (178,4,89). Sum of RGB (Red+Green+Blue) = 178+4+89=271 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.68% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 178 - color contains mainly: red. Hex color #B20459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20459 is #4DFBA6. Grayscale: #414141. Windows color (decimal): -5110695 or 5833906. OLE color: 5833906.

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

Color convert

RGB 178 4 89 -
CMYK 0 0.98 0.5 0.30
HSL 330.69º 0.96% 0.36% -
HSV(B) 330.69º 0.98% 0.7% -
XYZ 20.21 10.27 10.37 -
YUV 65.72 141.15 208.09 -
System Red Green Blue C M Y K H S L
Decimal 178 4 89 0 0.98 0.5 0.30 330.69 0.96 0.36
Hex B2 4 59 0 62 32 1E 14B 60 24
Octal 262 4 131 0 142 62 36 513 140 44
Binary 10110010 100 1011001 0 1100010 110010 11110 101001011 1100000 100100

Color Harmonies of #B20459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20459

Black with #B20459

Text Example


Text Example

White with #B20459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20459; }

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

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

background-color css

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

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

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

border-color css

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

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

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