Html Css Color HEX #B22465 Jazzberry Jam

📋 copy color: '#B22465'

red 178 ◦ green 36 ◦ blue 101

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

Shades of Jazzberry Jam #B22465

Tints of Jazzberry Jam #B22465

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.43%

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

R = 56.51%
G = 11.43%
B = 32.06%

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

#B22465 (or 0xB22465) is known color: Jazzberry Jam. HEX triplet: B2, 24 and 65. RGB value is (178,36,101). Sum of RGB (Red+Green+Blue) = 178+36+101=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B22465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22465 is #4DDB9A. Grayscale: #555555. Windows color (decimal): -5102491 or 6628530. OLE color: 6628530.

HSL color Cylindrical-coordinate representation of color #B22465: hue angle of 332.54º degrees, saturation: 0.66, 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 #B22465 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 36 101 -
CMYK 0 0.80 0.43 0.30
HSL 332.54º 0.66% 0.42% -
HSV(B) 332.54º 0.8% 0.7% -
XYZ 21.34 11.67 13.44 -
YUV 85.87 136.54 193.71 -
System Red Green Blue C M Y K H S L
Decimal 178 36 101 0 0.80 0.43 0.30 332.54 0.66 0.42
Hex B2 24 65 0 50 2B 1E 14D 42 2A
Octal 262 44 145 0 120 53 36 515 102 52
Binary 10110010 100100 1100101 0 1010000 101011 11110 101001101 1000010 101010

Color Harmonies of #B22465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22465

Black with #B22465

Text Example


Text Example

White with #B22465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22465; }

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

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

background-color css

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

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

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

border-color css

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

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

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