Html Css Color HEX #B2226B Jazzberry Jam

📋 copy color: '#B2226B'

red 178 ◦ green 34 ◦ blue 107

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

Shades of Jazzberry Jam #B2226B

Tints of Jazzberry Jam #B2226B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.66%

 BLUE value IS 107 (42.19% from 255) = 33.54%

R = 55.8%
G = 10.66%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2226B (or 0xB2226B) is known color: Jazzberry Jam. HEX triplet: B2, 22 and 6B. RGB value is (178,34,107). Sum of RGB (Red+Green+Blue) = 178+34+107=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B2226B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2226B is #4DDD94. Grayscale: #555555. Windows color (decimal): -5102997 or 7021234. OLE color: 7021234.

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

Color convert

RGB 178 34 107 -
CMYK 0 0.81 0.40 0.30
HSL 329.58º 0.68% 0.42% -
HSV(B) 329.58º 0.81% 0.7% -
XYZ 21.59 11.67 15.02 -
YUV 85.38 140.21 194.06 -
System Red Green Blue C M Y K H S L
Decimal 178 34 107 0 0.81 0.40 0.30 329.58 0.68 0.42
Hex B2 22 6B 0 51 28 1E 14A 44 2A
Octal 262 42 153 0 121 50 36 512 104 52
Binary 10110010 100010 1101011 0 1010001 101000 11110 101001010 1000100 101010

Color Harmonies of #B2226B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2226B

Black with #B2226B

Text Example


Text Example

White with #B2226B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2226B; }

 p { color: rgb(178,34,107); }

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

background-color css

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

 a { background-color: rgb(178,34,107); }

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

border-color css

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

 span { border-color: rgb(178,34,107); }

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