Html Css Color HEX #B2215B Jazzberry Jam

📋 copy color: '#B2215B'

red 178 ◦ green 33 ◦ blue 91

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

Shades of Jazzberry Jam #B2215B

Tints of Jazzberry Jam #B2215B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.13%

R = 58.94%
G = 10.93%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2215B (or 0xB2215B) is known color: Jazzberry Jam. HEX triplet: B2, 21 and 5B. RGB value is (178,33,91). Sum of RGB (Red+Green+Blue) = 178+33+91=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B2215B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2215B is #4DDEA4. Grayscale: #525252. Windows color (decimal): -5103269 or 5972402. OLE color: 5972402.

HSL color Cylindrical-coordinate representation of color #B2215B: hue angle of 336º 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 #B2215B is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 33 91 -
CMYK 0 0.81 0.49 0.30
HSL 336º 0.69% 0.41% -
HSV(B) 336º 0.81% 0.7% -
XYZ 20.79 11.31 10.98 -
YUV 82.97 132.54 195.78 -
System Red Green Blue C M Y K H S L
Decimal 178 33 91 0 0.81 0.49 0.30 336 0.69 0.41
Hex B2 21 5B 0 51 31 1E 150 45 29
Octal 262 41 133 0 121 61 36 520 105 51
Binary 10110010 100001 1011011 0 1010001 110001 11110 101010000 1000101 101001

Color Harmonies of #B2215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2215B

Black with #B2215B

Text Example


Text Example

White with #B2215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2215B; }

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

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

background-color css

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

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

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

border-color css

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

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

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