Html Css Color HEX #B20040 Jazzberry Jam

📋 copy color: '#B20040'

red 178 ◦ green 0 ◦ blue 64

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

Shades of Jazzberry Jam #B20040

Tints of Jazzberry Jam #B20040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 64 (25.39% from 255) = 26.45%

R = 73.55%
G = 0%
B = 26.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B20040 (or 0xB20040) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 40. RGB value is (178,0,64). Sum of RGB (Red+Green+Blue) = 178+0+64=242 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.55% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 178 - color contains mainly: red. Hex color #B20040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20040 is #4DFFBF. Grayscale: #3C3C3C. Windows color (decimal): -5111744 or 4194482. OLE color: 4194482.

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

Color convert

RGB 178 0 64 -
CMYK 0 1 0.64 0.30
HSL 338.43º 1% 0.35% -
HSV(B) 338.43º 1% 0.7% -
XYZ 19.29 9.84 5.73 -
YUV 60.52 129.97 211.8 -
System Red Green Blue C M Y K H S L
Decimal 178 0 64 0 1 0.64 0.30 338.43 1 0.35
Hex B2 0 40 0 64 40 1E 152 64 23
Octal 262 0 100 0 144 100 36 522 144 43
Binary 10110010 0 1000000 0 1100100 1000000 11110 101010010 1100100 100011

Color Harmonies of #B20040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20040

Black with #B20040

Text Example


Text Example

White with #B20040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20040; }

 p { color: rgb(178,0,64); }

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

background-color css

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

 a { background-color: rgb(178,0,64); }

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

border-color css

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

 span { border-color: rgb(178,0,64); }

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