Html Css Color HEX #B21150 Jazzberry Jam

📋 copy color: '#B21150'

red 178 ◦ green 17 ◦ blue 80

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

Shades of Jazzberry Jam #B21150

Tints of Jazzberry Jam #B21150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.09%

R = 64.73%
G = 6.18%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B21150 (or 0xB21150) is known color: Jazzberry Jam. HEX triplet: B2, 11 and 50. RGB value is (178,17,80). Sum of RGB (Red+Green+Blue) = 178+17+80=275 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.73% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 178 - color contains mainly: red. Hex color #B21150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21150 is #4DEEAF. Grayscale: #484848. Windows color (decimal): -5107376 or 5247410. OLE color: 5247410.

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

Color convert

RGB 178 17 80 -
CMYK 0 0.90 0.55 0.30
HSL 336.52º 0.83% 0.38% -
HSV(B) 336.52º 0.9% 0.7% -
XYZ 20.01 10.45 8.55 -
YUV 72.32 132.34 203.38 -
System Red Green Blue C M Y K H S L
Decimal 178 17 80 0 0.90 0.55 0.30 336.52 0.83 0.38
Hex B2 11 50 0 5A 37 1E 151 53 26
Octal 262 21 120 0 132 67 36 521 123 46
Binary 10110010 10001 1010000 0 1011010 110111 11110 101010001 1010011 100110

Color Harmonies of #B21150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21150

Black with #B21150

Text Example


Text Example

White with #B21150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21150; }

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

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

background-color css

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

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

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

border-color css

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

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

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