Html Css Color HEX #B20748 Jazzberry Jam

📋 copy color: '#B20748'

red 178 ◦ green 7 ◦ blue 72

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

Shades of Jazzberry Jam #B20748

Tints of Jazzberry Jam #B20748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.02%

R = 69.26%
G = 2.72%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B20748 (or 0xB20748) is known color: Jazzberry Jam. HEX triplet: B2, 07 and 48. RGB value is (178,7,72). Sum of RGB (Red+Green+Blue) = 178+7+72=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B20748 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20748 is #4DF8B7. Grayscale: #414141. Windows color (decimal): -5109944 or 4720562. OLE color: 4720562.

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

Color convert

RGB 178 7 72 -
CMYK 0 0.96 0.60 0.30
HSL 337.19º 0.92% 0.36% -
HSV(B) 337.19º 0.96% 0.7% -
XYZ 19.61 10.08 7.04 -
YUV 65.54 131.65 208.21 -
System Red Green Blue C M Y K H S L
Decimal 178 7 72 0 0.96 0.60 0.30 337.19 0.92 0.36
Hex B2 7 48 0 60 3C 1E 151 5C 24
Octal 262 7 110 0 140 74 36 521 134 44
Binary 10110010 111 1001000 0 1100000 111100 11110 101010001 1011100 100100

Color Harmonies of #B20748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20748

Black with #B20748

Text Example


Text Example

White with #B20748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20748; }

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

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

background-color css

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

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

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

border-color css

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

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

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