Html Css Color HEX #B21059 Jazzberry Jam

📋 copy color: '#B21059'

red 178 ◦ green 16 ◦ blue 89

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

Shades of Jazzberry Jam #B21059

Tints of Jazzberry Jam #B21059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.65%

 BLUE value IS 89 (35.16% from 255) = 31.45%

R = 62.9%
G = 5.65%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#B21059 (or 0xB21059) is known color: Jazzberry Jam. HEX triplet: B2, 10 and 59. RGB value is (178,16,89). Sum of RGB (Red+Green+Blue) = 178+16+89=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B21059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21059 is #4DEFA6. Grayscale: #484848. Windows color (decimal): -5107623 or 5836978. OLE color: 5836978.

HSL color Cylindrical-coordinate representation of color #B21059: hue angle of 332.96º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B21059 is Cyan = 0, Magento = 0.91, Yellow = 0.5 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 16 89 -
CMYK 0 0.91 0.5 0.30
HSL 332.96º 0.84% 0.38% -
HSV(B) 332.96º 0.91% 0.7% -
XYZ 20.35 10.56 10.42 -
YUV 72.76 137.17 203.06 -
System Red Green Blue C M Y K H S L
Decimal 178 16 89 0 0.91 0.5 0.30 332.96 0.84 0.38
Hex B2 10 59 0 5B 32 1E 14D 54 26
Octal 262 20 131 0 133 62 36 515 124 46
Binary 10110010 10000 1011001 0 1011011 110010 11110 101001101 1010100 100110

Color Harmonies of #B21059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21059

Black with #B21059

Text Example


Text Example

White with #B21059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21059; }

 p { color: rgb(178,16,89); }

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

background-color css

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

 a { background-color: rgb(178,16,89); }

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

border-color css

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

 span { border-color: rgb(178,16,89); }

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