Html Css Color HEX #B22065 Jazzberry Jam

📋 copy color: '#B22065'

red 178 ◦ green 32 ◦ blue 101

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

Shades of Jazzberry Jam #B22065

Tints of Jazzberry Jam #B22065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.29%

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

R = 57.23%
G = 10.29%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B22065 (or 0xB22065) is known color: Jazzberry Jam. HEX triplet: B2, 20 and 65. RGB value is (178,32,101). Sum of RGB (Red+Green+Blue) = 178+32+101=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B22065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22065 is #4DDF9A. Grayscale: #535353. Windows color (decimal): -5103515 or 6627506. OLE color: 6627506.

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

Color convert

RGB 178 32 101 -
CMYK 0 0.82 0.43 0.30
HSL 331.64º 0.7% 0.41% -
HSV(B) 331.64º 0.82% 0.7% -
XYZ 21.23 11.44 13.4 -
YUV 83.52 137.87 195.39 -
System Red Green Blue C M Y K H S L
Decimal 178 32 101 0 0.82 0.43 0.30 331.64 0.7 0.41
Hex B2 20 65 0 52 2B 1E 14C 46 29
Octal 262 40 145 0 122 53 36 514 106 51
Binary 10110010 100000 1100101 0 1010010 101011 11110 101001100 1000110 101001

Color Harmonies of #B22065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22065

Black with #B22065

Text Example


Text Example

White with #B22065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22065; }

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

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

background-color css

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

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

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

border-color css

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

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

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