Html Css Color HEX #B21850 Jazzberry Jam

📋 copy color: '#B21850'

red 178 ◦ green 24 ◦ blue 80

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

Shades of Jazzberry Jam #B21850

Tints of Jazzberry Jam #B21850

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.51%

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

R = 63.12%
G = 8.51%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B21850 (or 0xB21850) is known color: Jazzberry Jam. HEX triplet: B2, 18 and 50. RGB value is (178,24,80). Sum of RGB (Red+Green+Blue) = 178+24+80=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B21850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21850 is #4DE7AF. Grayscale: #4C4C4C. Windows color (decimal): -5105584 or 5249202. OLE color: 5249202.

HSL color Cylindrical-coordinate representation of color #B21850: hue angle of 338.18º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21850 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 24 80 -
CMYK 0 0.87 0.55 0.30
HSL 338.18º 0.76% 0.4% -
HSV(B) 338.18º 0.87% 0.7% -
XYZ 20.13 10.7 8.59 -
YUV 76.43 130.02 200.45 -
System Red Green Blue C M Y K H S L
Decimal 178 24 80 0 0.87 0.55 0.30 338.18 0.76 0.4
Hex B2 18 50 0 57 37 1E 152 4C 28
Octal 262 30 120 0 127 67 36 522 114 50
Binary 10110010 11000 1010000 0 1010111 110111 11110 101010010 1001100 101000

Color Harmonies of #B21850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21850

Black with #B21850

Text Example


Text Example

White with #B21850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21850; }

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

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

background-color css

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

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

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

border-color css

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

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

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