Html Css Color HEX #B20D4E Jazzberry Jam

📋 copy color: '#B20D4E'

red 178 ◦ green 13 ◦ blue 78

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

Shades of Jazzberry Jam #B20D4E

Tints of Jazzberry Jam #B20D4E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.83%

 BLUE value IS 78 (30.86% from 255) = 29%

R = 66.17%
G = 4.83%
B = 29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B20D4E (or 0xB20D4E) is known color: Jazzberry Jam. HEX triplet: B2, 0D and 4E. RGB value is (178,13,78). Sum of RGB (Red+Green+Blue) = 178+13+78=269 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.17% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20D4E is #4DF2B1. Grayscale: #454545. Windows color (decimal): -5108402 or 5115314. OLE color: 5115314.

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

Color convert

RGB 178 13 78 -
CMYK 0 0.93 0.56 0.30
HSL 336.36º 0.86% 0.37% -
HSV(B) 336.36º 0.93% 0.7% -
XYZ 19.88 10.3 8.15 -
YUV 69.75 132.66 205.21 -
System Red Green Blue C M Y K H S L
Decimal 178 13 78 0 0.93 0.56 0.30 336.36 0.86 0.37
Hex B2 D 4E 0 5D 38 1E 150 56 25
Octal 262 15 116 0 135 70 36 520 126 45
Binary 10110010 1101 1001110 0 1011101 111000 11110 101010000 1010110 100101

Color Harmonies of #B20D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20D4E

Black with #B20D4E

Text Example


Text Example

White with #B20D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20D4E; }

 p { color: rgb(178,13,78); }

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

background-color css

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

 a { background-color: rgb(178,13,78); }

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

border-color css

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

 span { border-color: rgb(178,13,78); }

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