Html Css Color HEX #B20659 Jazzberry Jam

📋 copy color: '#B20659'

red 178 ◦ green 6 ◦ blue 89

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

Shades of Jazzberry Jam #B20659

Tints of Jazzberry Jam #B20659

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.2%

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

R = 65.2%
G = 2.2%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#B20659 (or 0xB20659) is known color: Jazzberry Jam. HEX triplet: B2, 06 and 59. RGB value is (178,6,89). Sum of RGB (Red+Green+Blue) = 178+6+89=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B20659 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20659 is #4DF9A6. Grayscale: #424242. Windows color (decimal): -5110183 or 5834418. OLE color: 5834418.

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

Color convert

RGB 178 6 89 -
CMYK 0 0.97 0.5 0.30
HSL 331.05º 0.93% 0.36% -
HSV(B) 331.05º 0.97% 0.7% -
XYZ 20.23 10.32 10.38 -
YUV 66.89 140.48 207.25 -
System Red Green Blue C M Y K H S L
Decimal 178 6 89 0 0.97 0.5 0.30 331.05 0.93 0.36
Hex B2 6 59 0 61 32 1E 14B 5D 24
Octal 262 6 131 0 141 62 36 513 135 44
Binary 10110010 110 1011001 0 1100001 110010 11110 101001011 1011101 100100

Color Harmonies of #B20659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20659

Black with #B20659

Text Example


Text Example

White with #B20659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20659; }

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

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

background-color css

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

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

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

border-color css

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

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

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