Html Css Color HEX #B21155 Jazzberry Jam

📋 copy color: '#B21155'

red 178 ◦ green 17 ◦ blue 85

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

Shades of Jazzberry Jam #B21155

Tints of Jazzberry Jam #B21155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.36%

R = 63.57%
G = 6.07%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B21155 (or 0xB21155) is known color: Jazzberry Jam. HEX triplet: B2, 11 and 55. RGB value is (178,17,85). Sum of RGB (Red+Green+Blue) = 178+17+85=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B21155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21155 is #4DEEAA. Grayscale: #484848. Windows color (decimal): -5107371 or 5575090. OLE color: 5575090.

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

Color convert

RGB 178 17 85 -
CMYK 0 0.90 0.52 0.30
HSL 334.66º 0.83% 0.38% -
HSV(B) 334.66º 0.9% 0.7% -
XYZ 20.2 10.52 9.56 -
YUV 72.89 134.84 202.97 -
System Red Green Blue C M Y K H S L
Decimal 178 17 85 0 0.90 0.52 0.30 334.66 0.83 0.38
Hex B2 11 55 0 5A 34 1E 14F 53 26
Octal 262 21 125 0 132 64 36 517 123 46
Binary 10110010 10001 1010101 0 1011010 110100 11110 101001111 1010011 100110

Color Harmonies of #B21155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21155

Black with #B21155

Text Example


Text Example

White with #B21155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21155; }

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

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

background-color css

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

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

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

border-color css

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

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

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