Html Css Color HEX #B20144 Jazzberry Jam

📋 copy color: '#B20144'

red 178 ◦ green 1 ◦ blue 68

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

Shades of Jazzberry Jam #B20144

Tints of Jazzberry Jam #B20144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.53%

R = 72.06%
G = 0.4%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B20144 (or 0xB20144) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 44. RGB value is (178,1,68). Sum of RGB (Red+Green+Blue) = 178+1+68=247 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.06% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 178 - color contains mainly: red. Hex color #B20144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20144 is #4DFEBB. Grayscale: #3D3D3D. Windows color (decimal): -5111484 or 4456882. OLE color: 4456882.

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

Color convert

RGB 178 1 68 -
CMYK 0 0.99 0.62 0.30
HSL 337.29º 0.99% 0.35% -
HSV(B) 337.29º 0.99% 0.7% -
XYZ 19.41 9.9 6.36 -
YUV 61.56 131.64 211.05 -
System Red Green Blue C M Y K H S L
Decimal 178 1 68 0 0.99 0.62 0.30 337.29 0.99 0.35
Hex B2 1 44 0 63 3E 1E 151 63 23
Octal 262 1 104 0 143 76 36 521 143 43
Binary 10110010 1 1000100 0 1100011 111110 11110 101010001 1100011 100011

Color Harmonies of #B20144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20144

Black with #B20144

Text Example


Text Example

White with #B20144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20144; }

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

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

background-color css

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

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

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

border-color css

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

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

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