Html Css Color HEX #B20749 Jazzberry Jam

📋 copy color: '#B20749'

red 178 ◦ green 7 ◦ blue 73

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

Shades of Jazzberry Jam #B20749

Tints of Jazzberry Jam #B20749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 28.29%

R = 68.99%
G = 2.71%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B20749 (or 0xB20749) is known color: Jazzberry Jam. HEX triplet: B2, 07 and 49. RGB value is (178,7,73). Sum of RGB (Red+Green+Blue) = 178+7+73=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B20749 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20749 is #4DF8B6. Grayscale: #414141. Windows color (decimal): -5109943 or 4786098. OLE color: 4786098.

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

Color convert

RGB 178 7 73 -
CMYK 0 0.96 0.59 0.30
HSL 336.84º 0.92% 0.36% -
HSV(B) 336.84º 0.96% 0.7% -
XYZ 19.64 10.1 7.22 -
YUV 65.65 132.15 208.13 -
System Red Green Blue C M Y K H S L
Decimal 178 7 73 0 0.96 0.59 0.30 336.84 0.92 0.36
Hex B2 7 49 0 60 3B 1E 151 5C 24
Octal 262 7 111 0 140 73 36 521 134 44
Binary 10110010 111 1001001 0 1100000 111011 11110 101010001 1011100 100100

Color Harmonies of #B20749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20749

Black with #B20749

Text Example


Text Example

White with #B20749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20749; }

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

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

background-color css

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

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

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

border-color css

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

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

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