Html Css Color HEX #B2044A Jazzberry Jam

📋 copy color: '#B2044A'

red 178 ◦ green 4 ◦ blue 74

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

Shades of Jazzberry Jam #B2044A

Tints of Jazzberry Jam #B2044A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

 BLUE value IS 74 (29.3% from 255) = 28.91%

R = 69.53%
G = 1.56%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2044A (or 0xB2044A) is known color: Jazzberry Jam. HEX triplet: B2, 04 and 4A. RGB value is (178,4,74). Sum of RGB (Red+Green+Blue) = 178+4+74=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B2044A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2044A is #4DFBB5. Grayscale: #3F3F3F. Windows color (decimal): -5110710 or 4850866. OLE color: 4850866.

HSL color Cylindrical-coordinate representation of color #B2044A: hue angle of 335.86º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2044A is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 4 74 -
CMYK 0 0.98 0.58 0.30
HSL 335.86º 0.96% 0.36% -
HSV(B) 335.86º 0.98% 0.7% -
XYZ 19.64 10.05 7.38 -
YUV 64.01 133.65 209.31 -
System Red Green Blue C M Y K H S L
Decimal 178 4 74 0 0.98 0.58 0.30 335.86 0.96 0.36
Hex B2 4 4A 0 62 3A 1E 150 60 24
Octal 262 4 112 0 142 72 36 520 140 44
Binary 10110010 100 1001010 0 1100010 111010 11110 101010000 1100000 100100

Color Harmonies of #B2044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2044A

Black with #B2044A

Text Example


Text Example

White with #B2044A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2044A; }

 p { color: rgb(178,4,74); }

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

background-color css

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

 a { background-color: rgb(178,4,74); }

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

border-color css

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

 span { border-color: rgb(178,4,74); }

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