Html Css Color HEX #B2205D Jazzberry Jam

📋 copy color: '#B2205D'

red 178 ◦ green 32 ◦ blue 93

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

Shades of Jazzberry Jam #B2205D

Tints of Jazzberry Jam #B2205D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.56%

 BLUE value IS 93 (36.72% from 255) = 30.69%

R = 58.75%
G = 10.56%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2205D (or 0xB2205D) is known color: Jazzberry Jam. HEX triplet: B2, 20 and 5D. RGB value is (178,32,93). Sum of RGB (Red+Green+Blue) = 178+32+93=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B2205D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2205D is #4DDFA2. Grayscale: #525252. Windows color (decimal): -5103523 or 6103218. OLE color: 6103218.

HSL color Cylindrical-coordinate representation of color #B2205D: hue angle of 334.93º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2205D is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 32 93 -
CMYK 0 0.82 0.48 0.30
HSL 334.93º 0.7% 0.41% -
HSV(B) 334.93º 0.82% 0.7% -
XYZ 20.85 11.29 11.44 -
YUV 82.61 133.87 196.04 -
System Red Green Blue C M Y K H S L
Decimal 178 32 93 0 0.82 0.48 0.30 334.93 0.7 0.41
Hex B2 20 5D 0 52 30 1E 14F 46 29
Octal 262 40 135 0 122 60 36 517 106 51
Binary 10110010 100000 1011101 0 1010010 110000 11110 101001111 1000110 101001

Color Harmonies of #B2205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2205D

Black with #B2205D

Text Example


Text Example

White with #B2205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2205D; }

 p { color: rgb(178,32,93); }

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

background-color css

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

 a { background-color: rgb(178,32,93); }

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

border-color css

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

 span { border-color: rgb(178,32,93); }

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