Html Css Color HEX #B22365 Jazzberry Jam

📋 copy color: '#B22365'

red 178 ◦ green 35 ◦ blue 101

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

Shades of Jazzberry Jam #B22365

Tints of Jazzberry Jam #B22365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.15%

 BLUE value IS 101 (39.84% from 255) = 32.17%

R = 56.69%
G = 11.15%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B22365 (or 0xB22365) is known color: Jazzberry Jam. HEX triplet: B2, 23 and 65. RGB value is (178,35,101). Sum of RGB (Red+Green+Blue) = 178+35+101=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B22365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22365 is #4DDC9A. Grayscale: #555555. Windows color (decimal): -5102747 or 6628274. OLE color: 6628274.

HSL color Cylindrical-coordinate representation of color #B22365: hue angle of 332.31º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B22365 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 35 101 -
CMYK 0 0.80 0.43 0.30
HSL 332.31º 0.67% 0.42% -
HSV(B) 332.31º 0.8% 0.7% -
XYZ 21.31 11.61 13.43 -
YUV 85.28 136.88 194.13 -
System Red Green Blue C M Y K H S L
Decimal 178 35 101 0 0.80 0.43 0.30 332.31 0.67 0.42
Hex B2 23 65 0 50 2B 1E 14C 43 2A
Octal 262 43 145 0 120 53 36 514 103 52
Binary 10110010 100011 1100101 0 1010000 101011 11110 101001100 1000011 101010

Color Harmonies of #B22365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22365

Black with #B22365

Text Example


Text Example

White with #B22365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22365; }

 p { color: rgb(178,35,101); }

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

background-color css

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

 a { background-color: rgb(178,35,101); }

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

border-color css

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

 span { border-color: rgb(178,35,101); }

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