Html Css Color HEX #B20846 Jazzberry Jam

📋 copy color: '#B20846'

red 178 ◦ green 8 ◦ blue 70

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

Shades of Jazzberry Jam #B20846

Tints of Jazzberry Jam #B20846

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.13%

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

R = 69.53%
G = 3.13%
B = 27.34%

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

#B20846 (or 0xB20846) is known color: Jazzberry Jam. HEX triplet: B2, 08 and 46. RGB value is (178,8,70). Sum of RGB (Red+Green+Blue) = 178+8+70=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B20846 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20846 is #4DF7B9. Grayscale: #414141. Windows color (decimal): -5109690 or 4589746. OLE color: 4589746.

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

Color convert

RGB 178 8 70 -
CMYK 0 0.96 0.61 0.30
HSL 338.12º 0.91% 0.36% -
HSV(B) 338.12º 0.96% 0.7% -
XYZ 19.55 10.08 6.71 -
YUV 65.9 130.32 207.96 -
System Red Green Blue C M Y K H S L
Decimal 178 8 70 0 0.96 0.61 0.30 338.12 0.91 0.36
Hex B2 8 46 0 60 3D 1E 152 5B 24
Octal 262 10 106 0 140 75 36 522 133 44
Binary 10110010 1000 1000110 0 1100000 111101 11110 101010010 1011011 100100

Color Harmonies of #B20846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20846

Black with #B20846

Text Example


Text Example

White with #B20846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20846; }

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

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

background-color css

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

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

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

border-color css

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

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

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