Html Css Color HEX #B21656 Jazzberry Jam

📋 copy color: '#B21656'

red 178 ◦ green 22 ◦ blue 86

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

Shades of Jazzberry Jam #B21656

Tints of Jazzberry Jam #B21656

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.69%

 BLUE value IS 86 (33.98% from 255) = 30.07%

R = 62.24%
G = 7.69%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B21656 (or 0xB21656) is known color: Jazzberry Jam. HEX triplet: B2, 16 and 56. RGB value is (178,22,86). Sum of RGB (Red+Green+Blue) = 178+22+86=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B21656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21656 is #4DE9A9. Grayscale: #4B4B4B. Windows color (decimal): -5106090 or 5641906. OLE color: 5641906.

HSL color Cylindrical-coordinate representation of color #B21656: hue angle of 335.38º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B21656 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 22 86 -
CMYK 0 0.88 0.52 0.30
HSL 335.38º 0.78% 0.39% -
HSV(B) 335.38º 0.88% 0.7% -
XYZ 20.33 10.71 9.8 -
YUV 75.94 133.68 200.8 -
System Red Green Blue C M Y K H S L
Decimal 178 22 86 0 0.88 0.52 0.30 335.38 0.78 0.39
Hex B2 16 56 0 58 34 1E 14F 4E 27
Octal 262 26 126 0 130 64 36 517 116 47
Binary 10110010 10110 1010110 0 1011000 110100 11110 101001111 1001110 100111

Color Harmonies of #B21656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21656

Black with #B21656

Text Example


Text Example

White with #B21656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21656; }

 p { color: rgb(178,22,86); }

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

background-color css

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

 a { background-color: rgb(178,22,86); }

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

border-color css

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

 span { border-color: rgb(178,22,86); }

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