Html Css Color HEX #B20046 Jazzberry Jam

📋 copy color: '#B20046'

red 178 ◦ green 0 ◦ blue 70

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

Shades of Jazzberry Jam #B20046

Tints of Jazzberry Jam #B20046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.23%

R = 71.77%
G = 0%
B = 28.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B20046 (or 0xB20046) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 46. RGB value is (178,0,70). Sum of RGB (Red+Green+Blue) = 178+0+70=248 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.77% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 178 - color contains mainly: red. Hex color #B20046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20046 is #4DFFB9. Grayscale: #3D3D3D. Windows color (decimal): -5111738 or 4587698. OLE color: 4587698.

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

Color convert

RGB 178 0 70 -
CMYK 0 1 0.61 0.30
HSL 336.4º 1% 0.35% -
HSV(B) 336.4º 1% 0.7% -
XYZ 19.47 9.91 6.68 -
YUV 61.2 132.97 211.31 -
System Red Green Blue C M Y K H S L
Decimal 178 0 70 0 1 0.61 0.30 336.4 1 0.35
Hex B2 0 46 0 64 3D 1E 150 64 23
Octal 262 0 106 0 144 75 36 520 144 43
Binary 10110010 0 1000110 0 1100100 111101 11110 101010000 1100100 100011

Color Harmonies of #B20046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20046

Black with #B20046

Text Example


Text Example

White with #B20046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20046; }

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

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

background-color css

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

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

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

border-color css

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

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

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