Html Css Color HEX #B22060 Jazzberry Jam

📋 copy color: '#B22060'

red 178 ◦ green 32 ◦ blue 96

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

Shades of Jazzberry Jam #B22060

Tints of Jazzberry Jam #B22060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.37%

R = 58.17%
G = 10.46%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B22060 (or 0xB22060) is known color: Jazzberry Jam. HEX triplet: B2, 20 and 60. RGB value is (178,32,96). Sum of RGB (Red+Green+Blue) = 178+32+96=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B22060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22060 is #4DDF9F. Grayscale: #525252. Windows color (decimal): -5103520 or 6299826. OLE color: 6299826.

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

Color convert

RGB 178 32 96 -
CMYK 0 0.82 0.46 0.30
HSL 333.7º 0.7% 0.41% -
HSV(B) 333.7º 0.82% 0.7% -
XYZ 20.99 11.34 12.15 -
YUV 82.95 135.37 195.8 -
System Red Green Blue C M Y K H S L
Decimal 178 32 96 0 0.82 0.46 0.30 333.7 0.7 0.41
Hex B2 20 60 0 52 2E 1E 14E 46 29
Octal 262 40 140 0 122 56 36 516 106 51
Binary 10110010 100000 1100000 0 1010010 101110 11110 101001110 1000110 101001

Color Harmonies of #B22060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22060

Black with #B22060

Text Example


Text Example

White with #B22060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22060; }

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

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

background-color css

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

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

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

border-color css

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

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

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