Html Css Color HEX #B20649 Jazzberry Jam

📋 copy color: '#B20649'

red 178 ◦ green 6 ◦ blue 73

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

Shades of Jazzberry Jam #B20649

Tints of Jazzberry Jam #B20649

RGB

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

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

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

R = 69.26%
G = 2.33%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B20649 (or 0xB20649) is known color: Jazzberry Jam. HEX triplet: B2, 06 and 49. RGB value is (178,6,73). Sum of RGB (Red+Green+Blue) = 178+6+73=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B20649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20649 is #4DF9B6. Grayscale: #404040. Windows color (decimal): -5110199 or 4785842. OLE color: 4785842.

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

Color convert

RGB 178 6 73 -
CMYK 0 0.97 0.59 0.30
HSL 336.63º 0.93% 0.36% -
HSV(B) 336.63º 0.97% 0.7% -
XYZ 19.63 10.08 7.21 -
YUV 65.07 132.48 208.55 -
System Red Green Blue C M Y K H S L
Decimal 178 6 73 0 0.97 0.59 0.30 336.63 0.93 0.36
Hex B2 6 49 0 61 3B 1E 151 5D 24
Octal 262 6 111 0 141 73 36 521 135 44
Binary 10110010 110 1001001 0 1100001 111011 11110 101010001 1011101 100100

Color Harmonies of #B20649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20649

Black with #B20649

Text Example


Text Example

White with #B20649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20649; }

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

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

background-color css

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

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

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

border-color css

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

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

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