Html Css Color HEX #B20162 Jazzberry Jam

📋 copy color: '#B20162'

red 178 ◦ green 1 ◦ blue 98

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

Shades of Jazzberry Jam #B20162

Tints of Jazzberry Jam #B20162

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 64.26%
G = 0.36%
B = 35.38%

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

#B20162 (or 0xB20162) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 62. RGB value is (178,1,98). Sum of RGB (Red+Green+Blue) = 178+1+98=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B20162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20162 is #4DFE9D. Grayscale: #404040. Windows color (decimal): -5111454 or 6422962. OLE color: 6422962.

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

Color convert

RGB 178 1 98 -
CMYK 0 0.99 0.45 0.30
HSL 327.12º 0.99% 0.35% -
HSV(B) 327.12º 0.99% 0.7% -
XYZ 20.58 10.37 12.47 -
YUV 64.98 146.64 208.61 -
System Red Green Blue C M Y K H S L
Decimal 178 1 98 0 0.99 0.45 0.30 327.12 0.99 0.35
Hex B2 1 62 0 63 2D 1E 147 63 23
Octal 262 1 142 0 143 55 36 507 143 43
Binary 10110010 1 1100010 0 1100011 101101 11110 101000111 1100011 100011

Color Harmonies of #B20162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20162

Black with #B20162

Text Example


Text Example

White with #B20162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20162; }

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

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

background-color css

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

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

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

border-color css

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

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

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