Html Css Color HEX #B20262 Jazzberry Jam

📋 copy color: '#B20262'

red 178 ◦ green 2 ◦ blue 98

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

Shades of Jazzberry Jam #B20262

Tints of Jazzberry Jam #B20262

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 64.03%
G = 0.72%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B20262 (or 0xB20262) is known color: Jazzberry Jam. HEX triplet: B2, 02 and 62. RGB value is (178,2,98). Sum of RGB (Red+Green+Blue) = 178+2+98=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B20262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20262 is #4DFD9D. Grayscale: #414141. Windows color (decimal): -5111198 or 6423218. OLE color: 6423218.

HSL color Cylindrical-coordinate representation of color #B20262: hue angle of 327.27º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B20262 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 2 98 -
CMYK 0 0.99 0.45 0.30
HSL 327.27º 0.98% 0.35% -
HSV(B) 327.27º 0.99% 0.7% -
XYZ 20.59 10.39 12.48 -
YUV 65.57 146.31 208.19 -
System Red Green Blue C M Y K H S L
Decimal 178 2 98 0 0.99 0.45 0.30 327.27 0.98 0.35
Hex B2 2 62 0 63 2D 1E 147 62 23
Octal 262 2 142 0 143 55 36 507 142 43
Binary 10110010 10 1100010 0 1100011 101101 11110 101000111 1100010 100011

Color Harmonies of #B20262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20262

Black with #B20262

Text Example


Text Example

White with #B20262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20262; }

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

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

background-color css

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

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

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

border-color css

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

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

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