Html Css Color HEX #B20149 Jazzberry Jam

📋 copy color: '#B20149'

red 178 ◦ green 1 ◦ blue 73

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

Shades of Jazzberry Jam #B20149

Tints of Jazzberry Jam #B20149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 70.63%
G = 0.4%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B20149 (or 0xB20149) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 49. RGB value is (178,1,73). Sum of RGB (Red+Green+Blue) = 178+1+73=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B20149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20149 is #4DFEB6. Grayscale: #3E3E3E. Windows color (decimal): -5111479 or 4784562. OLE color: 4784562.

HSL color Cylindrical-coordinate representation of color #B20149: hue angle of 335.59º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B20149 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 1 73 -
CMYK 0 0.99 0.59 0.30
HSL 335.59º 0.99% 0.35% -
HSV(B) 335.59º 0.99% 0.7% -
XYZ 19.57 9.97 7.2 -
YUV 62.13 134.14 210.65 -
System Red Green Blue C M Y K H S L
Decimal 178 1 73 0 0.99 0.59 0.30 335.59 0.99 0.35
Hex B2 1 49 0 63 3B 1E 150 63 23
Octal 262 1 111 0 143 73 36 520 143 43
Binary 10110010 1 1001001 0 1100011 111011 11110 101010000 1100011 100011

Color Harmonies of #B20149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20149

Black with #B20149

Text Example


Text Example

White with #B20149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20149; }

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

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

background-color css

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

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

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

border-color css

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

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

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