Html Css Color HEX #B20E48 Jazzberry Jam

📋 copy color: '#B20E48'

red 178 ◦ green 14 ◦ blue 72

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

Shades of Jazzberry Jam #B20E48

Tints of Jazzberry Jam #B20E48

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.3%

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

R = 67.42%
G = 5.3%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B20E48 (or 0xB20E48) is known color: Jazzberry Jam. HEX triplet: B2, 0E and 48. RGB value is (178,14,72). Sum of RGB (Red+Green+Blue) = 178+14+72=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20E48 is #4DF1B7. Grayscale: #454545. Windows color (decimal): -5108152 or 4722354. OLE color: 4722354.

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

Color convert

RGB 178 14 72 -
CMYK 0 0.92 0.60 0.30
HSL 338.78º 0.85% 0.38% -
HSV(B) 338.78º 0.92% 0.7% -
XYZ 19.69 10.25 7.07 -
YUV 69.65 129.33 205.28 -
System Red Green Blue C M Y K H S L
Decimal 178 14 72 0 0.92 0.60 0.30 338.78 0.85 0.38
Hex B2 E 48 0 5C 3C 1E 153 55 26
Octal 262 16 110 0 134 74 36 523 125 46
Binary 10110010 1110 1001000 0 1011100 111100 11110 101010011 1010101 100110

Color Harmonies of #B20E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20E48

Black with #B20E48

Text Example


Text Example

White with #B20E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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