Html Css Color HEX #B20B60 Jazzberry Jam

📋 copy color: '#B20B60'

red 178 ◦ green 11 ◦ blue 96

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

Shades of Jazzberry Jam #B20B60

Tints of Jazzberry Jam #B20B60

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.86%

 BLUE value IS 96 (37.89% from 255) = 33.68%

R = 62.46%
G = 3.86%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B20B60 (or 0xB20B60) is known color: Jazzberry Jam. HEX triplet: B2, 0B and 60. RGB value is (178,11,96). Sum of RGB (Red+Green+Blue) = 178+11+96=285 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.46% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 178 - color contains mainly: red. Hex color #B20B60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20B60 is #4DF49F. Grayscale: #464646. Windows color (decimal): -5108896 or 6294450. OLE color: 6294450.

HSL color Cylindrical-coordinate representation of color #B20B60: hue angle of 329.46º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20B60 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 11 96 -
CMYK 0 0.94 0.46 0.30
HSL 329.46º 0.88% 0.37% -
HSV(B) 329.46º 0.94% 0.7% -
XYZ 20.59 10.55 12.02 -
YUV 70.62 142.33 204.59 -
System Red Green Blue C M Y K H S L
Decimal 178 11 96 0 0.94 0.46 0.30 329.46 0.88 0.37
Hex B2 B 60 0 5E 2E 1E 149 58 25
Octal 262 13 140 0 136 56 36 511 130 45
Binary 10110010 1011 1100000 0 1011110 101110 11110 101001001 1011000 100101

Color Harmonies of #B20B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20B60

Black with #B20B60

Text Example


Text Example

White with #B20B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20B60; }

 p { color: rgb(178,11,96); }

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

background-color css

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

 a { background-color: rgb(178,11,96); }

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

border-color css

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

 span { border-color: rgb(178,11,96); }

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