Html Css Color HEX #B20760 Jazzberry Jam

📋 copy color: '#B20760'

red 178 ◦ green 7 ◦ blue 96

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

Shades of Jazzberry Jam #B20760

Tints of Jazzberry Jam #B20760

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.49%

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

R = 63.35%
G = 2.49%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B20760 (or 0xB20760) is known color: Jazzberry Jam. HEX triplet: B2, 07 and 60. RGB value is (178,7,96). Sum of RGB (Red+Green+Blue) = 178+7+96=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B20760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20760 is #4DF89F. Grayscale: #444444. Windows color (decimal): -5109920 or 6293426. OLE color: 6293426.

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

Color convert

RGB 178 7 96 -
CMYK 0 0.96 0.46 0.30
HSL 328.77º 0.92% 0.36% -
HSV(B) 328.77º 0.96% 0.7% -
XYZ 20.55 10.46 12 -
YUV 68.28 143.65 206.26 -
System Red Green Blue C M Y K H S L
Decimal 178 7 96 0 0.96 0.46 0.30 328.77 0.92 0.36
Hex B2 7 60 0 60 2E 1E 149 5C 24
Octal 262 7 140 0 140 56 36 511 134 44
Binary 10110010 111 1100000 0 1100000 101110 11110 101001001 1011100 100100

Color Harmonies of #B20760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20760

Black with #B20760

Text Example


Text Example

White with #B20760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20760; }

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

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

background-color css

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

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

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

border-color css

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

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

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