Html Css Color HEX #B20146 Jazzberry Jam

📋 copy color: '#B20146'

red 178 ◦ green 1 ◦ blue 70

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

Shades of Jazzberry Jam #B20146

Tints of Jazzberry Jam #B20146

RGB

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

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

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

R = 71.49%
G = 0.4%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B20146 (or 0xB20146) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 46. RGB value is (178,1,70). Sum of RGB (Red+Green+Blue) = 178+1+70=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B20146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20146 is #4DFEB9. Grayscale: #3D3D3D. Windows color (decimal): -5111482 or 4587954. OLE color: 4587954.

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

Color convert

RGB 178 1 70 -
CMYK 0 0.99 0.61 0.30
HSL 336.61º 0.99% 0.35% -
HSV(B) 336.61º 0.99% 0.7% -
XYZ 19.48 9.93 6.68 -
YUV 61.79 132.64 210.89 -
System Red Green Blue C M Y K H S L
Decimal 178 1 70 0 0.99 0.61 0.30 336.61 0.99 0.35
Hex B2 1 46 0 63 3D 1E 151 63 23
Octal 262 1 106 0 143 75 36 521 143 43
Binary 10110010 1 1000110 0 1100011 111101 11110 101010001 1100011 100011

Color Harmonies of #B20146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20146

Black with #B20146

Text Example


Text Example

White with #B20146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20146; }

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

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

background-color css

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

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

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

border-color css

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

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

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