Html Css Color HEX #B20746 Jazzberry Jam

📋 copy color: '#B20746'

red 178 ◦ green 7 ◦ blue 70

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

Shades of Jazzberry Jam #B20746

Tints of Jazzberry Jam #B20746

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.75%

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

R = 69.8%
G = 2.75%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B20746 (or 0xB20746) is known color: Jazzberry Jam. HEX triplet: B2, 07 and 46. RGB value is (178,7,70). Sum of RGB (Red+Green+Blue) = 178+7+70=255 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.80% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 178 - color contains mainly: red. Hex color #B20746 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20746 is #4DF8B9. Grayscale: #414141. Windows color (decimal): -5109946 or 4589490. OLE color: 4589490.

HSL color Cylindrical-coordinate representation of color #B20746: hue angle of 337.89º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B20746 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 7 70 -
CMYK 0 0.96 0.61 0.30
HSL 337.89º 0.92% 0.36% -
HSV(B) 337.89º 0.96% 0.7% -
XYZ 19.54 10.06 6.71 -
YUV 65.31 130.65 208.38 -
System Red Green Blue C M Y K H S L
Decimal 178 7 70 0 0.96 0.61 0.30 337.89 0.92 0.36
Hex B2 7 46 0 60 3D 1E 152 5C 24
Octal 262 7 106 0 140 75 36 522 134 44
Binary 10110010 111 1000110 0 1100000 111101 11110 101010010 1011100 100100

Color Harmonies of #B20746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20746

Black with #B20746

Text Example


Text Example

White with #B20746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20746; }

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

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

background-color css

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

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

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

border-color css

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

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

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