Html Css Color HEX #B20A46 Jazzberry Jam

📋 copy color: '#B20A46'

red 178 ◦ green 10 ◦ blue 70

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

Shades of Jazzberry Jam #B20A46

Tints of Jazzberry Jam #B20A46

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.88%

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

R = 68.99%
G = 3.88%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B20A46 (or 0xB20A46) is known color: Jazzberry Jam. HEX triplet: B2, 0A and 46. RGB value is (178,10,70). Sum of RGB (Red+Green+Blue) = 178+10+70=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20A46 is #4DF5B9. Grayscale: #434343. Windows color (decimal): -5109178 or 4590258. OLE color: 4590258.

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

Color convert

RGB 178 10 70 -
CMYK 0 0.94 0.61 0.30
HSL 338.57º 0.89% 0.37% -
HSV(B) 338.57º 0.94% 0.7% -
XYZ 19.57 10.12 6.72 -
YUV 67.07 129.66 207.12 -
System Red Green Blue C M Y K H S L
Decimal 178 10 70 0 0.94 0.61 0.30 338.57 0.89 0.37
Hex B2 A 46 0 5E 3D 1E 153 59 25
Octal 262 12 106 0 136 75 36 523 131 45
Binary 10110010 1010 1000110 0 1011110 111101 11110 101010011 1011001 100101

Color Harmonies of #B20A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20A46

Black with #B20A46

Text Example


Text Example

White with #B20A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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