Html Css Color HEX #B22269 Jazzberry Jam

📋 copy color: '#B22269'

red 178 ◦ green 34 ◦ blue 105

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

Shades of Jazzberry Jam #B22269

Tints of Jazzberry Jam #B22269

RGB

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

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

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

R = 56.15%
G = 10.73%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B22269 (or 0xB22269) is known color: Jazzberry Jam. HEX triplet: B2, 22 and 69. RGB value is (178,34,105). Sum of RGB (Red+Green+Blue) = 178+34+105=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B22269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22269 is #4DDD96. Grayscale: #555555. Windows color (decimal): -5102999 or 6890162. OLE color: 6890162.

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

Color convert

RGB 178 34 105 -
CMYK 0 0.81 0.41 0.30
HSL 330.42º 0.68% 0.42% -
HSV(B) 330.42º 0.81% 0.7% -
XYZ 21.48 11.63 14.48 -
YUV 85.15 139.21 194.23 -
System Red Green Blue C M Y K H S L
Decimal 178 34 105 0 0.81 0.41 0.30 330.42 0.68 0.42
Hex B2 22 69 0 51 29 1E 14A 44 2A
Octal 262 42 151 0 121 51 36 512 104 52
Binary 10110010 100010 1101001 0 1010001 101001 11110 101001010 1000100 101010

Color Harmonies of #B22269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22269

Black with #B22269

Text Example


Text Example

White with #B22269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22269; }

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

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

background-color css

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

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

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

border-color css

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

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

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