Html Css Color HEX #B22062 Jazzberry Jam

📋 copy color: '#B22062'

red 178 ◦ green 32 ◦ blue 98

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

Shades of Jazzberry Jam #B22062

Tints of Jazzberry Jam #B22062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.82%

R = 57.79%
G = 10.39%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B22062 (or 0xB22062) is known color: Jazzberry Jam. HEX triplet: B2, 20 and 62. RGB value is (178,32,98). Sum of RGB (Red+Green+Blue) = 178+32+98=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B22062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22062 is #4DDF9D. Grayscale: #535353. Windows color (decimal): -5103518 or 6430898. OLE color: 6430898.

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

Color convert

RGB 178 32 98 -
CMYK 0 0.82 0.45 0.30
HSL 332.88º 0.7% 0.41% -
HSV(B) 332.88º 0.82% 0.7% -
XYZ 21.08 11.38 12.64 -
YUV 83.18 136.37 195.63 -
System Red Green Blue C M Y K H S L
Decimal 178 32 98 0 0.82 0.45 0.30 332.88 0.7 0.41
Hex B2 20 62 0 52 2D 1E 14D 46 29
Octal 262 40 142 0 122 55 36 515 106 51
Binary 10110010 100000 1100010 0 1010010 101101 11110 101001101 1000110 101001

Color Harmonies of #B22062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22062

Black with #B22062

Text Example


Text Example

White with #B22062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22062; }

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

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

background-color css

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

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

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

border-color css

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

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

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