Html Css Color HEX #B22469 Jazzberry Jam

📋 copy color: '#B22469'

red 178 ◦ green 36 ◦ blue 105

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

Shades of Jazzberry Jam #B22469

Tints of Jazzberry Jam #B22469

RGB

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

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

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

R = 55.8%
G = 11.29%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B22469 (or 0xB22469) is known color: Jazzberry Jam. HEX triplet: B2, 24 and 69. RGB value is (178,36,105). Sum of RGB (Red+Green+Blue) = 178+36+105=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B22469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22469 is #4DDB96. Grayscale: #565656. Windows color (decimal): -5102487 or 6890674. OLE color: 6890674.

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

Color convert

RGB 178 36 105 -
CMYK 0 0.80 0.41 0.30
HSL 330.85º 0.66% 0.42% -
HSV(B) 330.85º 0.8% 0.7% -
XYZ 21.54 11.75 14.5 -
YUV 86.32 138.54 193.39 -
System Red Green Blue C M Y K H S L
Decimal 178 36 105 0 0.80 0.41 0.30 330.85 0.66 0.42
Hex B2 24 69 0 50 29 1E 14B 42 2A
Octal 262 44 151 0 120 51 36 513 102 52
Binary 10110010 100100 1101001 0 1010000 101001 11110 101001011 1000010 101010

Color Harmonies of #B22469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22469

Black with #B22469

Text Example


Text Example

White with #B22469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22469; }

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

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

background-color css

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

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

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

border-color css

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

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

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