Html Css Color HEX #B20156 Jazzberry Jam

📋 copy color: '#B20156'

red 178 ◦ green 1 ◦ blue 86

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

Shades of Jazzberry Jam #B20156

Tints of Jazzberry Jam #B20156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.45%

R = 67.17%
G = 0.38%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B20156 (or 0xB20156) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 56. RGB value is (178,1,86). Sum of RGB (Red+Green+Blue) = 178+1+86=265 (35% of max value = 765). Red value is 178 (69.92% from 255 or 67.17% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 178 - color contains mainly: red. Hex color #B20156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20156 is #4DFEA9. Grayscale: #3F3F3F. Windows color (decimal): -5111466 or 5636530. OLE color: 5636530.

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

Color convert

RGB 178 1 86 -
CMYK 0 0.99 0.52 0.30
HSL 331.19º 0.99% 0.35% -
HSV(B) 331.19º 0.99% 0.7% -
XYZ 20.05 10.16 9.71 -
YUV 63.61 140.64 209.59 -
System Red Green Blue C M Y K H S L
Decimal 178 1 86 0 0.99 0.52 0.30 331.19 0.99 0.35
Hex B2 1 56 0 63 34 1E 14B 63 23
Octal 262 1 126 0 143 64 36 513 143 43
Binary 10110010 1 1010110 0 1100011 110100 11110 101001011 1100011 100011

Color Harmonies of #B20156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20156

Black with #B20156

Text Example


Text Example

White with #B20156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20156; }

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

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

background-color css

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

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

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

border-color css

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

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

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