Html Css Color HEX #B2215C Jazzberry Jam

📋 copy color: '#B2215C'

red 178 ◦ green 33 ◦ blue 92

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

Shades of Jazzberry Jam #B2215C

Tints of Jazzberry Jam #B2215C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.89%

 BLUE value IS 92 (36.33% from 255) = 30.36%

R = 58.75%
G = 10.89%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2215C (or 0xB2215C) is known color: Jazzberry Jam. HEX triplet: B2, 21 and 5C. RGB value is (178,33,92). Sum of RGB (Red+Green+Blue) = 178+33+92=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B2215C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2215C is #4DDEA3. Grayscale: #525252. Windows color (decimal): -5103268 or 6037938. OLE color: 6037938.

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

Color convert

RGB 178 33 92 -
CMYK 0 0.81 0.48 0.30
HSL 335.59º 0.69% 0.41% -
HSV(B) 335.59º 0.81% 0.7% -
XYZ 20.84 11.33 11.21 -
YUV 83.08 133.04 195.7 -
System Red Green Blue C M Y K H S L
Decimal 178 33 92 0 0.81 0.48 0.30 335.59 0.69 0.41
Hex B2 21 5C 0 51 30 1E 150 45 29
Octal 262 41 134 0 121 60 36 520 105 51
Binary 10110010 100001 1011100 0 1010001 110000 11110 101010000 1000101 101001

Color Harmonies of #B2215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2215C

Black with #B2215C

Text Example


Text Example

White with #B2215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2215C; }

 p { color: rgb(178,33,92); }

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

background-color css

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

 a { background-color: rgb(178,33,92); }

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

border-color css

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

 span { border-color: rgb(178,33,92); }

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