Html Css Color HEX #B22069 Jazzberry Jam

📋 copy color: '#B22069'

red 178 ◦ green 32 ◦ blue 105

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

Shades of Jazzberry Jam #B22069

Tints of Jazzberry Jam #B22069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.33%

R = 56.51%
G = 10.16%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B22069 (or 0xB22069) is known color: Jazzberry Jam. HEX triplet: B2, 20 and 69. RGB value is (178,32,105). Sum of RGB (Red+Green+Blue) = 178+32+105=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B22069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22069 is #4DDF96. Grayscale: #535353. Windows color (decimal): -5103511 or 6889650. OLE color: 6889650.

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

Color convert

RGB 178 32 105 -
CMYK 0 0.82 0.41 0.30
HSL 330º 0.7% 0.41% -
HSV(B) 330º 0.82% 0.7% -
XYZ 21.43 11.52 14.46 -
YUV 83.98 139.87 195.06 -
System Red Green Blue C M Y K H S L
Decimal 178 32 105 0 0.82 0.41 0.30 330 0.7 0.41
Hex B2 20 69 0 52 29 1E 14A 46 29
Octal 262 40 151 0 122 51 36 512 106 51
Binary 10110010 100000 1101001 0 1010010 101001 11110 101001010 1000110 101001

Color Harmonies of #B22069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22069

Black with #B22069

Text Example


Text Example

White with #B22069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22069; }

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

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

background-color css

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

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

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

border-color css

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

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

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