Html Css Color HEX #B21160 Jazzberry Jam

📋 copy color: '#B21160'

red 178 ◦ green 17 ◦ blue 96

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

Shades of Jazzberry Jam #B21160

Tints of Jazzberry Jam #B21160

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.84%

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

R = 61.17%
G = 5.84%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B21160 (or 0xB21160) is known color: Jazzberry Jam. HEX triplet: B2, 11 and 60. RGB value is (178,17,96). Sum of RGB (Red+Green+Blue) = 178+17+96=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B21160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21160 is #4DEE9F. Grayscale: #494949. Windows color (decimal): -5107360 or 6295986. OLE color: 6295986.

HSL color Cylindrical-coordinate representation of color #B21160: hue angle of 330.56º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21160 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 17 96 -
CMYK 0 0.90 0.46 0.30
HSL 330.56º 0.83% 0.38% -
HSV(B) 330.56º 0.9% 0.7% -
XYZ 20.67 10.71 12.04 -
YUV 74.15 140.34 202.08 -
System Red Green Blue C M Y K H S L
Decimal 178 17 96 0 0.90 0.46 0.30 330.56 0.83 0.38
Hex B2 11 60 0 5A 2E 1E 14B 53 26
Octal 262 21 140 0 132 56 36 513 123 46
Binary 10110010 10001 1100000 0 1011010 101110 11110 101001011 1010011 100110

Color Harmonies of #B21160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21160

Black with #B21160

Text Example


Text Example

White with #B21160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21160; }

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

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

background-color css

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

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

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

border-color css

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

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

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